HomeSort by: relevance | last modified time | path
    Searched refs:read_wave_sgprs (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx.h 202 void (*read_wave_sgprs)(struct amdgpu_device *adev, uint32_t simd, member in struct:amdgpu_gfx_funcs
amdgpu_debugfs.c 818 if (adev->gfx.funcs->read_wave_sgprs)
819 adev->gfx.funcs->read_wave_sgprs(adev, simd, wave, offset, size>>2, data);
amdgpu_gfx_v9_0.c 1998 .read_wave_sgprs = &gfx_v9_0_read_wave_sgprs,
2009 .read_wave_sgprs = &gfx_v9_0_read_wave_sgprs,
amdgpu_gfx_v6_0.c 3059 .read_wave_sgprs = &gfx_v6_0_read_wave_sgprs,
amdgpu_gfx_v10_0.c 1189 .read_wave_sgprs = &gfx_v10_0_read_wave_sgprs,
amdgpu_gfx_v7_0.c 4217 .read_wave_sgprs = &gfx_v7_0_read_wave_sgprs,
amdgpu_gfx_v8_0.c 5276 .read_wave_sgprs = &gfx_v8_0_read_wave_sgprs,

Completed in 74 milliseconds