Searched refs:SWIZZLE_NOOP (Results 1 - 25 of 46) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_opt_constant_fold.c153 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
183 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
185 inst->SrcReg[2].Swizzle = SWIZZLE_NOOP;
214 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
238 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
262 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
270 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
294 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
302 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
H A Dprog_instruction.c47 inst[i].SrcReg[0].Swizzle = SWIZZLE_NOOP;
49 inst[i].SrcReg[1].Swizzle = SWIZZLE_NOOP;
51 inst[i].SrcReg[2].Swizzle = SWIZZLE_NOOP;
H A Dprogramopt.c95 newInst[i].SrcReg[0].Swizzle = SWIZZLE_NOOP;
98 newInst[i].SrcReg[1].Swizzle = SWIZZLE_NOOP;
169 newInst[0].SrcReg[1].Swizzle = SWIZZLE_NOOP;
181 newInst[i].SrcReg[1].Swizzle = SWIZZLE_NOOP;
184 newInst[1].SrcReg[2].Swizzle = SWIZZLE_NOOP;
196 newInst[3].SrcReg[1].Swizzle = SWIZZLE_NOOP;
199 newInst[3].SrcReg[2].Swizzle = SWIZZLE_NOOP;
387 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
390 inst->SrcReg[2].Swizzle = SWIZZLE_NOOP;
399 inst->SrcReg[0].Swizzle = SWIZZLE_NOOP;
[all...]
H A Dprog_instruction.h59 #define SWIZZLE_NOOP MAKE_SWIZZLE4(0,1,2,3) macro
H A Dprog_parameter_layout.c177 unsigned swizzle = SWIZZLE_NOOP;
H A Dprogram_lexer.l338 yylval->swiz_mask.swizzle = SWIZZLE_NOOP;
395 yylval->swiz_mask.swizzle = SWIZZLE_NOOP;
H A Dprog_parameter.c366 *swizzleOut = SWIZZLE_NOOP;
H A Dprog_optimize.c1299 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
1301 inst->SrcReg[2].Swizzle = SWIZZLE_NOOP;
H A Dprogram_parse.y964 | { $$.swizzle = SWIZZLE_NOOP; $$.mask = WRITEMASK_XYZW; }
968 | { $$.swizzle = SWIZZLE_NOOP; $$.mask = WRITEMASK_XYZW; }
2171 r->Base.Swizzle = SWIZZLE_NOOP;
H A Dir_to_mesa.cpp335 static dst_reg undef_dst = dst_reg(PROGRAM_UNDEFINED, SWIZZLE_NOOP);
598 src.swizzle = SWIZZLE_NOOP;
1581 src.swizzle = SWIZZLE_NOOP;
1606 this->result.swizzle = SWIZZLE_NOOP;
H A Dprog_print.c450 if (!extended && swizzle == SWIZZLE_NOOP && negateMask == 0)
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_opt_constant_fold.c153 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
183 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
185 inst->SrcReg[2].Swizzle = SWIZZLE_NOOP;
214 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
238 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
262 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
270 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
294 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
302 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
H A Dprog_instruction.c49 inst[i].SrcReg[0].Swizzle = SWIZZLE_NOOP;
51 inst[i].SrcReg[1].Swizzle = SWIZZLE_NOOP;
53 inst[i].SrcReg[2].Swizzle = SWIZZLE_NOOP;
H A Dprogramopt.c95 newInst[i].SrcReg[0].Swizzle = SWIZZLE_NOOP;
98 newInst[i].SrcReg[1].Swizzle = SWIZZLE_NOOP;
169 newInst[0].SrcReg[1].Swizzle = SWIZZLE_NOOP;
181 newInst[i].SrcReg[1].Swizzle = SWIZZLE_NOOP;
184 newInst[1].SrcReg[2].Swizzle = SWIZZLE_NOOP;
196 newInst[3].SrcReg[1].Swizzle = SWIZZLE_NOOP;
199 newInst[3].SrcReg[2].Swizzle = SWIZZLE_NOOP;
387 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
390 inst->SrcReg[2].Swizzle = SWIZZLE_NOOP;
399 inst->SrcReg[0].Swizzle = SWIZZLE_NOOP;
[all...]
H A Dprog_instruction.h59 #define SWIZZLE_NOOP MAKE_SWIZZLE4(0,1,2,3) macro
H A Dprogram_lexer.l338 yylval->swiz_mask.swizzle = SWIZZLE_NOOP;
395 yylval->swiz_mask.swizzle = SWIZZLE_NOOP;
H A Dprog_parameter_layout.c196 unsigned swizzle = SWIZZLE_NOOP;
H A Dprog_parameter.c417 *swizzleOut = SWIZZLE_NOOP;
H A Dprog_optimize.c1298 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
1300 inst->SrcReg[2].Swizzle = SWIZZLE_NOOP;
H A Dprogram_parse.y973 | { $$.swizzle = SWIZZLE_NOOP; $$.mask = WRITEMASK_XYZW; }
977 | { $$.swizzle = SWIZZLE_NOOP; $$.mask = WRITEMASK_XYZW; }
2192 r->Base.Swizzle = SWIZZLE_NOOP;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_fragprog.c56 if (swizzle == SWIZZLE_NOOP) {
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_fragprog.c56 if (swizzle == SWIZZLE_NOOP) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
H A Dmeta_generate_mipmap.c245 if (texObj->_Swizzle != SWIZZLE_NOOP) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
H A Dmeta_generate_mipmap.c244 if (texObj->Attrib._Swizzle != SWIZZLE_NOOP) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c201 key->swizzles[s] = SWIZZLE_NOOP;

Completed in 25 milliseconds

12