Home
last modified time | relevance | path

Searched refs:unpackHalf2x16 (Results 1 – 15 of 15) sorted by relevance

/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.intrinsics.f1632.frag.out11 0:3 unpackHalf2x16 ( temp 2-component vector of float)
29 0:13 unpackHalf2x16 ( temp 2-component vector of float)
37 0:13 unpackHalf2x16 ( temp 2-component vector of float)
51 0:18 unpackHalf2x16 ( temp 2-component vector of float)
59 0:18 unpackHalf2x16 ( temp 2-component vector of float)
67 0:18 unpackHalf2x16 ( temp 2-component vector of float)
81 0:23 unpackHalf2x16 ( temp 2-component vector of float)
89 0:23 unpackHalf2x16 ( temp 2-component vector of float)
97 0:23 unpackHalf2x16 ( temp 2-component vector of float)
105 0:23 unpackHalf2x16 ( temp 2-component vector of float)
[all …]
Dhlsl.intrinsics.negative.frag.out111 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 …]
D300BuiltIns.frag.out186 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)
/external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
Dpack_unpack_half.glsl36 o.xy = unpackHalf2x16(u);
/external/deqp-deps/glslang/Test/
D300BuiltIns.frag67 vec2 v18 = unpackHalf2x16(uy);
/external/swiftshader/src/Shader/
DShaderCore.hpp308 void unpackHalf2x16(Vector4f &dst, const Vector4f &src);
DVertexProgram.cpp216 case Shader::OPCODE_UNPACKHALF2x16: unpackHalf2x16(d, s0); break; in program()
DPixelProgram.cpp248 case Shader::OPCODE_UNPACKHALF2x16: unpackHalf2x16(d, s0); break; in applyShader()
DShaderCore.cpp1260 void ShaderCore::unpackHalf2x16(Vector4f &dst, const Vector4f &s0) in unpackHalf2x16() function in sw::ShaderCore
/external/swiftshader/src/Pipeline/
DShaderCore.hpp308 void unpackHalf2x16(Vector4f &dst, const Vector4f &src);
DVertexProgram.cpp209 case Shader::OPCODE_UNPACKHALF2x16: unpackHalf2x16(d, s0); break; in program()
DPixelProgram.cpp248 case Shader::OPCODE_UNPACKHALF2x16: unpackHalf2x16(d, s0); break; in applyShader()
DShaderCore.cpp1260 void ShaderCore::unpackHalf2x16(Vector4f &dst, const Vector4f &s0) in unpackHalf2x16() function in sw::ShaderCore
/external/skqp/src/sksl/
Dsksl.inc121 float2 unpackHalf2x16(uint v);
/external/skia/src/sksl/
Dsksl.inc165 float2 unpackHalf2x16(uint v);