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

  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_shader_tokens.h 122 unsigned Invariant : 1; /**< invariant optimization? */
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 122 unsigned Invariant : 1; /**< invariant optimization? */
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_build.c 110 declaration.Invariant = 0;
124 unsigned invariant,
139 declaration.Invariant = invariant;
368 full_decl->Declaration.Invariant,
    [all...]
tgsi_dump.c 345 if (decl->Declaration.Invariant) {
346 TXT( ", INVARIANT" );
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_build.c 110 declaration.Invariant = 0;
124 unsigned invariant,
139 declaration.Invariant = invariant;
368 full_decl->Declaration.Invariant,
    [all...]
tgsi_dump.c 345 if (decl->Declaration.Invariant) {
346 TXT( ", INVARIANT" );
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 217 /// instruction (shuffle) for loop invariant values and for the induction
229 /// values within the current basic block or on loop invariant values.
231 /// are not within the map, they have to be loop invariant, so we simply
673 /// Holds the number of loop invariant values that are used in the loop.
    [all...]

Completed in 1387 milliseconds