Searched refs:I915_MAX_INSN (Results 1 – 2 of 2) sorted by relevance
131 #define I915_MAX_INSN (I915_MAX_DECL_INSN + \ macro138 #define I915_PROGRAM_SIZE (I915_MAX_INSN * 3 + 1)197 GLuint usedRegs[I915_MAX_INSN];
405 if (program->arb.NumInstructions > I915_MAX_INSN) { in upload_program()407 program->arb.NumInstructions, I915_MAX_INSN); in upload_program()