Home
last modified time | relevance | path

Searched refs:yzwx (Results 1 – 25 of 30) sorted by relevance

12

/third_party/skia/tests/sksl/shared/
DMatrixConstructorsES3.glsl12 …ok = ok && mat4x3(f4.x, f4.yzwx, f4.yzwx, f4.yzw) == mat4x3(1.0, 2.0, 3.0, 4.0, 1.0, 2.0, 3.0, 4.0…
DMatrixConstructorsES3.metal96 …ok = ok && float4x3_from_float_float4_float4_float3(f4.x, f4.yzwx, f4.yzwx, f4.yzw) == float4x3(fl…
/third_party/skia/resources/sksl/shared/
DMatrixConstructorsES3.sksl13 ok = ok && float4x3(f4.x, f4.yzwx, f4.yzwx, f4.yzw) == float4x3(1, 2, 3,
DSwizzleOpt.sksl38 v = half4(1, colorRed.rgb).yzwx;
/third_party/mesa3d/src/mesa/main/
Dformats.csv61 MESA_FORMAT_A8R8G8B8_UNORM , packed, 1, 1, 1, un8 , un8 , un8 , un8 , yzwx, rgb
67 MESA_FORMAT_A4R4G4B4_UNORM , packed, 1, 1, 1, un4 , un4 , un4 , un4 , yzwx, rgb
72 MESA_FORMAT_A1R5G5B5_UNORM , packed, 1, 1, 1, un1 , un5 , un5 , un5 , yzwx, rgb
91 MESA_FORMAT_A2R10G10B10_UNORM , packed, 1, 1, 1, un2 , un10, un10, un10, yzwx, rgb
147 MESA_FORMAT_A8R8G8B8_SRGB , packed, 1, 1, 1, un8 , un8 , un8 , un8 , yzwx, srgb
189 MESA_FORMAT_A8R8G8B8_UINT , packed, 1, 1, 1, u8 , u8 , u8 , u8 , yzwx, rgb
195 MESA_FORMAT_A2R10G10B10_UINT , packed, 1, 1, 1, u2 , u10 , u10 , u10 , yzwx, rgb
203 MESA_FORMAT_A4R4G4B4_UINT , packed, 1, 1, 1, u4 , u4 , u4 , u4 , yzwx, rgb
206 MESA_FORMAT_A1R5G5B5_UINT , packed, 1, 1, 1, u1 , u5 , u5 , u5 , yzwx, rgb
/third_party/mesa3d/src/util/format/
Du_format.csv74 PIPE_FORMAT_A8R8G8B8_UNORM , plain, 1, 1, 1, un8 , un8 , un8 , un8 , yzwx, rgb
75 PIPE_FORMAT_A8R8G8B8_SNORM , plain, 1, 1, 1, sn8 , sn8 , sn8 , sn8 , yzwx, rgb
76 PIPE_FORMAT_A8R8G8B8_SINT , plain, 1, 1, 1, sp8 , sp8 , sp8 , sp8 , yzwx, rgb
89 PIPE_FORMAT_A1R5G5B5_UNORM , plain, 1, 1, 1, un1 , un5 , un5 , un5 , yzwx, rgb
96 PIPE_FORMAT_A4R4G4B4_UNORM , plain, 1, 1, 1, un4 , un4 , un4 , un4 , yzwx, rgb
103 PIPE_FORMAT_A2R10G10B10_UNORM , plain, 1, 1, 1, un2 , un10, un10, un10, yzwx, rgb
147 PIPE_FORMAT_A8R8G8B8_SRGB , plain, 1, 1, 1, un8 , un8 , un8 , un8 , yzwx, srgb
519 PIPE_FORMAT_A8R8G8B8_UINT , plain, 1, 1, 1, up8 , up8 , up8 , up8 , yzwx, rgb
521 PIPE_FORMAT_A2R10G10B10_UINT , plain, 1, 1, 1, up2 , up10, up10, up10, yzwx, rgb
531 PIPE_FORMAT_A4R4G4B4_UINT , plain, 1, 1, 1, up4 , up4 , up4 , up4 , yzwx, rgb
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderGroup.cpp131 filled |= filled.yzwx & inactive; // Populate inactive 'holes' with a live value in EmitGroupNonUniform()
133 res &= AndAll(CmpEQ(filled.xyzw, filled.yzwx)); in EmitGroupNonUniform()
166 filled |= filled.yzwx & inactive; // Populate inactive 'holes' with a live value in EmitGroupNonUniform()
DShaderCore.cpp1055 return rr::SignMask(~CmpEQ(o, o.yzwx)) == 0; in hasEqualOffsets()
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/tesc/
Dwater_tess.multi-patch.tesc85 vec4 outer_lods = min(lods.xyzw, lods.yzwx);
Dwater_tess.tesc85 vec4 outer_lods = min(lods.xyzw, lods.yzwx);
/third_party/skia/third_party/externals/spirv-cross/shaders/tesc/
Dwater_tess.tesc85 vec4 outer_lods = min(lods.xyzw, lods.yzwx);
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/tesc/
Dwater_tess.tesc83 vec4 outer_lods = min(lods, lods.yzwx);
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/tesc/
Dwater_tess.tesc69 vec4 _940 = exp2(-min(_633, _633.yzwx)) * _41.uMaxTessLevel.y;
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/tesc/
Dwater_tess.tesc83 float4 _940 = exp2(-fast::min(_633, _633.yzwx)) * _41.uMaxTessLevel.y;
Dwater_tess.multi-patch.tesc81 float4 _940 = exp2(-fast::min(_633, _633.yzwx)) * _41.uMaxTessLevel.y;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/tesc/
Dwater_tess.multi-patch.tesc99 float4 outer_lods = fast::min(lods, lods.yzwx);
Dwater_tess.tesc98 float4 outer_lods = fast::min(lods, lods.yzwx);
/third_party/vk-gl-cts/data/gles3/shaders/
Dswizzle_math_operations.test672 out0 = in0.xyzw + in1.yzwx;
1488 out0 = in0.xyzw + in1.yzwx;
2308 out0 = in0.xyzw - in1.yzwx;
3124 out0 = in0.xyzw - in1.yzwx;
3944 out0 = in0.xyzw * in1.yzwx;
4760 out0 = in0.xyzw * in1.yzwx;
5580 out0 = in0.xyzw / in1.yzwx;
6396 out0 = in0.xyzw / in1.yzwx;
/third_party/openGLES/extensions/NV/
DNV_vertex_program3.txt428 MOVC R0.xyz, R1.yzwx; # ( 0, 2, NaN, NaN) (EQ,GT,UN,UN)
DNV_vertex_program2_option.txt492 MOVC R0.xyz, R1.yzwx; # ( 0, 2, NaN, NaN) (EQ,GT,UN,UN)
DNV_fragment_program_option.txt471 MOVC R0.xyz, R1.yzwx; # ( 0, 2, NaN, NaN) (EQ,GT,UN,UN)
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_vertex_program3.txt428 MOVC R0.xyz, R1.yzwx; # ( 0, 2, NaN, NaN) (EQ,GT,UN,UN)
DNV_vertex_program2_option.txt492 MOVC R0.xyz, R1.yzwx; # ( 0, 2, NaN, NaN) (EQ,GT,UN,UN)
DNV_fragment_program_option.txt471 MOVC R0.xyz, R1.yzwx; # ( 0, 2, NaN, NaN) (EQ,GT,UN,UN)
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.hpp1713 Swizzle4<Vector4, 0x1230> yzwx; member

12