HomeSort by relevance Sort by last modified time
    Searched refs:SWIZZLE_NOOP (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_opt_constant_fold.c 158 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
188 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
190 inst->SrcReg[2].Swizzle = SWIZZLE_NOOP;
223 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
247 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
271 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
279 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
303 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
311 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
335 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
    [all...]
prog_instruction.c 47 inst[i].SrcReg[0].Swizzle = SWIZZLE_NOOP;
49 inst[i].SrcReg[1].Swizzle = SWIZZLE_NOOP;
51 inst[i].SrcReg[2].Swizzle = SWIZZLE_NOOP;
56 inst[i].DstReg.CondSwizzle = SWIZZLE_NOOP;
programopt.c 96 newInst[i].SrcReg[0].Swizzle = SWIZZLE_NOOP;
99 newInst[i].SrcReg[1].Swizzle = SWIZZLE_NOOP;
171 newInst[0].SrcReg[1].Swizzle = SWIZZLE_NOOP;
183 newInst[i].SrcReg[1].Swizzle = SWIZZLE_NOOP;
186 newInst[1].SrcReg[2].Swizzle = SWIZZLE_NOOP;
198 newInst[3].SrcReg[1].Swizzle = SWIZZLE_NOOP;
201 newInst[3].SrcReg[2].Swizzle = SWIZZLE_NOOP;
390 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
393 inst->SrcReg[2].Swizzle = SWIZZLE_NOOP;
402 inst->SrcReg[0].Swizzle = SWIZZLE_NOOP;
    [all...]
prog_parameter_layout.c 167 unsigned swizzle = SWIZZLE_NOOP;
program_parse.y 1014 | { $$.swizzle = SWIZZLE_NOOP; $$.mask = WRITEMASK_XYZW; }
1018 | { $$.swizzle = SWIZZLE_NOOP; $$.mask = WRITEMASK_XYZW; }
1032 $$.CondSwizzle = SWIZZLE_NOOP;
1069 $$.CondSwizzle = SWIZZLE_NOOP;
1092 $$.CondSwizzle = SWIZZLE_NOOP;
    [all...]
prog_instruction.h 59 #define SWIZZLE_NOOP MAKE_SWIZZLE4(0,1,2,3)
program_lexer.l 357 yylval->swiz_mask.swizzle = SWIZZLE_NOOP;
414 yylval->swiz_mask.swizzle = SWIZZLE_NOOP;
nvfragparse.c 948 dstReg->CondSwizzle = SWIZZLE_NOOP;
1066 srcReg->Swizzle = SWIZZLE_NOOP;
    [all...]
prog_optimize.c     [all...]
  /external/mesa3d/src/mesa/program/
prog_opt_constant_fold.c 158 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
188 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
190 inst->SrcReg[2].Swizzle = SWIZZLE_NOOP;
223 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
247 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
271 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
279 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
303 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
311 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
335 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
    [all...]
prog_instruction.c 47 inst[i].SrcReg[0].Swizzle = SWIZZLE_NOOP;
49 inst[i].SrcReg[1].Swizzle = SWIZZLE_NOOP;
51 inst[i].SrcReg[2].Swizzle = SWIZZLE_NOOP;
56 inst[i].DstReg.CondSwizzle = SWIZZLE_NOOP;
programopt.c 96 newInst[i].SrcReg[0].Swizzle = SWIZZLE_NOOP;
99 newInst[i].SrcReg[1].Swizzle = SWIZZLE_NOOP;
171 newInst[0].SrcReg[1].Swizzle = SWIZZLE_NOOP;
183 newInst[i].SrcReg[1].Swizzle = SWIZZLE_NOOP;
186 newInst[1].SrcReg[2].Swizzle = SWIZZLE_NOOP;
198 newInst[3].SrcReg[1].Swizzle = SWIZZLE_NOOP;
201 newInst[3].SrcReg[2].Swizzle = SWIZZLE_NOOP;
390 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
393 inst->SrcReg[2].Swizzle = SWIZZLE_NOOP;
402 inst->SrcReg[0].Swizzle = SWIZZLE_NOOP;
    [all...]
prog_parameter_layout.c 167 unsigned swizzle = SWIZZLE_NOOP;
program_parse.y 1014 | { $$.swizzle = SWIZZLE_NOOP; $$.mask = WRITEMASK_XYZW; }
1018 | { $$.swizzle = SWIZZLE_NOOP; $$.mask = WRITEMASK_XYZW; }
1032 $$.CondSwizzle = SWIZZLE_NOOP;
1069 $$.CondSwizzle = SWIZZLE_NOOP;
1092 $$.CondSwizzle = SWIZZLE_NOOP;
    [all...]
prog_instruction.h 59 #define SWIZZLE_NOOP MAKE_SWIZZLE4(0,1,2,3)
program_lexer.l 357 yylval->swiz_mask.swizzle = SWIZZLE_NOOP;
414 yylval->swiz_mask.swizzle = SWIZZLE_NOOP;
prog_parameter.c 284 *swizzleOut = SWIZZLE_NOOP;
nvfragparse.c 948 dstReg->CondSwizzle = SWIZZLE_NOOP;
1066 srcReg->Swizzle = SWIZZLE_NOOP;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_fragprog.c 55 if (swizzle == SWIZZLE_NOOP) {
  /external/mesa3d/src/mesa/swrast/
s_fragprog.c 55 if (swizzle == SWIZZLE_NOOP) {
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_texture.c 157 if (swizzle != SWIZZLE_NOOP) {
  /external/mesa3d/src/mesa/state_tracker/
st_atom_texture.c 157 if (swizzle != SWIZZLE_NOOP) {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm_fp.c 87 reg.Swizzle = SWIZZLE_NOOP;
674 if (c->key.tex.swizzles[unit] != SWIZZLE_NOOP) {
871 if (c->key.tex.swizzles[unit] != SWIZZLE_NOOP) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_fp.c 87 reg.Swizzle = SWIZZLE_NOOP;
674 if (c->key.tex.swizzles[unit] != SWIZZLE_NOOP) {
871 if (c->key.tex.swizzles[unit] != SWIZZLE_NOOP) {

Completed in 1079 milliseconds

1 2 3