Home
last modified time | relevance | path

Searched refs:packUnorm2x16 (Results 1 – 25 of 43) sorted by relevance

12

/third_party/skia/resources/sksl/intrinsics/
DPackUnorm2x16.sksl7 const uint constXY = packUnorm2x16(constVal.xy);
8 const uint constZW = packUnorm2x16(constVal.zw);
9 uint xy = packUnorm2x16(testInputs.xy);
10 uint zw = packUnorm2x16(testInputs.zw);
DPack.sksl5 sk_FragColor.x = half(packUnorm2x16(a));
/third_party/skia/tests/sksl/intrinsics/
DPackUnorm2x16.glsl7 uint xy = packUnorm2x16(testInputs.xy);
8 uint zw = packUnorm2x16(testInputs.zw);
DPack.glsl7 sk_FragColor.x = float(packUnorm2x16(a));
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dmathutil_unittest.cpp75 unpackUnorm2x16(packUnorm2x16(input[i][0], input[i][1]), &outputVal1, &outputVal2); in TEST()
90 unpackUnorm2x16(packUnorm2x16(std::numeric_limits<float>::infinity(), in TEST()
96 unpackUnorm2x16(packUnorm2x16(std::numeric_limits<float>::infinity(), in TEST()
102 unpackUnorm2x16(packUnorm2x16(-std::numeric_limits<float>::infinity(), in TEST()
/third_party/skia/third_party/externals/angle2/src/common/
Dmathutil_unittest.cpp75 unpackUnorm2x16(packUnorm2x16(input[i][0], input[i][1]), &outputVal1, &outputVal2); in TEST()
90 unpackUnorm2x16(packUnorm2x16(std::numeric_limits<float>::infinity(), in TEST()
96 unpackUnorm2x16(packUnorm2x16(std::numeric_limits<float>::infinity(), in TEST()
102 unpackUnorm2x16(packUnorm2x16(-std::numeric_limits<float>::infinity(), in TEST()
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_shading_language_packing.txt99 uint packUnorm2x16(vec2 v);
109 The functions packUnorm2x16(), packSnorm2x16(), packUnorm4x8(), and
131 packUnorm2x16 fixed_val = round(clamp(float_val, 0, +1) * 65535.0);
200 packUnorm2x16() packs a pair of 16-bit unsigned normalized integers into
235 #5 of this spec; [un]packUnorm2x16, [un]packUnorm4x8 and
/third_party/openGLES/extensions/ARB/
DARB_shading_language_packing.txt109 uint packUnorm2x16(vec2 v);
119 The functions packUnorm2x16(), packSnorm2x16(), packUnorm4x8(), and
141 packUnorm2x16 fixed_val = round(clamp(float_val, 0, +1) * 65535.0);
210 packUnorm2x16() packs a pair of 16-bit unsigned normalized integers into
245 #5 of this spec; [un]packUnorm2x16, [un]packUnorm4x8 and
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_packing.hpp33 GLM_FUNC_DECL uint packUnorm2x16(vec2 const & v);
Dfunc_packing.inl10 GLM_FUNC_QUALIFIER uint packUnorm2x16(vec2 const & v) function
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl/frag/
Dunorm-snorm-packing.frag22 UNORM16Out = packUnorm2x16(FP32.xy);
/third_party/glslang/Test/
DOperations.frag108 packUnorm2x16(v);
119 u += packUnorm2x16(v);
D300BuiltIns.frag64 uint u15 = packUnorm2x16(v2a);
D150.frag91 uint u15 = packUnorm2x16(v2a);
/third_party/skia/src/sksl/
DSkSLIntrinsicList.h78 SKSL_INTRINSIC(packUnorm2x16) \
Dsksl_public.sksl132 $es3 uint packUnorm2x16(float2 v);
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl-no-opt/comp/
Dglsl.std450.fxconly.comp110 ures = packUnorm2x16(f32.xy);
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/comp/
Dglsl.std450.comp109 ures = packUnorm2x16(f32.xy);
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/comp/
Dglsl.std450.comp109 ures = packUnorm2x16(f32.xy);
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/comp/
Dglsl.std450.comp100 _19.ures = packUnorm2x16(_19.f32.xy);
/third_party/glslang/Test/baseResults/
D300BuiltIns.frag.out171 0:64 packUnorm2x16 ( global highp uint, operation at mediump)
378 0:64 packUnorm2x16 ( global highp uint, operation at mediump)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DFeatureSupportGL.md91 |packUnorm2x16<br>unpackUnorm2x16|4.10|[GL_ARB_shading_language_packing](https://www.opengl.org/reg…
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DFeatureSupportGL.md91 |packUnorm2x16<br>unpackUnorm2x16|4.10|[GL_ARB_shading_language_packing](https://www.opengl.org/reg…
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.hpp306 void packUnorm2x16(Vector4f &dst, const Vector4f &src);
/third_party/flutter/skia/src/sksl/
Dsksl_gpu.inc117 uint packUnorm2x16(float2 v);

12