Searched refs:unpackHalf2x16 (Results 1 – 25 of 35) sorted by relevance
12
/external/deqp-deps/glslang/Test/baseResults/ |
D | hlsl.intrinsics.f1632.frag.out | 11 0:3 unpackHalf2x16 ( temp 2-component vector of float) 22 0:8 unpackHalf2x16 ( temp 2-component vector of float) 34 0:13 unpackHalf2x16 ( temp 2-component vector of float) 42 0:13 unpackHalf2x16 ( temp 2-component vector of float) 56 0:18 unpackHalf2x16 ( temp 2-component vector of float) 64 0:18 unpackHalf2x16 ( temp 2-component vector of float) 72 0:18 unpackHalf2x16 ( temp 2-component vector of float) 86 0:23 unpackHalf2x16 ( temp 2-component vector of float) 94 0:23 unpackHalf2x16 ( temp 2-component vector of float) 102 0:23 unpackHalf2x16 ( temp 2-component vector of float) [all …]
|
D | hlsl.intrinsics.negative.frag.out | 111 0:12 unpackHalf2x16 ( temp 2-component vector of float) 198 0:52 unpackHalf2x16 ( temp 2-component vector of float) 207 0:52 unpackHalf2x16 ( temp 2-component vector of float) 248 0:68 unpackHalf2x16 ( temp 2-component vector of float) 257 0:68 unpackHalf2x16 ( temp 2-component vector of float) 266 0:68 unpackHalf2x16 ( temp 2-component vector of float) 311 0:85 unpackHalf2x16 ( temp 2-component vector of float) 320 0:85 unpackHalf2x16 ( temp 2-component vector of float) 329 0:85 unpackHalf2x16 ( temp 2-component vector of float) 338 0:85 unpackHalf2x16 ( temp 2-component vector of float) [all …]
|
D | hlsl.singleArgIntPromo.vert.out | 52 0:11 unpackHalf2x16 ( temp mediump 2-component vector of float) 151 0:11 unpackHalf2x16 ( temp mediump 2-component vector of float)
|
D | 300BuiltIns.frag.out | 186 0:67 unpackHalf2x16 ( global mediump 2-component vector of float, operation at highp) 393 0:67 unpackHalf2x16 ( global mediump 2-component vector of float, operation at highp)
|
D | 150.frag.out | 212 0:94 unpackHalf2x16 ( global 2-component vector of float)
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | hlsl.intrinsics.f1632.frag.out | 11 0:3 unpackHalf2x16 ( temp 2-component vector of float) 22 0:8 unpackHalf2x16 ( temp 2-component vector of float) 34 0:13 unpackHalf2x16 ( temp 2-component vector of float) 42 0:13 unpackHalf2x16 ( temp 2-component vector of float) 56 0:18 unpackHalf2x16 ( temp 2-component vector of float) 64 0:18 unpackHalf2x16 ( temp 2-component vector of float) 72 0:18 unpackHalf2x16 ( temp 2-component vector of float) 86 0:23 unpackHalf2x16 ( temp 2-component vector of float) 94 0:23 unpackHalf2x16 ( temp 2-component vector of float) 102 0:23 unpackHalf2x16 ( temp 2-component vector of float) [all …]
|
D | hlsl.intrinsics.negative.frag.out | 111 0:12 unpackHalf2x16 ( temp 2-component vector of float) 198 0:52 unpackHalf2x16 ( temp 2-component vector of float) 207 0:52 unpackHalf2x16 ( temp 2-component vector of float) 248 0:68 unpackHalf2x16 ( temp 2-component vector of float) 257 0:68 unpackHalf2x16 ( temp 2-component vector of float) 266 0:68 unpackHalf2x16 ( temp 2-component vector of float) 311 0:85 unpackHalf2x16 ( temp 2-component vector of float) 320 0:85 unpackHalf2x16 ( temp 2-component vector of float) 329 0:85 unpackHalf2x16 ( temp 2-component vector of float) 338 0:85 unpackHalf2x16 ( temp 2-component vector of float) [all …]
|
D | hlsl.singleArgIntPromo.vert.out | 52 0:11 unpackHalf2x16 ( temp mediump 2-component vector of float) 151 0:11 unpackHalf2x16 ( temp mediump 2-component vector of float)
|
D | 300BuiltIns.frag.out | 186 0:67 unpackHalf2x16 ( global mediump 2-component vector of float, operation at highp) 393 0:67 unpackHalf2x16 ( global mediump 2-component vector of float, operation at highp)
|
D | 150.frag.out | 211 0:94 unpackHalf2x16 ( global 2-component vector of float)
|
/external/skia/tests/sksl/intrinsics/ |
D | Unpack.glsl | 5 sk_FragColor.xy = unpackHalf2x16(a);
|
D | Unpack.metal | 16 _out.sk_FragColor.xy = unpackHalf2x16(_uniforms.a);
|
/external/skia/resources/sksl/intrinsics/ |
D | Unpack.sksl | 3 sk_FragColor.xy = half2(unpackHalf2x16(a));
|
/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | func_packing.hpp | 163 GLM_FUNC_DECL vec2 unpackHalf2x16(uint v);
|
D | func_packing.inl | 171 GLM_FUNC_QUALIFIER vec2 unpackHalf2x16(uint v) function
|
/external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/ |
D | pack_unpack_half.glsl | 36 o.xy = unpackHalf2x16(u);
|
/external/skia/src/sksl/ |
D | SkSLIntrinsicList.h | 102 SKSL_INTRINSIC(unpackHalf2x16) \
|
/external/deqp-deps/glslang/Test/ |
D | 300BuiltIns.frag | 67 vec2 v18 = unpackHalf2x16(uy);
|
D | 150.frag | 94 vec2 v18 = unpackHalf2x16(uy);
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | 300BuiltIns.frag | 67 vec2 v18 = unpackHalf2x16(uy);
|
D | 150.frag | 94 vec2 v18 = unpackHalf2x16(uy);
|
/external/angle/src/common/ |
D | mathutil_unittest.cpp | 122 unpackHalf2x16(packHalf2x16(input[i][0], input[i][1]), &outputVal1, &outputVal2); in TEST()
|
D | mathutil.h | 938 inline void unpackHalf2x16(uint32_t u, float *f1, float *f2) in unpackHalf2x16() function
|
/external/angle/src/libANGLE/renderer/gl/ |
D | FeatureSupportGL.md | 90 |packSnorm2x16<br>packHalf2x16<br>unpackSnorm2x16<br>unpackHalf2x16|4.20|[GL_ARB_shading_language_p…
|
/external/swiftshader/src/Shader/ |
D | ShaderCore.hpp | 310 void unpackHalf2x16(Vector4f &dst, const Vector4f &src);
|
12