Searched refs:I915_MAX_TEMPORARY (Results 1 – 6 of 6) sorted by relevance
108 if (source->Index >= I915_MAX_TEMPORARY) { in src_vector()110 source->Index, I915_MAX_TEMPORARY); in src_vector()318 GLuint regsUsed = ~((1 << I915_MAX_TEMPORARY) - 1); in calc_live_regs()319 uint8_t live_components[I915_MAX_TEMPORARY] = { 0, }; in calc_live_regs()329 if (inst->DstReg.Index >= I915_MAX_TEMPORARY) in calc_live_regs()342 if (inst->SrcReg[a].Index >= I915_MAX_TEMPORARY) in calc_live_regs()
129 #define I915_MAX_TEMPORARY 16 macro
231 ctx->Const.Program[MESA_SHADER_FRAGMENT].MaxNativeTemps = I915_MAX_TEMPORARY; in i915CreateContext()
143 if (source->Register.Index >= I915_MAX_TEMPORARY) { in src_vector()786 if (token->FullDeclaration.Range.Last >= I915_MAX_TEMPORARY) { in i915_translate_token()788 I915_MAX_TEMPORARY); in i915_translate_token()895 p->temp_flag = ~0x0 << I915_MAX_TEMPORARY; in i915_init_compile()
70 uint32_t register_phases[I915_MAX_TEMPORARY];
460 #define I915_MAX_TEMPORARY 16 macro