/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | r600_hw_context.c | 90 cs->buf[cs->cdw++] = PKT3(PKT3_NOP, 0, 0); in si_get_backend_mask() 257 cs->buf[cs->cdw++] = PKT3(PKT3_NOP, 0, 0); in si_context_emit_fence() 441 cs->buf[cs->cdw++] = PKT3(PKT3_NOP, 0, 0); in r600_query_begin() 484 cs->buf[cs->cdw++] = PKT3(PKT3_NOP, 0, 0); in r600_query_end() 523 cs->buf[cs->cdw++] = PKT3(PKT3_NOP, 0, 0); in r600_query_predication() 669 cs->buf[cs->cdw++] = PKT3(PKT3_NOP, 0, 0); in r600_context_draw_opaque_count() 688 cs->buf[cs->cdw++] = PKT3(PKT3_NOP, 0, 0); in r600_context_draw_opaque_count()
|
D | si_state_streamout.c | 78 cs->buf[cs->cdw++] = PKT3(PKT3_NOP, 0, 0); 93 cs->buf[cs->cdw++] = PKT3(PKT3_NOP, 0, 0); 132 cs->buf[cs->cdw++] = PKT3(PKT3_NOP, 0, 0);
|
D | radeonsi_pm4.c | 101 si_pm4_cmd_begin(state, PKT3_NOP); in si_pm4_sh_data_begin()
|
D | sid.h | 67 #define PKT3_NOP 0x10 macro
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_hw_context.c | 89 cs->buf[cs->cdw++] = PKT3(PKT3_NOP, 0, 0); in r600_get_backend_mask() 170 block->pm4[block->pm4_ndwords++] = PKT3(PKT3_NOP, 0, 0); in r600_init_block() 1045 cs->buf[cs->cdw++] = PKT3(PKT3_NOP, 0, 0); in r600_context_emit_fence() 1146 cs->buf[cs->cdw++] = PKT3(PKT3_NOP, 0, 0); in r600_context_streamout_begin() 1158 cs->buf[cs->cdw++] = PKT3(PKT3_NOP, 0, 0); in r600_context_streamout_begin() 1176 cs->buf[cs->cdw++] = PKT3(PKT3_NOP, 0, 0); in r600_context_streamout_begin() 1225 cs->buf[cs->cdw++] = PKT3(PKT3_NOP, 0, 0); in r600_context_streamout_end()
|
D | r600_query.c | 136 cs->buf[cs->cdw++] = PKT3(PKT3_NOP, 0, 0); in r600_emit_query_begin() 190 cs->buf[cs->cdw++] = PKT3(PKT3_NOP, 0, 0); in r600_emit_query_end() 240 cs->buf[cs->cdw++] = PKT3(PKT3_NOP, 0, 0); in r600_emit_query_predication()
|
D | r600_state.c | 1846 r600_write_value(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_vertex_buffers() 1876 r600_write_value(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_constant_buffers() 1891 r600_write_value(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_constant_buffers() 1935 r600_write_value(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_sampler_views() 1937 r600_write_value(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_sampler_views()
|
D | evergreen_state.c | 1990 r600_write_value(cs, PKT3(PKT3_NOP, 0, 0) | pkt_flags); in evergreen_emit_vertex_buffers() 2033 r600_write_value(cs, PKT3(PKT3_NOP, 0, 0)); in evergreen_emit_constant_buffers() 2054 r600_write_value(cs, PKT3(PKT3_NOP, 0, 0)); in evergreen_emit_constant_buffers() 2098 r600_write_value(cs, PKT3(PKT3_NOP, 0, 0)); in evergreen_emit_sampler_views() 2100 r600_write_value(cs, PKT3(PKT3_NOP, 0, 0)); in evergreen_emit_sampler_views()
|
D | evergreen_compute_internal.c | 218 ctx->cs->buf[ctx->cs->cdw++] = PKT3(PKT3_NOP, 0, 0); in evergreen_emit_ctx_reloc()
|
D | evergreen_compute.c | 443 r600_write_value(cs, PKT3C(PKT3_NOP, 0, 0)); in evergreen_emit_cs_shader()
|
D | r600_state_common.c | 1259 cs->buf[cs->cdw++] = PKT3(PKT3_NOP, 0, rctx->predicate_drawing); in r600_draw_vbo() 1275 cs->buf[cs->cdw++] = PKT3(PKT3_NOP, 0, 0); in r600_draw_vbo()
|
D | evergreend.h | 63 #define PKT3_NOP 0x10 macro
|
D | r600d.h | 54 #define PKT3_NOP 0x10 macro
|