Searched refs:unpackSnorm2x16 (Results 1 – 19 of 19) sorted by relevance
/external/angle/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 void unpackSnorm2x16(uint32_t u, float *f1, float *f2) in unpackSnorm2x16() function
|
/external/deqp-deps/glslang/Test/ |
D | 300BuiltIns.frag | 63 vec2 v20 = unpackSnorm2x16(uy);
|
D | 150.frag | 90 vec2 v20 = unpackSnorm2x16(uy);
|
/external/angle/third_party/glslang/src/Test/ |
D | 300BuiltIns.frag | 63 vec2 v20 = unpackSnorm2x16(uy);
|
/external/deqp-deps/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)
|
/external/angle/third_party/glslang/src/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)
|
/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 | 313 void unpackSnorm2x16(Vector4f &dst, const Vector4f &src);
|
D | VertexProgram.cpp | 222 case Shader::OPCODE_UNPACKSNORM2x16: unpackSnorm2x16(d, s0); break; in program()
|
D | PixelProgram.cpp | 275 case Shader::OPCODE_UNPACKSNORM2x16: unpackSnorm2x16(d, s0); break; in applyShader()
|
D | ShaderCore.cpp | 1281 void ShaderCore::unpackSnorm2x16(Vector4f &dst, const Vector4f &s0) in unpackSnorm2x16() function in sw::ShaderCore
|
/external/skia/src/sksl/ |
D | sksl_gpu.inc | 122 float2 unpackSnorm2x16(uint p);
|
/external/skqp/src/sksl/ |
D | sksl.inc | 115 float2 unpackSnorm2x16(uint p);
|
/external/angle/src/compiler/translator/ |
D | builtin_function_declarations.txt | 222 vec2 unpackSnorm2x16(uint);
|
D | IntermNode.cpp | 2541 gl::unpackSnorm2x16(operandArray[0].getUConst(), &f1, &f2); in foldUnaryNonComponentWise()
|
D | SymbolTable_ESSL_autogen.cpp | 1314 constexpr const ImmutableString unpackSnorm2x16("unpackSnorm2x16"); variable 4894 BuiltInName::unpackSnorm2x16,
|
D | SymbolTable_autogen.cpp | 2575 constexpr const ImmutableString unpackSnorm2x16("unpackSnorm2x16"); variable 7993 BuiltInName::unpackSnorm2x16,
|