HomeSort by relevance Sort by last modified time
    Searched refs:I915_MAX_TEX_INSN (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.h 122 #define I915_MAX_TEX_INSN 32
128 I915_MAX_TEX_INSN + \
166 GLuint program[(I915_MAX_TEX_INSN + I915_MAX_ALU_INSN) * 3];
i915_context.c 241 ctx->Const.FragmentProgram.MaxNativeTexInstructions = I915_MAX_TEX_INSN;
243 I915_MAX_TEX_INSN);
i915_program.c 505 if (p->nr_tex_insn > I915_MAX_TEX_INSN) {
507 p->nr_tex_insn, I915_MAX_TEX_INSN);
  /external/mesa3d/src/gallium/drivers/i915/
i915_screen.c 120 return I915_MAX_ALU_INSN + I915_MAX_TEX_INSN;
124 return I915_MAX_TEX_INSN;
i915_reg.h 486 #define I915_MAX_TEX_INSN 32
    [all...]
i915_fpc_translate.c     [all...]

Completed in 381 milliseconds