Home
last modified time | relevance | path

Searched refs:first_instruction_emitted (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_bitmap_shader.c42 bool first_instruction_emitted; member
62 if (ctx->first_instruction_emitted) { in transform_instr()
67 ctx->first_instruction_emitted = true; in transform_instr()
Dst_cb_drawpixels_shader.c39 bool first_instruction_emitted; member
82 if (ctx->first_instruction_emitted) in transform_instr()
85 ctx->first_instruction_emitted = true; in transform_instr()
Dst_tgsi_lower_yuv.c50 bool first_instruction_emitted; member
389 if (!ctx->first_instruction_emitted) { in transform_instr()
391 ctx->first_instruction_emitted = true; in transform_instr()
Dst_atifs_to_tgsi.c619 bool first_instruction_emitted; member
669 if (ctx->first_instruction_emitted) in transform_instr()
672 ctx->first_instruction_emitted = true; in transform_instr()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_emulate.c37 bool first_instruction_emitted; member
110 if (!ctx->first_instruction_emitted) { in transform_instr()
111 ctx->first_instruction_emitted = true; in transform_instr()