Home
last modified time | relevance | path

Searched refs:PKT3_EVENT_WRITE_EOP (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600d_common.h69 #define PKT3_EVENT_WRITE_EOP 0x47 macro
Dr600_pipe_common.c114 radeon_emit(cs, PKT3(PKT3_EVENT_WRITE_EOP, 4, 0)); in r600_gfx_write_event_eop()
Devergreend.h101 #define PKT3_EVENT_WRITE_EOP 0x47 macro
Dr600d.h110 #define PKT3_EVENT_WRITE_EOP 0x47 macro
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_pipe_common.c105 radeon_emit(cs, PKT3(PKT3_EVENT_WRITE_EOP, 4, 0)); in si_gfx_write_event_eop()
116 radeon_emit(cs, PKT3(PKT3_EVENT_WRITE_EOP, 4, 0)); in si_gfx_write_event_eop()
/external/mesa3d/src/amd/vulkan/
Dsi_cmd_buffer.c859 radeon_emit(cs, PKT3(PKT3_EVENT_WRITE_EOP, 4, predicated)); in si_cs_emit_write_event_eop()
867 radeon_emit(cs, PKT3(PKT3_EVENT_WRITE_EOP, 4, predicated)); in si_cs_emit_write_event_eop()
/external/mesa3d/src/amd/common/
Dac_debug.c292 case PKT3_EVENT_WRITE_EOP: { in ac_parse_packet3()
Dsid.h175 #define PKT3_EVENT_WRITE_EOP 0x47 /* not on GFX9 */ macro