Home
last modified time | relevance | path

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

12

/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/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/glslang/Test/
Dspv.swizzleInversion.frag13 vec3 v33 = interpolateAtCentroid(in3.yzx);
Dspv.meshShaderUserDefined.mesh44 blk[iid/2].pos.yzx = vec3(14.0, 15.0, 13.0);
Dspv.320.meshShaderUserDefined.mesh44 blk[iid/2].pos.yzx = vec3(14.0, 15.0, 13.0);
/third_party/mesa3d/src/compiler/nir/
Dnir_builtin_builder.c33 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/
Du32.wgsl41 var yzx = U.v.yzx;
Di32.wgsl41 var yzx = U.v.yzx;
Du32.wgsl.expected.wgsl37 var yzx = U.v.yzx;
Df32.wgsl.expected.wgsl37 var yzx = U.v.yzx;
Di32.wgsl.expected.wgsl37 var yzx = U.v.yzx;
Df32.wgsl41 var yzx = U.v.yzx;
/third_party/skia/third_party/externals/tint/test/expressions/swizzle/read/vec3/
Du32.wgsl40 var yzx = P.v.yzx;
Du32.wgsl.expected.wgsl36 var yzx = P.v.yzx;
Df32.wgsl.expected.wgsl36 var yzx = P.v.yzx;
Du32.wgsl.expected.hlsl41 uint3 yzx = P.v.yzx;
Di32.wgsl.expected.wgsl36 var yzx = P.v.yzx;
Df32.wgsl40 var yzx = P.v.yzx;
Df32.wgsl.expected.hlsl41 float3 yzx = P.v.yzx;

12