Searched refs:PKT3_SET_CONFIG_REG (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | eg_debug.c | 163 op == PKT3_SET_CONFIG_REG || in ac_parse_packet3() 180 case PKT3_SET_CONFIG_REG: in ac_parse_packet3()
|
D | r600d_common.h | 79 #define PKT3_SET_CONFIG_REG 0x68 macro
|
D | r600_cs.h | 135 radeon_emit(cs, PKT3(PKT3_SET_CONFIG_REG, num, 0)); in radeon_set_config_reg_seq()
|
D | r600_pipe.h | 866 #define PKT3_SET_CONFIG_REG 0x68 macro 904 cb->buf[cb->num_dw++] = PKT3(PKT3_SET_CONFIG_REG, num, 0); in r600_store_config_reg_seq()
|
D | evergreend.h | 104 #define PKT3_SET_CONFIG_REG 0x68 macro
|
D | r600d.h | 112 #define PKT3_SET_CONFIG_REG 0x68 macro
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_pm4.c | 58 opcode = PKT3_SET_CONFIG_REG; in si_pm4_set_reg()
|
D | si_build_pm4.h | 47 radeon_emit(cs, PKT3(PKT3_SET_CONFIG_REG, num, 0)); in radeon_set_config_reg_seq()
|
/external/mesa3d/src/amd/common/ |
D | sid.h | 214 #define PKT3_SET_CONFIG_REG 0x68 macro
|
D | ac_debug.c | 255 if (op == PKT3_SET_CONTEXT_REG || op == PKT3_SET_CONFIG_REG || op == PKT3_SET_UCONFIG_REG || in ac_parse_packet3() 268 case PKT3_SET_CONFIG_REG: in ac_parse_packet3()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_cs.h | 48 radeon_emit(cs, PKT3(PKT3_SET_CONFIG_REG, num, 0)); in radeon_set_config_reg_seq()
|