Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_transform.c112 boolean first_instruction = TRUE; in tgsi_transform_shader() local
170 if (first_instruction && ctx->prolog) { in tgsi_transform_shader()
191 first_instruction = FALSE; in tgsi_transform_shader()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_vs_draw.c71 boolean first_instruction; member
229 if (!vsctx->first_instruction) { in transform_inst()
230 vsctx->first_instruction = TRUE; in transform_inst()
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc.h60 boolean first_instruction; member
Di915_fpc_translate.c1016 if (p->first_instruction) { in i915_translate_token()
1035 p->first_instruction = FALSE; in i915_translate_token()
1087 p->first_instruction = TRUE; in i915_init_compile()