Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprog_opt_constant_fold.c158 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP; in _mesa_constant_fold()
188 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP; in _mesa_constant_fold()
190 inst->SrcReg[2].Swizzle = SWIZZLE_NOOP; in _mesa_constant_fold()
223 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP; in _mesa_constant_fold()
247 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP; in _mesa_constant_fold()
271 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP; in _mesa_constant_fold()
279 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP; in _mesa_constant_fold()
303 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP; in _mesa_constant_fold()
311 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP; in _mesa_constant_fold()
335 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP; in _mesa_constant_fold()
[all …]
Dprogramopt.c96 newInst[i].SrcReg[0].Swizzle = SWIZZLE_NOOP; in _mesa_insert_mvp_dp4_code()
99 newInst[i].SrcReg[1].Swizzle = SWIZZLE_NOOP; in _mesa_insert_mvp_dp4_code()
171 newInst[0].SrcReg[1].Swizzle = SWIZZLE_NOOP; in _mesa_insert_mvp_mad_code()
183 newInst[i].SrcReg[1].Swizzle = SWIZZLE_NOOP; in _mesa_insert_mvp_mad_code()
186 newInst[1].SrcReg[2].Swizzle = SWIZZLE_NOOP; in _mesa_insert_mvp_mad_code()
198 newInst[3].SrcReg[1].Swizzle = SWIZZLE_NOOP; in _mesa_insert_mvp_mad_code()
201 newInst[3].SrcReg[2].Swizzle = SWIZZLE_NOOP; in _mesa_insert_mvp_mad_code()
390 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP; in _mesa_append_fog_code()
393 inst->SrcReg[2].Swizzle = SWIZZLE_NOOP; in _mesa_append_fog_code()
402 inst->SrcReg[0].Swizzle = SWIZZLE_NOOP; in _mesa_append_fog_code()
Dprog_instruction.c47 inst[i].SrcReg[0].Swizzle = SWIZZLE_NOOP; in _mesa_init_instructions()
49 inst[i].SrcReg[1].Swizzle = SWIZZLE_NOOP; in _mesa_init_instructions()
51 inst[i].SrcReg[2].Swizzle = SWIZZLE_NOOP; in _mesa_init_instructions()
56 inst[i].DstReg.CondSwizzle = SWIZZLE_NOOP; in _mesa_init_instructions()
Dprogram_parse.y1014 | { $$.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;
2330 r->CondSwizzle = SWIZZLE_NOOP;
2352 r->CondSwizzle = SWIZZLE_NOOP;
2361 r->Base.Swizzle = SWIZZLE_NOOP;
Dprog_parameter_layout.c167 unsigned swizzle = SWIZZLE_NOOP; in _mesa_layout_parameters()
Dprog_instruction.h59 #define SWIZZLE_NOOP MAKE_SWIZZLE4(0,1,2,3) macro
Dprogram_lexer.l357 yylval->swiz_mask.swizzle = SWIZZLE_NOOP;
414 yylval->swiz_mask.swizzle = SWIZZLE_NOOP;
Dnvfragparse.c948 dstReg->CondSwizzle = SWIZZLE_NOOP; in Parse_MaskedDstReg()
1066 srcReg->Swizzle = SWIZZLE_NOOP; in Parse_VectorSrc()
1266 inst->SrcReg[0].Swizzle = SWIZZLE_NOOP; in Parse_PrintInstruction()
Dprog_optimize.c1330 inst->SrcReg[1].Swizzle = SWIZZLE_NOOP; in _mesa_simplify_cmp()
1332 inst->SrcReg[2].Swizzle = SWIZZLE_NOOP; in _mesa_simplify_cmp()
Dnvvertparse.c676 srcReg->Swizzle = SWIZZLE_NOOP; in Parse_SwizzleSrcReg()
1068 srcReg->Swizzle = SWIZZLE_NOOP; in Parse_PrintInstruction()
Dprog_parameter.c284 *swizzleOut = SWIZZLE_NOOP; in _mesa_add_typed_unnamed_constant()
Dir_to_mesa.cpp330 dst_reg undef_dst = dst_reg(PROGRAM_UNDEFINED, SWIZZLE_NOOP);
649 src.swizzle = SWIZZLE_NOOP; in get_temp()
1628 src.swizzle = SWIZZLE_NOOP; in visit()
1652 this->result.swizzle = SWIZZLE_NOOP; in visit()
Dprog_print.c470 if (!extended && swizzle == SWIZZLE_NOOP && negateMask == 0) in _mesa_swizzle_string()
Dprog_execute.c229 if (source->Swizzle == SWIZZLE_NOOP) { in fetch_vector4()
278 if (source->Swizzle == SWIZZLE_NOOP) { in fetch_vector4ui()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_fp.c87 reg.Swizzle = SWIZZLE_NOOP; in src_reg()
674 if (c->key.tex.swizzles[unit] != SWIZZLE_NOOP) { in precalc_tex()
871 if (c->key.tex.swizzles[unit] != SWIZZLE_NOOP) { in precalc_tex()
Dbrw_wm.c442 key->swizzles[s] = SWIZZLE_NOOP; in brw_populate_sampler_prog_key_data()
Dbrw_fs_visitor.cpp1372 } else if (c->key.tex.swizzles[sampler] != SWIZZLE_NOOP) { in swizzle_result()
Dbrw_vec4_visitor.cpp2020 || s == SWIZZLE_NOOP) { in swizzle_result()
/external/mesa3d/src/mesa/swrast/
Ds_fragprog.c55 if (swizzle == SWIZZLE_NOOP) { in swizzle_texel()
Ds_texcombine.c767 if (curObj->_Swizzle != SWIZZLE_NOOP) { in _swrast_texture_span()
Ds_triangle.c1078 && texObj2D->_Swizzle == SWIZZLE_NOOP in _swrast_choose_triangle()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_texture.c157 if (swizzle != SWIZZLE_NOOP) { in st_create_texture_sampler_view_from_stobj()
Dst_glsl_to_tgsi.cpp435 static st_dst_reg undef_dst = st_dst_reg(PROGRAM_UNDEFINED, SWIZZLE_NOOP, GLSL_TYPE_ERROR);
994 src.swizzle = SWIZZLE_NOOP; in get_temp()
2052 src.swizzle = SWIZZLE_NOOP; in visit()
2079 this->result.swizzle = SWIZZLE_NOOP; in visit()
2547 r.swizzle = SWIZZLE_NOOP; in visit()
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c349 reg.swz = SWIZZLE_NOOP; in make_ureg()
485 ASSERT(swizzle == SWIZZLE_NOOP); in register_const4f()
548 dst->CondSwizzle = SWIZZLE_NOOP; in emit_dst()
Dtexobj.c153 obj->_Swizzle = SWIZZLE_NOOP; in _mesa_initialize_texture_object()