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

  /external/mesa3d/src/mesa/program/
prog_opt_constant_fold.c 152 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
182 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
184 inst->SrcReg[2].Swizzle = SWIZZLE_NOOP;
213 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
237 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
261 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
269 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
293 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
301 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP;
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;
programopt.c 95 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...]
prog_instruction.h 59 #define SWIZZLE_NOOP MAKE_SWIZZLE4(0,1,2,3)
prog_parameter_layout.c 167 unsigned swizzle = SWIZZLE_NOOP;
program_lexer.l 334 yylval->swiz_mask.swizzle = SWIZZLE_NOOP;
391 yylval->swiz_mask.swizzle = SWIZZLE_NOOP;
prog_parameter.c 351 *swizzleOut = SWIZZLE_NOOP;
prog_optimize.c     [all...]
program_parse.y 962 | { $$.swizzle = SWIZZLE_NOOP; $$.mask = WRITEMASK_XYZW; }
966 | { $$.swizzle = SWIZZLE_NOOP; $$.mask = WRITEMASK_XYZW; }
    [all...]
ir_to_mesa.cpp 334 static dst_reg undef_dst = dst_reg(PROGRAM_UNDEFINED, SWIZZLE_NOOP);
580 src.swizzle = SWIZZLE_NOOP;
    [all...]
prog_print.c 437 if (!extended && swizzle == SWIZZLE_NOOP && negateMask == 0)
prog_execute.c 188 if (source->Swizzle == SWIZZLE_NOOP) {
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_fragprog.c 56 if (swizzle == SWIZZLE_NOOP) {
s_texcombine.c 704 if (curObj->_Swizzle != SWIZZLE_NOOP) {
s_triangle.c     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta_generate_mipmap.c 245 if (texObj->_Swizzle != SWIZZLE_NOOP) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_nir.c 683 if (key_tex->swizzles[s] == SWIZZLE_NOOP)
brw_wm.c 307 key->swizzles[s] = SWIZZLE_NOOP;
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 349 reg.swz = SWIZZLE_NOOP;
484 assert(swizzle == SWIZZLE_NOOP);
    [all...]
texobj.c 331 obj->_Swizzle = SWIZZLE_NOOP;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 349 static st_dst_reg undef_dst = st_dst_reg(PROGRAM_UNDEFINED, SWIZZLE_NOOP, GLSL_TYPE_ERROR);
    [all...]

Completed in 564 milliseconds