Home
last modified time | relevance | path

Searched refs:packSnorm2x16 (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.h776 inline uint32_t packSnorm2x16(float f1, float f2) in packSnorm2x16() 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.h792 inline uint32_t packSnorm2x16(float f1, float f2) in packSnorm2x16() function
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_shading_language_packing.txt65 also adds the missing [un]packSnorm2x16 for completeness.
100 uint packSnorm2x16(vec2 v);
109 The functions packUnorm2x16(), packSnorm2x16(), packUnorm4x8(), and
132 packSnorm2x16 fixed_val = round(clamp(float_val, -1, +1) * 32767.0);
238 (5) Should we also provide a [un]packSnorm2x16 packing function, which
252 this spec, including the [un]packSnorm2x16
/third_party/openGLES/extensions/ARB/
DARB_shading_language_packing.txt75 also adds the missing [un]packSnorm2x16 for completeness.
110 uint packSnorm2x16(vec2 v);
119 The functions packUnorm2x16(), packSnorm2x16(), packUnorm4x8(), and
142 packSnorm2x16 fixed_val = round(clamp(float_val, -1, +1) * 32767.0);
248 (5) Should we also provide a [un]packSnorm2x16 packing function, which
262 this spec, including the [un]packSnorm2x16
/third_party/skia/resources/sksl/intrinsics/
DPack.sksl6 sk_FragColor.x = half(packSnorm2x16(a));
/third_party/skia/tests/sksl/intrinsics/
DPack.glsl8 sk_FragColor.x = float(packSnorm2x16(a));
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_packing.hpp46 GLM_FUNC_DECL uint packSnorm2x16(vec2 const & v);
Dfunc_packing.inl39 GLM_FUNC_QUALIFIER uint packSnorm2x16(vec2 const & v) function
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl/frag/
Dunorm-snorm-packing.frag23 SNORM16Out = packSnorm2x16(FP32.zw);
/third_party/glslang/Test/
D150.frag89 uint u19 = packSnorm2x16(v2a);
100 uint u19 = packSnorm2x16(v2a); // Error, extension GL_ARB_shading_language_packing is disabled
D300BuiltIns.frag62 uint u19 = packSnorm2x16(v2a);
/third_party/skia/src/sksl/
DSkSLIntrinsicList.h76 SKSL_INTRINSIC(packSnorm2x16) \
Dsksl_gpu.sksl122 uint packSnorm2x16(float2 v);
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl-no-opt/comp/
Dglsl.std450.fxconly.comp109 ures = packSnorm2x16(f32.xy);
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/comp/
Dglsl.std450.comp108 ures = packSnorm2x16(f32.xy);
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/comp/
Dglsl.std450.comp108 ures = packSnorm2x16(f32.xy);
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/comp/
Dglsl.std450.comp99 _19.ures = packSnorm2x16(_19.f32.xy);
/third_party/glslang/Test/baseResults/
D150.frag.out13 ERROR: 0:100: 'packSnorm2x16' : required extension not requested: GL_ARB_shading_language_packing
187 0:89 packSnorm2x16 ( global uint)
220 0:100 packSnorm2x16 ( global uint)
D300BuiltIns.frag.out161 0:62 packSnorm2x16 ( global highp uint, operation at mediump)
368 0:62 packSnorm2x16 ( global highp uint, operation at mediump)
/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.hpp305 void packSnorm2x16(Vector4f &dst, const Vector4f &src);
/third_party/flutter/skia/src/sksl/
Dsksl_gpu.inc118 uint packSnorm2x16(float2 v);

12