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

  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/llvm/lib/Target/R600/
R600OptimizeVectorRegisters.cpp 12 /// common data and/or have enough undef subreg using swizzle abilities.
192 unsigned Swizzle = (*It).second;
193 unsigned Chan = getReassignedChan(RemapChan, Swizzle);
216 DEBUG(dbgs() << " Updating Swizzle:\n");
254 unsigned Swizzle = MI.getOperand(i + Offset).getImm() + 1;
256 if (RemapChan[j].first == Swizzle) {
  /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/chromium_org/third_party/mesa/src/src/mesa/program/
prog_instruction.h 45 * Swizzle indexes.
262 GLuint Swizzle:12;
320 * Condition code swizzle value.
  /external/mesa3d/src/mesa/program/
prog_instruction.h 45 * Swizzle indexes.
262 GLuint Swizzle:12;
320 * Condition code swizzle value.
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 478 milliseconds