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