/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 | 776 inline uint32_t packSnorm2x16(float f1, float f2) in packSnorm2x16() 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 | 792 inline uint32_t packSnorm2x16(float f1, float f2) in packSnorm2x16() function
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_shading_language_packing.txt | 65 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/ |
D | ARB_shading_language_packing.txt | 75 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/ |
D | Pack.sksl | 6 sk_FragColor.x = half(packSnorm2x16(a));
|
/third_party/skia/tests/sksl/intrinsics/ |
D | Pack.glsl | 8 sk_FragColor.x = float(packSnorm2x16(a));
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | func_packing.hpp | 46 GLM_FUNC_DECL uint packSnorm2x16(vec2 const & v);
|
D | func_packing.inl | 39 GLM_FUNC_QUALIFIER uint packSnorm2x16(vec2 const & v) function
|
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl/frag/ |
D | unorm-snorm-packing.frag | 23 SNORM16Out = packSnorm2x16(FP32.zw);
|
/third_party/glslang/Test/ |
D | 150.frag | 89 uint u19 = packSnorm2x16(v2a); 100 uint u19 = packSnorm2x16(v2a); // Error, extension GL_ARB_shading_language_packing is disabled
|
D | 300BuiltIns.frag | 62 uint u19 = packSnorm2x16(v2a);
|
/third_party/skia/src/sksl/ |
D | SkSLIntrinsicList.h | 76 SKSL_INTRINSIC(packSnorm2x16) \
|
D | sksl_gpu.sksl | 122 uint packSnorm2x16(float2 v);
|
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl-no-opt/comp/ |
D | glsl.std450.fxconly.comp | 109 ures = packSnorm2x16(f32.xy);
|
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/comp/ |
D | glsl.std450.comp | 108 ures = packSnorm2x16(f32.xy);
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/comp/ |
D | glsl.std450.comp | 108 ures = packSnorm2x16(f32.xy);
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/comp/ |
D | glsl.std450.comp | 99 _19.ures = packSnorm2x16(_19.f32.xy);
|
/third_party/glslang/Test/baseResults/ |
D | 150.frag.out | 13 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)
|
D | 300BuiltIns.frag.out | 161 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/ |
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 | 305 void packSnorm2x16(Vector4f &dst, const Vector4f &src);
|
/third_party/flutter/skia/src/sksl/ |
D | sksl_gpu.inc | 118 uint packSnorm2x16(float2 v);
|