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

  /external/mesa3d/src/mesa/program/
programopt.c 438 * 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/drivers/dri/i915/
i915_context.h 150 GLuint indirections; member in struct:i915_fragment_program

Completed in 49 milliseconds