HomeSort by relevance Sort by last modified time
    Searched refs:I915_MAX_TEMPORARY (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_fragprog.c 91 if (source->Index >= I915_MAX_TEMPORARY) {
93 source->Index, I915_MAX_TEMPORARY);
307 GLuint regsUsed = ~((1 << I915_MAX_TEMPORARY) - 1);
308 uint8_t live_components[I915_MAX_TEMPORARY] = { 0, };
318 if (inst->DstReg.Index >= I915_MAX_TEMPORARY)
331 if (inst->SrcReg[a].Index >= I915_MAX_TEMPORARY)
    [all...]
i915_context.c 237 ctx->Const.FragmentProgram.MaxNativeTemps = I915_MAX_TEMPORARY;
i915_context.h 125 #define I915_MAX_TEMPORARY 16
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_translate.c 189 if (source->Register.Index >= I915_MAX_TEMPORARY) {
    [all...]
i915_reg.h 489 #define I915_MAX_TEMPORARY 16
    [all...]

Completed in 143 milliseconds