Home
last modified time | relevance | path

Searched refs:swizzle_xyz (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Dff_fragment_shader.cpp750 return dot(swizzle_xyz(smear(p, tmp0)), swizzle_xyz(smear(p, tmp1))); in emit_combine()
866 val = swizzle_xyz(smear(p, val)); in emit_texenv()
1159 fragcolor = swizzle_xyz(fog_result); in emit_fog_instructions()
1209 temp = mul(swizzle_xyz(temp), f); in emit_fog_instructions()
1261 secondary = swizzle_xyz(var); in emit_instructions()
1263 secondary = swizzle_xyz(get_current_attrib(p, VERT_ATTRIB_COLOR1)); in emit_instructions()
1266 p->emit(assign(spec_result, add(swizzle_xyz(spec_result), secondary), in emit_instructions()
/external/mesa3d/src/glsl/
Dir_builder.h108 ir_swizzle *swizzle_xyz(operand a);
Dir_builder.cpp149 swizzle_xyz(operand a) in swizzle_xyz() function