Home
last modified time | relevance | path

Searched refs:zxy (Results 1 – 25 of 50) sorted by relevance

12

/third_party/skia/resources/sksl/intrinsics/
DNormalize.sksl14 normalize(constVec.zxy) == expectedVec.zxy &&
/third_party/skia/tests/sksl/blend/
DBlendHue.glsl34 return _blend_set_color_saturation_helper_h3h3h(hueLumColor.zxy, sat).yzx;
39 return _blend_set_color_saturation_helper_h3h3h(hueLumColor.yzx, sat).zxy;
DBlendHueStandaloneSettings.glsl34 return _blend_set_color_saturation_helper_h3h3h(hueLumColor.zxy, sat).yzx;
39 return _blend_set_color_saturation_helper_h3h3h(hueLumColor.yzx, sat).zxy;
DBlendSaturation.glsl34 return _blend_set_color_saturation_helper_h3h3h(hueLumColor.zxy, sat).yzx;
39 return _blend_set_color_saturation_helper_h3h3h(hueLumColor.yzx, sat).zxy;
DBlendSaturationStandaloneSettings.glsl34 return _blend_set_color_saturation_helper_h3h3h(hueLumColor.zxy, sat).yzx;
39 return _blend_set_color_saturation_helper_h3h3h(hueLumColor.yzx, sat).zxy;
DBlendHue.metal42 return _blend_set_color_saturation_helper_h3h3h(hueLumColor.zxy, sat).yzx;
47 return _blend_set_color_saturation_helper_h3h3h(hueLumColor.yzx, sat).zxy;
DBlendSaturation.metal42 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/glslang/Test/
Dspv.accessChain.frag54 OutColor.zxy += i.color;
64 OutColor.zxy.yx += i.color.xy;
/third_party/skia/tests/sksl/inliner/
DInlinerCanBeDisabledStandaloneSettings.glsl33 return _blend_set_color_saturation_helper_h3h3h(hueLumColor.zxy, sat).yzx;
38 return _blend_set_color_saturation_helper_h3h3h(hueLumColor.yzx, sat).zxy;
DInlinerCanBeDisabled.glsl39 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/skia/tests/sksl/intrinsics/
DNormalize.glsl8 …&& vec2(0.0, 1.0) == expectedVec.yx) && vec3(0.0, 1.0, 0.0) == expectedVec.zxy) && vec4(1.0, 0.0, …
DNormalize.metal18 …h, 1.0h) == expectedVec.yx)) && all(half3(0.0h, 1.0h, 0.0h) == expectedVec.zxy)) && all(half4(1.0h…
/third_party/skia/tests/sksl/shared/
DAssignment.glsl34 s.h4.zxy = vec3(9.0);
/third_party/mesa3d/src/compiler/nir/
Dnir_builtin_builder.c34 unsigned zxy[3] = { 2, 0, 1 }; in nir_cross3() local
37 nir_swizzle(b, y, zxy, 3), in nir_cross3()
38 nir_fneg(b, nir_fmul(b, nir_swizzle(b, x, zxy, 3), in nir_cross3()
/third_party/skia/third_party/externals/tint/test/expressions/swizzle/read/packed_vec3/
Du32.wgsl46 var zxy = U.v.zxy;
Di32.wgsl46 var zxy = U.v.zxy;
Du32.wgsl.expected.wgsl41 var zxy = U.v.zxy;
Df32.wgsl.expected.wgsl41 var zxy = U.v.zxy;
Di32.wgsl.expected.wgsl41 var zxy = U.v.zxy;
/third_party/skia/third_party/externals/tint/test/expressions/swizzle/read/vec3/
Du32.wgsl45 var zxy = P.v.zxy;
Du32.wgsl.expected.wgsl40 var zxy = P.v.zxy;
Df32.wgsl.expected.wgsl40 var zxy = P.v.zxy;
Du32.wgsl.expected.hlsl45 uint3 zxy = P.v.zxy;
Di32.wgsl.expected.wgsl40 var zxy = P.v.zxy;
Df32.wgsl45 var zxy = P.v.zxy;

12