Home
last modified time | relevance | path

Searched refs:I915_MAX_TEMPORARY (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c108 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()
Di915_context.h129 #define I915_MAX_TEMPORARY 16 macro
Di915_context.c231 ctx->Const.Program[MESA_SHADER_FRAGMENT].MaxNativeTemps = I915_MAX_TEMPORARY; in i915CreateContext()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_translate.c143 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()
Di915_fpc.h70 uint32_t register_phases[I915_MAX_TEMPORARY];
Di915_reg.h460 #define I915_MAX_TEMPORARY 16 macro