Searched refs:yzx (Results 1 – 25 of 50) sorted by relevance
12
/third_party/skia/tests/sksl/blend/ |
D | BlendHue.glsl | 34 return _blend_set_color_saturation_helper_h3h3h(hueLumColor.zxy, sat).yzx; 39 return _blend_set_color_saturation_helper_h3h3h(hueLumColor.yzx, sat).zxy;
|
D | BlendHueStandaloneSettings.glsl | 34 return _blend_set_color_saturation_helper_h3h3h(hueLumColor.zxy, sat).yzx; 39 return _blend_set_color_saturation_helper_h3h3h(hueLumColor.yzx, sat).zxy;
|
D | BlendSaturation.glsl | 34 return _blend_set_color_saturation_helper_h3h3h(hueLumColor.zxy, sat).yzx; 39 return _blend_set_color_saturation_helper_h3h3h(hueLumColor.yzx, sat).zxy;
|
D | BlendSaturationStandaloneSettings.glsl | 34 return _blend_set_color_saturation_helper_h3h3h(hueLumColor.zxy, sat).yzx; 39 return _blend_set_color_saturation_helper_h3h3h(hueLumColor.yzx, sat).zxy;
|
D | BlendHue.metal | 42 return _blend_set_color_saturation_helper_h3h3h(hueLumColor.zxy, sat).yzx; 47 return _blend_set_color_saturation_helper_h3h3h(hueLumColor.yzx, sat).zxy;
|
D | BlendSaturation.metal | 42 return _blend_set_color_saturation_helper_h3h3h(hueLumColor.zxy, sat).yzx; 47 return _blend_set_color_saturation_helper_h3h3h(hueLumColor.yzx, sat).zxy;
|
/third_party/skia/tests/sksl/inliner/ |
D | InlinerCanBeDisabledStandaloneSettings.glsl | 33 return _blend_set_color_saturation_helper_h3h3h(hueLumColor.zxy, sat).yzx; 38 return _blend_set_color_saturation_helper_h3h3h(hueLumColor.yzx, sat).zxy;
|
D | InlinerCanBeDisabled.glsl | 39 return _blend_set_color_saturation_helper_h3h3h(hueLumColor.zxy, sat).yzx; 44 return _blend_set_color_saturation_helper_h3h3h(hueLumColor.yzx, sat).zxy;
|
/third_party/glslang/Test/ |
D | spv.swizzleInversion.frag | 13 vec3 v33 = interpolateAtCentroid(in3.yzx);
|
D | spv.meshShaderUserDefined.mesh | 44 blk[iid/2].pos.yzx = vec3(14.0, 15.0, 13.0);
|
D | spv.320.meshShaderUserDefined.mesh | 44 blk[iid/2].pos.yzx = vec3(14.0, 15.0, 13.0);
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_builtin_builder.c | 33 unsigned yzx[3] = { 1, 2, 0 }; in nir_cross3() local 36 return nir_ffma(b, nir_swizzle(b, x, yzx, 3), in nir_cross3() 39 nir_swizzle(b, y, yzx, 3)))); in nir_cross3()
|
/third_party/skia/third_party/externals/tint/test/expressions/swizzle/read/packed_vec3/ |
D | u32.wgsl | 41 var yzx = U.v.yzx;
|
D | i32.wgsl | 41 var yzx = U.v.yzx;
|
D | u32.wgsl.expected.wgsl | 37 var yzx = U.v.yzx;
|
D | f32.wgsl.expected.wgsl | 37 var yzx = U.v.yzx;
|
D | i32.wgsl.expected.wgsl | 37 var yzx = U.v.yzx;
|
D | f32.wgsl | 41 var yzx = U.v.yzx;
|
/third_party/skia/third_party/externals/tint/test/expressions/swizzle/read/vec3/ |
D | u32.wgsl | 40 var yzx = P.v.yzx;
|
D | u32.wgsl.expected.wgsl | 36 var yzx = P.v.yzx;
|
D | f32.wgsl.expected.wgsl | 36 var yzx = P.v.yzx;
|
D | u32.wgsl.expected.hlsl | 41 uint3 yzx = P.v.yzx;
|
D | i32.wgsl.expected.wgsl | 36 var yzx = P.v.yzx;
|
D | f32.wgsl | 40 var yzx = P.v.yzx;
|
D | f32.wgsl.expected.hlsl | 41 float3 yzx = P.v.yzx;
|
12