Home
last modified time | relevance | path

Searched refs:PKT3_NOP (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dr600_hw_context.c90 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()
Dsi_state_streamout.c78 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);
Dradeonsi_pm4.c101 si_pm4_cmd_begin(state, PKT3_NOP); in si_pm4_sh_data_begin()
Dsid.h67 #define PKT3_NOP 0x10 macro
/external/mesa3d/src/gallium/drivers/r600/
Dr600_hw_context.c89 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()
Dr600_query.c136 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()
Dr600_state.c1846 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()
Devergreen_state.c1990 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()
Devergreen_compute_internal.c218 ctx->cs->buf[ctx->cs->cdw++] = PKT3(PKT3_NOP, 0, 0); in evergreen_emit_ctx_reloc()
Devergreen_compute.c443 r600_write_value(cs, PKT3C(PKT3_NOP, 0, 0)); in evergreen_emit_cs_shader()
Dr600_state_common.c1259 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()
Devergreend.h63 #define PKT3_NOP 0x10 macro
Dr600d.h54 #define PKT3_NOP 0x10 macro