Searched refs:I915_MAX_TEMPORARY (Results 1 – 5 of 5) sorted by relevance
91 if (source->Index >= I915_MAX_TEMPORARY) { in src_vector()93 source->Index, I915_MAX_TEMPORARY); in src_vector()307 GLuint regsUsed = ~((1 << I915_MAX_TEMPORARY) - 1); in calc_live_regs()308 uint8_t live_components[I915_MAX_TEMPORARY] = { 0, }; in calc_live_regs()318 if (inst->DstReg.Index >= I915_MAX_TEMPORARY) in calc_live_regs()331 if (inst->SrcReg[a].Index >= I915_MAX_TEMPORARY) in calc_live_regs()
125 #define I915_MAX_TEMPORARY 16 macro
237 ctx->Const.FragmentProgram.MaxNativeTemps = I915_MAX_TEMPORARY; in i915CreateContext()
189 if (source->Register.Index >= I915_MAX_TEMPORARY) { in src_vector()1145 if (i >= I915_MAX_TEMPORARY) in i915_translate_token()1250 p->temp_flag = ~0x0 << I915_MAX_TEMPORARY; in i915_init_compile()
489 #define I915_MAX_TEMPORARY 16 macro