Searched refs:I915_MAX_INSN (Results 1 – 2 of 2) sorted by relevance
127 #define I915_MAX_INSN (I915_MAX_DECL_INSN + \ macro134 #define I915_PROGRAM_SIZE (I915_MAX_INSN * 3 + 1)193 GLuint usedRegs[I915_MAX_INSN];
395 if (program->Base.NumInstructions > I915_MAX_INSN) { in upload_program()397 program->Base.NumInstructions, I915_MAX_INSN); in upload_program()