/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | mathutil_unittest.cpp | 31 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()
|
D | mathutil.h | 790 inline void unpackSnorm2x16(uint32_t u, float *f1, float *f2) in unpackSnorm2x16() function
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | mathutil_unittest.cpp | 31 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()
|
D | mathutil.h | 806 inline void unpackSnorm2x16(uint32_t u, float *f1, float *f2) in unpackSnorm2x16() function
|
/third_party/skia/tests/sksl/intrinsics/ |
D | Unpack.glsl | 7 sk_FragColor.xy = unpackSnorm2x16(a);
|
/third_party/skia/resources/sksl/intrinsics/ |
D | Unpack.sksl | 5 sk_FragColor.xy = half2(unpackSnorm2x16(a));
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | func_packing.hpp | 98 GLM_FUNC_DECL vec2 unpackSnorm2x16(uint p);
|
D | func_packing.inl | 55 GLM_FUNC_QUALIFIER vec2 unpackSnorm2x16(uint p) function
|
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl/frag/ |
D | unorm-snorm-packing.frag | 19 FP32Out.xy = unpackSnorm2x16(SNORM16);
|
/third_party/skia/src/sksl/ |
D | SkSLIntrinsicList.h | 102 SKSL_INTRINSIC(unpackSnorm2x16) \
|
D | sksl_gpu.sksl | 126 float2 unpackSnorm2x16(uint p);
|
/third_party/glslang/Test/ |
D | 300BuiltIns.frag | 63 vec2 v20 = unpackSnorm2x16(uy);
|
D | 150.frag | 90 vec2 v20 = unpackSnorm2x16(uy);
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_shading_language_packing.txt | 105 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/ |
D | ARB_shading_language_packing.txt | 115 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/ |
D | glsl.std450.fxconly.comp | 114 v2 = unpackSnorm2x16(u32.x);
|
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/comp/ |
D | glsl.std450.comp | 113 v2 = unpackSnorm2x16(u32.x);
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/comp/ |
D | glsl.std450.comp | 113 v2 = unpackSnorm2x16(u32.x);
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/comp/ |
D | glsl.std450.comp | 102 v2 = unpackSnorm2x16(_19.u32.x);
|
/third_party/glslang/Test/baseResults/ |
D | 300BuiltIns.frag.out | 166 0:63 unpackSnorm2x16 ( global highp 2-component vector of float) 373 0:63 unpackSnorm2x16 ( global highp 2-component vector of float)
|
D | 150.frag.out | 192 0:90 unpackSnorm2x16 ( global 2-component vector of float)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | FeatureSupportGL.md | 90 |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/ |
D | FeatureSupportGL.md | 90 |packSnorm2x16<br>packHalf2x16<br>unpackSnorm2x16<br>unpackHalf2x16|4.20|[GL_ARB_shading_language_p…
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | ShaderCore.hpp | 307 void unpackSnorm2x16(Vector4f &dst, const Vector4f &src);
|
/third_party/flutter/skia/src/sksl/ |
D | sksl_gpu.inc | 122 float2 unpackSnorm2x16(uint p);
|