Home
last modified time | relevance | path

Searched refs:SWIZZLE_NOOP (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprog_opt_constant_fold.c153 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP; in _mesa_constant_fold()
183 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP; in _mesa_constant_fold()
185 inst->SrcReg[2].Swizzle = SWIZZLE_NOOP; in _mesa_constant_fold()
214 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP; in _mesa_constant_fold()
238 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP; in _mesa_constant_fold()
262 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP; in _mesa_constant_fold()
270 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP; in _mesa_constant_fold()
294 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP; in _mesa_constant_fold()
302 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP; in _mesa_constant_fold()
Dprogramopt.c95 newInst[i].SrcReg[0].Swizzle = SWIZZLE_NOOP; in insert_mvp_dp4_code()
98 newInst[i].SrcReg[1].Swizzle = SWIZZLE_NOOP; in insert_mvp_dp4_code()
169 newInst[0].SrcReg[1].Swizzle = SWIZZLE_NOOP; in insert_mvp_mad_code()
181 newInst[i].SrcReg[1].Swizzle = SWIZZLE_NOOP; in insert_mvp_mad_code()
184 newInst[1].SrcReg[2].Swizzle = SWIZZLE_NOOP; in insert_mvp_mad_code()
196 newInst[3].SrcReg[1].Swizzle = SWIZZLE_NOOP; in insert_mvp_mad_code()
199 newInst[3].SrcReg[2].Swizzle = SWIZZLE_NOOP; in insert_mvp_mad_code()
387 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP; in _mesa_append_fog_code()
390 inst->SrcReg[2].Swizzle = SWIZZLE_NOOP; in _mesa_append_fog_code()
399 inst->SrcReg[0].Swizzle = SWIZZLE_NOOP; in _mesa_append_fog_code()
Dprog_instruction.c49 inst[i].SrcReg[0].Swizzle = SWIZZLE_NOOP; in _mesa_init_instructions()
51 inst[i].SrcReg[1].Swizzle = SWIZZLE_NOOP; in _mesa_init_instructions()
53 inst[i].SrcReg[2].Swizzle = SWIZZLE_NOOP; in _mesa_init_instructions()
Dprog_instruction.h59 #define SWIZZLE_NOOP MAKE_SWIZZLE4(0,1,2,3) macro
Dprog_parameter_layout.c177 unsigned swizzle = SWIZZLE_NOOP; in _mesa_layout_parameters()
Dprogram_lexer.l338 yylval->swiz_mask.swizzle = SWIZZLE_NOOP;
395 yylval->swiz_mask.swizzle = SWIZZLE_NOOP;
Dprog_parameter.c365 *swizzleOut = SWIZZLE_NOOP; in _mesa_add_typed_unnamed_constant()
Dprog_optimize.c1299 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP; in _mesa_simplify_cmp()
1301 inst->SrcReg[2].Swizzle = SWIZZLE_NOOP; in _mesa_simplify_cmp()
Dprogram_parse.y965 | { $$.swizzle = SWIZZLE_NOOP; $$.mask = WRITEMASK_XYZW; }
969 | { $$.swizzle = SWIZZLE_NOOP; $$.mask = WRITEMASK_XYZW; }
2172 r->Base.Swizzle = SWIZZLE_NOOP;
Dir_to_mesa.cpp336 static dst_reg undef_dst = dst_reg(PROGRAM_UNDEFINED, SWIZZLE_NOOP);
525 src.swizzle = SWIZZLE_NOOP; in get_temp()
1517 src.swizzle = SWIZZLE_NOOP; in visit()
1542 this->result.swizzle = SWIZZLE_NOOP; in visit()
Dprog_print.c453 if (!extended && swizzle == SWIZZLE_NOOP && negateMask == 0) in _mesa_swizzle_string()
Dprog_execute.c192 if (source->Swizzle == SWIZZLE_NOOP) { in fetch_vector4()
/external/mesa3d/src/mesa/swrast/
Ds_fragprog.c56 if (swizzle == SWIZZLE_NOOP) { in swizzle_texel()
Ds_texcombine.c705 if (curObj->_Swizzle != SWIZZLE_NOOP) { in _swrast_texture_span()
Ds_triangle.c1079 && texObj2D->_Swizzle == SWIZZLE_NOOP in _swrast_choose_triangle()
/external/mesa3d/src/mesa/drivers/common/
Dmeta_generate_mipmap.c244 if (texObj->_Swizzle != SWIZZLE_NOOP) { in _mesa_meta_GenerateMipmap()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.c201 key->swizzles[s] = SWIZZLE_NOOP; in brw_populate_sampler_prog_key_data()
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c343 reg.swz = SWIZZLE_NOOP; in make_ureg()
478 assert(swizzle == SWIZZLE_NOOP); in register_const4f()
Dtexobj.c360 obj->_Swizzle = SWIZZLE_NOOP; in _mesa_initialize_texture_object()
/external/mesa3d/src/intel/compiler/
Dbrw_nir.c1186 if (key_tex->swizzles[s] == SWIZZLE_NOOP) in brw_nir_apply_sampler_key()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp155 static const st_dst_reg undef_dst = st_dst_reg(PROGRAM_UNDEFINED, SWIZZLE_NOOP, GLSL_TYPE_ERROR);
1115 src.swizzle = SWIZZLE_NOOP; in get_temp()
2893 this->result.swizzle = SWIZZLE_NOOP; in visit()