Searched refs:indirections (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprogramopt.c438 * Count the number of texure indirections in the given program.
441 * XXX we count texture indirections in texenvprogram.c (maybe use this code
447 GLuint indirections = 1; local
462 indirections++;
481 prog->NumTexIndirections = indirections;
/external/mesa3d/src/mesa/program/
H A Dprogramopt.c438 * Count the number of texure indirections in the given program.
441 * XXX we count texture indirections in texenvprogram.c (maybe use this code
447 GLuint indirections = 1; local
462 indirections++;
481 prog->NumTexIndirections = indirections;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_context.h150 GLuint indirections; member in struct:i915_fragment_program
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_context.h150 GLuint indirections; member in struct:i915_fragment_program

Completed in 49 milliseconds