Home
last modified time | relevance | path

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

12

/third_party/skia/resources/sksl/intrinsics/
DPackUnorm2x16.sksl13 return (all(lessThan(abs(unpackUnorm2x16(xy) - float2(expected.xy)), tolerance)) &&
14 all(lessThan(abs(unpackUnorm2x16(zw) - float2(expected.zw)), tolerance)) &&
15 all(lessThan(abs(unpackUnorm2x16(constXY) - float2(expected.xy)), tolerance)) &&
16 all(lessThan(abs(unpackUnorm2x16(constZW) - float2(expected.zw)), tolerance)))
DUnpack.sksl4 sk_FragColor.xy = half2(unpackUnorm2x16(a));
/third_party/skia/tests/sksl/intrinsics/
DPackUnorm2x16.glsl10 …return all(lessThan(abs(unpackUnorm2x16(xy)), tolerance)) && all(lessThan(abs(unpackUnorm2x16(zw) …
DUnpack.glsl6 sk_FragColor.xy = unpackUnorm2x16(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/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_packing.hpp85 GLM_FUNC_DECL vec2 unpackUnorm2x16(uint p);
Dfunc_packing.inl26 GLM_FUNC_QUALIFIER vec2 unpackUnorm2x16(uint p) function
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl/frag/
Dunorm-snorm-packing.frag18 FP32Out.xy = unpackUnorm2x16(UNORM16);
/third_party/skia/src/sksl/
DSkSLIntrinsicList.h104 SKSL_INTRINSIC(unpackUnorm2x16) \
Dsksl_public.sksl133 $es3 float2 unpackUnorm2x16(uint p);
/third_party/glslang/Test/
D300BuiltIns.frag65 vec2 v16 = unpackUnorm2x16(uy);
DOperations.frag81 v += unpackUnorm2x16(v);
D150.frag92 vec2 v16 = unpackUnorm2x16(uy);
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_shading_language_packing.txt104 vec2 unpackUnorm2x16(uint v);
117 The functions unpackUnorm2x16(), unpackSnorm2x16(), unpackUnorm4x8(),
135 unpackUnorm2x16 float_val = fixed_val / 65535.0;
/third_party/openGLES/extensions/ARB/
DARB_shading_language_packing.txt114 vec2 unpackUnorm2x16(uint v);
127 The functions unpackUnorm2x16(), unpackSnorm2x16(), unpackUnorm4x8(),
145 unpackUnorm2x16 float_val = fixed_val / 65535.0;
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl-no-opt/comp/
Dglsl.std450.fxconly.comp115 v2 = unpackUnorm2x16(u32.x);
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/comp/
Dglsl.std450.comp114 v2 = unpackUnorm2x16(u32.x);
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/comp/
Dglsl.std450.comp114 v2 = unpackUnorm2x16(u32.x);
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/comp/
Dglsl.std450.comp103 v2 = unpackUnorm2x16(_19.u32.x);
/third_party/glslang/Test/baseResults/
D300BuiltIns.frag.out176 0:65 unpackUnorm2x16 ( global highp 2-component vector of float)
383 0:65 unpackUnorm2x16 ( global highp 2-component vector of float)
/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.hpp308 void unpackUnorm2x16(Vector4f &dst, const Vector4f &src);
/third_party/flutter/skia/src/sksl/
Dsksl_gpu.inc121 float2 unpackUnorm2x16(uint p);

12