Searched refs:radeon_set_context_reg_idx (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_cs.h | 156 static inline void radeon_set_context_reg_idx(struct radeon_cmdbuf *cs, in radeon_set_context_reg_idx() function
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_cs.h | 77 radeon_set_context_reg_idx(struct radeon_cmdbuf *cs, unsigned reg, unsigned idx, unsigned value) in radeon_set_context_reg_idx() function
|
H A D | radv_pipeline.c | 6033 radeon_set_context_reg_idx(ctx_cs, R_028B58_VGT_LS_HS_CONFIG, 2, ls_hs_config); in radv_pipeline_emit_tess_state()
|
H A D | radv_cmd_buffer.c | 4153 radeon_set_context_reg_idx(cs, R_028AA8_IA_MULTI_VGT_PARAM, 1, ia_multi_vgt_param); in si_emit_ia_multi_vgt_param()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_build_pm4.h | 105 #define radeon_set_context_reg_idx(reg, idx, value) do { \ macro
|
H A D | si_state_draw.cpp | 859 radeon_set_context_reg_idx(R_028B58_VGT_LS_HS_CONFIG, 2, ls_hs_config); 1297 radeon_set_context_reg_idx(R_028AA8_IA_MULTI_VGT_PARAM, 1, ia_multi_vgt_param);
|
Completed in 29 milliseconds