Searched refs:first_instruction (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_transform.c112 boolean first_instruction = TRUE; local in function:tgsi_transform_shader
170 if (first_instruction && ctx->prolog) {
234 first_instruction = FALSE;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_transform.c112 boolean first_instruction = TRUE; local in function:tgsi_transform_shader
170 if (first_instruction && ctx->prolog) {
234 first_instruction = FALSE;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_vs_draw.c71 boolean first_instruction; member in struct:vs_transform_context
229 if (!vsctx->first_instruction) {
230 vsctx->first_instruction = TRUE;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_vs_draw.c71 boolean first_instruction; member in struct:vs_transform_context
229 if (!vsctx->first_instruction) {
230 vsctx->first_instruction = TRUE;
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbi_pack.c160 return r.first_instruction ? BIFROST_IDLE_1 : BIFROST_IDLE;
185 if (regs.first_instruction) {
248 } else if (!regs.first_instruction) {
313 tuple->regs.first_instruction = first_tuple;
H A Dcompiler.h506 bool first_instruction; member in struct:__anon9a2e09911208
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_fpc.h60 boolean first_instruction; member in struct:i915_fp_compile
H A Di915_fpc_translate.c1016 if (p->first_instruction) {
1035 p->first_instruction = FALSE;
1087 p->first_instruction = TRUE;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_fpc.h55 bool first_instruction; member in struct:i915_fp_compile
H A Di915_fpc_translate.c811 if (p->first_instruction) {
833 p->first_instruction = false;
884 p->first_instruction = true;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.0.rst504 - pan/bi: Route through first_instruction field

Completed in 17 milliseconds