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

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_pair.h 66 unsigned int Swizzle:12;
radeon_program.h 48 unsigned int Swizzle:12;
117 /**R500 Only. How to swizzle the result of a TEX lookup*/
  /external/llvm/lib/Target/R600/
R600OptimizeVectorRegisters.cpp 12 /// common data and/or have enough undef subreg using swizzle abilities.
193 unsigned Swizzle = (*It).second;
194 unsigned Chan = getReassignedChan(RemapChan, Swizzle);
217 DEBUG(dbgs() << " Updating Swizzle:\n");
255 unsigned Swizzle = MI.getOperand(i + Offset).getImm() + 1;
257 if (RemapChan[j].first == Swizzle) {
R600InstrInfo.cpp 386 Swizzle(std::vector<std::pair<int, unsigned> > Src,
434 llvm_unreachable("Wrong Swizzle for Trans Slot");
441 /// Swz swizzle sequence.
451 Swizzle(IGSrcs[i], Swz[i]);
488 /// Given a swizzle sequence SwzCandidate and an index Idx, returns the next
489 /// (in lexicographic term) swizzle sequence assuming that all swizzles after
509 /// Enumerate all possible Swizzle sequence to find one that can meet all
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 74 struct match_info Swizzle;
114 tokens.Swizzle.String = src_str + matches[5].rm_so;
115 tokens.Swizzle.Length = match_length(matches, 5);
146 /* Swizzle */
147 if (tokens.Swizzle.Length == 0) {
148 src_reg->Swizzle = RC_SWIZZLE_XYZW;
151 src_reg->Swizzle = RC_MAKE_SWIZZLE_SMEAR(RC_SWIZZLE_UNUSED);
152 if (tokens.Swizzle.String[0] != '.') {
153 fprintf(stderr, "First char of swizzle is not valid.\n");
157 if (tokens.Swizzle.String[str_index] == '-')
    [all...]
  /external/mesa3d/src/mesa/program/
prog_instruction.h 45 * Swizzle indexes.
262 GLuint Swizzle:12;
320 * Condition code swizzle value.
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 222 milliseconds