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

  /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...]
prog_optimize.c     [all...]
ir_to_mesa.cpp 330 dst_reg undef_dst = dst_reg(PROGRAM_UNDEFINED, SWIZZLE_NOOP);
649 src.swizzle = SWIZZLE_NOOP;
    [all...]
nvvertparse.c 676 srcReg->Swizzle = SWIZZLE_NOOP;
1068 srcReg->Swizzle = SWIZZLE_NOOP;
    [all...]
prog_print.c 470 if (!extended && swizzle == SWIZZLE_NOOP && negateMask == 0)
    [all...]
prog_execute.c 229 if (source->Swizzle == SWIZZLE_NOOP) {
278 if (source->Swizzle == SWIZZLE_NOOP) {
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_fragprog.c 55 if (swizzle == SWIZZLE_NOOP) {
s_texcombine.c 767 if (curObj->_Swizzle != SWIZZLE_NOOP) {
s_triangle.c     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_texture.c 157 if (swizzle != SWIZZLE_NOOP) {
st_glsl_to_tgsi.cpp 435 static st_dst_reg undef_dst = st_dst_reg(PROGRAM_UNDEFINED, SWIZZLE_NOOP, GLSL_TYPE_ERROR);
994 src.swizzle = SWIZZLE_NOOP;
    [all...]
  /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) {
brw_wm.c 442 key->swizzles[s] = SWIZZLE_NOOP;
brw_fs_visitor.cpp     [all...]
brw_vec4_visitor.cpp     [all...]
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 349 reg.swz = SWIZZLE_NOOP;
485 ASSERT(swizzle == SWIZZLE_NOOP);
548 dst->CondSwizzle = SWIZZLE_NOOP;
    [all...]
texobj.c 153 obj->_Swizzle = SWIZZLE_NOOP;
    [all...]

Completed in 212 milliseconds