Searched refs:swizzle_xyz (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | ff_fragment_shader.cpp | 565 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/ |
D | lower_blend_equation_advanced.cpp | 312 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()
|
D | ir_builder.h | 229 ir_swizzle *swizzle_xyz(operand a);
|
D | ir_builder.cpp | 169 swizzle_xyz(operand a) in swizzle_xyz() function
|