Searched defs:wave (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/sys/dev/drm/amd/amdgpu/ |
H A D | amdgpu_debugfs.c | 623 uint32_t offset, se, sh, cu, wave, simd, data[32]; in amdgpu_debugfs_wave_read() local 695 uint32_t offset, se, sh, cu, wave, simd, thread, bank, *data; in amdgpu_debugfs_gpr_read() local
|
H A D | gfx_v9_0.c | 1090 static uint32_t wave_read_ind(struct amdgpu_device *adev, uint32_t simd, uint32_t wave, uint32_t ad… in wave_read_ind() 1101 uint32_t wave, uint32_t thread, in wave_read_regs() 1115 static void gfx_v9_0_read_wave_data(struct amdgpu_device *adev, uint32_t simd, uint32_t wave, uint3… in gfx_v9_0_read_wave_data() 1136 uint32_t wave, uint32_t start, in gfx_v9_0_read_wave_sgprs() 1145 uint32_t wave, uint32_t thread, in gfx_v9_0_read_wave_vgprs()
|
H A D | gfx_v8_0.c | 5489 static uint32_t wave_read_ind(struct amdgpu_device *adev, uint32_t simd, uint32_t wave, uint32_t ad… in wave_read_ind() 5500 uint32_t wave, uint32_t thread, in wave_read_regs() 5514 static void gfx_v8_0_read_wave_data(struct amdgpu_device *adev, uint32_t simd, uint32_t wave, uint3… in gfx_v8_0_read_wave_data() 5539 uint32_t wave, uint32_t start, in gfx_v8_0_read_wave_sgprs()
|