Home
last modified time | relevance | path

Searched refs:packHalf2x16 (Results 1 – 25 of 54) sorted by relevance

123

/third_party/skia/third_party/externals/spirv-cross/reference/shaders/asm/comp/
Dquantize.asm.comp14 _4.scalar = unpackHalf2x16(packHalf2x16(vec2(_4.scalar))).x;
15 _4.vec2_val = unpackHalf2x16(packHalf2x16(_4.vec2_val));
16 …_4.vec3_val = vec3(unpackHalf2x16(packHalf2x16(_4.vec3_val.xy)), unpackHalf2x16(packHalf2x16(_4.ve…
17 …_4.vec4_val = vec4(unpackHalf2x16(packHalf2x16(_4.vec4_val.xy)), unpackHalf2x16(packHalf2x16(_4.ve…
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/asm/comp/
Dquantize.asm.comp14 _4.scalar = unpackHalf2x16(packHalf2x16(vec2(_4.scalar))).x;
15 _4.vec2_val = unpackHalf2x16(packHalf2x16(_4.vec2_val));
16 …_4.vec3_val = vec3(unpackHalf2x16(packHalf2x16(_4.vec3_val.xy)), unpackHalf2x16(packHalf2x16(_4.ve…
17 …_4.vec4_val = vec4(unpackHalf2x16(packHalf2x16(_4.vec4_val.xy)), unpackHalf2x16(packHalf2x16(_4.ve…
/third_party/glslang/Test/baseResults/
Dhlsl.intrinsics.f3216.frag.out10 0:3 packHalf2x16 ( temp uint)
21 0:8 packHalf2x16 ( temp uint)
33 0:13 packHalf2x16 ( temp uint)
41 0:13 packHalf2x16 ( temp uint)
55 0:18 packHalf2x16 ( temp uint)
63 0:18 packHalf2x16 ( temp uint)
71 0:18 packHalf2x16 ( temp uint)
85 0:23 packHalf2x16 ( temp uint)
93 0:23 packHalf2x16 ( temp uint)
101 0:23 packHalf2x16 ( temp uint)
[all …]
Dhlsl.singleArgIntPromo.vert.out63 0:13 packHalf2x16 ( temp uint)
162 0:13 packHalf2x16 ( temp uint)
/third_party/skia/third_party/externals/spirv-cross/shaders/comp/
Dgenerate_height.comp47 return packHalf2x16(v);
52 return uvec2(packHalf2x16(v.xy), packHalf2x16(v.zw));
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl/frag/
Dfp16-packing.frag11 FP16Out = packHalf2x16(FP32);
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/frag/
Dfp16-packing.frag11 FP16Out = packHalf2x16(FP32);
/third_party/skia/resources/sksl/intrinsics/
DPack.sksl4 sk_FragColor.x = half(packHalf2x16(a));
/third_party/skia/tests/sksl/intrinsics/
DPack.glsl6 sk_FragColor.x = float(packHalf2x16(a));
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_packing.hpp153 GLM_FUNC_DECL uint packHalf2x16(vec2 const & v);
Dfunc_packing.inl157 GLM_FUNC_QUALIFIER uint packHalf2x16(vec2 const & v) function
/third_party/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
Dpack_unpack_half.glsl19 o.x = packHalf2x16(v);
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/comp/
Dgenerate_height.comp54 …_225.heights[_281] = packHalf2x16(((_137.distribution[_281] * _391) + vec2(-_399.x, _399.y)) + vec…
/third_party/skia/src/sksl/
DSkSLIntrinsicList.h75 SKSL_INTRINSIC(packHalf2x16) \
/third_party/glslang/Test/
D300BuiltIns.frag66 uint u17 = packHalf2x16(v2b);
D150.frag93 uint u17 = packHalf2x16(v2a);
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_shading_language_packing.txt144 uint packHalf2x16(vec2 v);
147 The function packHalf2x16() returns an unsigned integer obtained by
197 RESOLVED: The functions in this extension will be called "packHalf2x16"
/third_party/openGLES/extensions/ARB/
DARB_shading_language_packing.txt154 uint packHalf2x16(vec2 v);
157 The function packHalf2x16() returns an unsigned integer obtained by
207 RESOLVED: The functions in this extension will be called "packHalf2x16"
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/comp/
Dgenerate_height.comp59 return packHalf2x16(v);
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl-no-opt/comp/
Dglsl.std450.fxconly.comp111 ures = packHalf2x16(f32.xy);
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/comp/
Dglsl.std450.comp110 ures = packHalf2x16(f32.xy);
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/comp/
Dglsl.std450.comp110 ures = packHalf2x16(f32.xy);
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dmathutil_unittest.cpp122 unpackHalf2x16(packHalf2x16(input[i][0], input[i][1]), &outputVal1, &outputVal2); in TEST()
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/comp/
Dglsl.std450.comp101 _19.ures = packHalf2x16(_19.f32.xy);
/third_party/skia/third_party/externals/angle2/src/common/
Dmathutil_unittest.cpp122 unpackHalf2x16(packHalf2x16(input[i][0], input[i][1]), &outputVal1, &outputVal2); in TEST()

123