Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_bitmap_shader.c41 bool first_instruction_emitted; member
61 if (ctx->first_instruction_emitted) { in transform_instr()
66 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.c49 bool first_instruction_emitted; member
396 if (!ctx->first_instruction_emitted) { in transform_instr()
398 ctx->first_instruction_emitted = true; in transform_instr()
/third_party/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()