Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dff_fragment_shader.cpp561 return dot(swizzle_xyz(smear(tmp0)), swizzle_xyz(smear(tmp1))); in emit_combine()
668 val = swizzle_xyz(smear(val)); in emit_texenv()
910 fragcolor = swizzle_xyz(fog_result); in emit_fog_instructions()
963 temp = mul(swizzle_xyz(temp), f); in emit_fog_instructions()
1007 secondary = swizzle_xyz(var); in emit_instructions()
1009 secondary = swizzle_xyz(get_current_attrib(p, VERT_ATTRIB_COLOR1)); in emit_instructions()
1012 p->emit(assign(spec_result, add(swizzle_xyz(spec_result), secondary), in emit_instructions()
/third_party/mesa3d/src/compiler/glsl/
Dlower_blend_equation_advanced.cpp313 assign(dst_rgb, csel(equal(swizzle_xyz(fb), in calc_blend_result()
316 div(swizzle_xyz(fb), dst_alpha))))); in calc_blend_result()
321 assign(src_rgb, csel(equal(swizzle_xyz(src), in calc_blend_result()
324 div(swizzle_xyz(src), src_alpha))))); in calc_blend_result()
Dir_builder.h230 ir_swizzle *swizzle_xyz(operand a);
Dir_builder.cpp156 swizzle_xyz(operand a) in swizzle_xyz() function