Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dff_fragment_shader.cpp565 return dot(swizzle_xyz(smear(tmp0)), swizzle_xyz(smear(tmp1))); in emit_combine()
672 val = swizzle_xyz(smear(val)); in emit_texenv()
916 fragcolor = swizzle_xyz(fog_result); in emit_fog_instructions()
969 temp = mul(swizzle_xyz(temp), f); in emit_fog_instructions()
1013 secondary = swizzle_xyz(var); in emit_instructions()
1015 secondary = swizzle_xyz(get_current_attrib(p, VERT_ATTRIB_COLOR1)); in emit_instructions()
1018 p->emit(assign(spec_result, add(swizzle_xyz(spec_result), secondary), in emit_instructions()
/external/mesa3d/src/compiler/glsl/
Dlower_blend_equation_advanced.cpp312 assign(dst_rgb, csel(equal(swizzle_xyz(fb), in calc_blend_result()
315 div(swizzle_xyz(fb), dst_alpha))))); in calc_blend_result()
320 assign(src_rgb, csel(equal(swizzle_xyz(src), in calc_blend_result()
323 div(swizzle_xyz(src), src_alpha))))); in calc_blend_result()
Dir_builder.h229 ir_swizzle *swizzle_xyz(operand a);
Dir_builder.cpp169 swizzle_xyz(operand a) in swizzle_xyz() function