Home
last modified time | relevance | path

Searched refs:radeon_set_sh_reg_idx (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dsi_cmd_buffer.c305 radeon_set_sh_reg_idx(physical_device, cs, R_00B404_SPI_SHADER_PGM_RSRC4_HS, in si_emit_graphics()
307 radeon_set_sh_reg_idx(physical_device, cs, R_00B104_SPI_SHADER_PGM_RSRC4_VS, in si_emit_graphics()
309 radeon_set_sh_reg_idx(physical_device, cs, R_00B004_SPI_SHADER_PGM_RSRC4_PS, in si_emit_graphics()
314 radeon_set_sh_reg_idx(physical_device, cs, R_00B41C_SPI_SHADER_PGM_RSRC3_HS, in si_emit_graphics()
392 radeon_set_sh_reg_idx(physical_device, cs, R_00B118_SPI_SHADER_PGM_RSRC3_VS, in si_emit_graphics()
398 radeon_set_sh_reg_idx(physical_device, cs, R_00B21C_SPI_SHADER_PGM_RSRC3_GS, in si_emit_graphics()
402 radeon_set_sh_reg_idx(physical_device, cs, R_00B204_SPI_SHADER_PGM_RSRC4_GS, in si_emit_graphics()
407 radeon_set_sh_reg_idx(physical_device, cs, R_00B01C_SPI_SHADER_PGM_RSRC3_PS, in si_emit_graphics()
Dradv_cs.h112 static inline void radeon_set_sh_reg_idx(const struct radv_physical_device *pdevice, in radeon_set_sh_reg_idx() function