Searched refs:I915_MAX_ALU_INSN (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_context.h125 #define I915_MAX_ALU_INSN 64 macro
131 I915_MAX_ALU_INSN)
168 GLuint program[(I915_MAX_TEX_INSN + I915_MAX_ALU_INSN) * 3];
H A Di915_context.c227 ctx->Const.Program[MESA_SHADER_FRAGMENT].MaxNativeAluInstructions = I915_MAX_ALU_INSN;
229 ctx->Const.Program[MESA_SHADER_FRAGMENT].MaxNativeInstructions = (I915_MAX_ALU_INSN +
H A Di915_program.c510 if (p->nr_alu_insn > I915_MAX_ALU_INSN)
512 p->nr_alu_insn, I915_MAX_ALU_INSN);
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_screen.c128 return I915_MAX_ALU_INSN + I915_MAX_TEX_INSN;
130 return I915_MAX_ALU_INSN;
H A Di915_reg.h487 #define I915_MAX_ALU_INSN 64 macro
H A Di915_fpc_translate.c1241 if (p->nr_alu_insn > I915_MAX_ALU_INSN)

Completed in 109 milliseconds