Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_packing.hpp188 GLM_FUNC_DECL vec2 unpackHalf2x16(uint const & v);
Dfunc_packing.inl107 GLM_FUNC_QUALIFIER vec2 unpackHalf2x16(uint const & v) function
/external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
Dpack_unpack_half.glsl36 o.xy = unpackHalf2x16(u);
/external/swiftshader/src/Shader/
DShaderCore.hpp287 void unpackHalf2x16(Vector4f &dst, const Vector4f &src);
DVertexProgram.cpp229 case Shader::OPCODE_UNPACKHALF2x16: unpackHalf2x16(d, s0); break; in program()
DPixelProgram.cpp241 case Shader::OPCODE_UNPACKHALF2x16: unpackHalf2x16(d, s0); break; in applyShader()
DShaderCore.cpp1082 void ShaderCore::unpackHalf2x16(Vector4f &dst, const Vector4f &s0) in unpackHalf2x16() function in sw::ShaderCore
/external/skia/src/sksl/
Dsksl.include118 vec2 unpackHalf2x16(uint v);