Home
last modified time | relevance | path

Searched refs:unpackSnorm2x16 (Results 1 – 25 of 35) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dmathutil_unittest.cpp31 unpackSnorm2x16(packSnorm2x16(input[i][0], input[i][1]), &outputVal1, &outputVal2); in TEST()
44 unpackSnorm2x16(packSnorm2x16(std::numeric_limits<float>::infinity(), in TEST()
50 unpackSnorm2x16(packSnorm2x16(std::numeric_limits<float>::infinity(), in TEST()
56 unpackSnorm2x16(packSnorm2x16(-std::numeric_limits<float>::infinity(), in TEST()
Dmathutil.h790 inline void unpackSnorm2x16(uint32_t u, float *f1, float *f2) in unpackSnorm2x16() function
/third_party/skia/third_party/externals/angle2/src/common/
Dmathutil_unittest.cpp31 unpackSnorm2x16(packSnorm2x16(input[i][0], input[i][1]), &outputVal1, &outputVal2); in TEST()
44 unpackSnorm2x16(packSnorm2x16(std::numeric_limits<float>::infinity(), in TEST()
50 unpackSnorm2x16(packSnorm2x16(std::numeric_limits<float>::infinity(), in TEST()
56 unpackSnorm2x16(packSnorm2x16(-std::numeric_limits<float>::infinity(), in TEST()
Dmathutil.h806 inline void unpackSnorm2x16(uint32_t u, float *f1, float *f2) in unpackSnorm2x16() function
/third_party/skia/tests/sksl/intrinsics/
DUnpack.glsl7 sk_FragColor.xy = unpackSnorm2x16(a);
/third_party/skia/resources/sksl/intrinsics/
DUnpack.sksl5 sk_FragColor.xy = half2(unpackSnorm2x16(a));
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_packing.hpp98 GLM_FUNC_DECL vec2 unpackSnorm2x16(uint p);
Dfunc_packing.inl55 GLM_FUNC_QUALIFIER vec2 unpackSnorm2x16(uint p) function
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl/frag/
Dunorm-snorm-packing.frag19 FP32Out.xy = unpackSnorm2x16(SNORM16);
/third_party/skia/src/sksl/
DSkSLIntrinsicList.h102 SKSL_INTRINSIC(unpackSnorm2x16) \
Dsksl_gpu.sksl126 float2 unpackSnorm2x16(uint p);
/third_party/glslang/Test/
D300BuiltIns.frag63 vec2 v20 = unpackSnorm2x16(uy);
D150.frag90 vec2 v20 = unpackSnorm2x16(uy);
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_shading_language_packing.txt105 vec2 unpackSnorm2x16(uint v);
117 The functions unpackUnorm2x16(), unpackSnorm2x16(), unpackUnorm4x8(),
136 unpackSnorm2x16 float_val = clamp(fixed_val / 32767.0, -1, +1);
/third_party/openGLES/extensions/ARB/
DARB_shading_language_packing.txt115 vec2 unpackSnorm2x16(uint v);
127 The functions unpackUnorm2x16(), unpackSnorm2x16(), unpackUnorm4x8(),
146 unpackSnorm2x16 float_val = clamp(fixed_val / 32767.0, -1, +1);
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl-no-opt/comp/
Dglsl.std450.fxconly.comp114 v2 = unpackSnorm2x16(u32.x);
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/comp/
Dglsl.std450.comp113 v2 = unpackSnorm2x16(u32.x);
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/comp/
Dglsl.std450.comp113 v2 = unpackSnorm2x16(u32.x);
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/comp/
Dglsl.std450.comp102 v2 = unpackSnorm2x16(_19.u32.x);
/third_party/glslang/Test/baseResults/
D300BuiltIns.frag.out166 0:63 unpackSnorm2x16 ( global highp 2-component vector of float)
373 0:63 unpackSnorm2x16 ( global highp 2-component vector of float)
D150.frag.out192 0:90 unpackSnorm2x16 ( global 2-component vector of float)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DFeatureSupportGL.md90 |packSnorm2x16<br>packHalf2x16<br>unpackSnorm2x16<br>unpackHalf2x16|4.20|[GL_ARB_shading_language_p…
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DFeatureSupportGL.md90 |packSnorm2x16<br>packHalf2x16<br>unpackSnorm2x16<br>unpackHalf2x16|4.20|[GL_ARB_shading_language_p…
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.hpp307 void unpackSnorm2x16(Vector4f &dst, const Vector4f &src);
/third_party/flutter/skia/src/sksl/
Dsksl_gpu.inc122 float2 unpackSnorm2x16(uint p);

12