Searched refs:packHalf2x16 (Results 1 – 25 of 54) sorted by relevance
123
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/asm/comp/ |
D | quantize.asm.comp | 14 _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/ |
D | quantize.asm.comp | 14 _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/ |
D | hlsl.intrinsics.f3216.frag.out | 10 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 …]
|
D | hlsl.singleArgIntPromo.vert.out | 63 0:13 packHalf2x16 ( temp uint) 162 0:13 packHalf2x16 ( temp uint)
|
/third_party/skia/third_party/externals/spirv-cross/shaders/comp/ |
D | generate_height.comp | 47 return packHalf2x16(v); 52 return uvec2(packHalf2x16(v.xy), packHalf2x16(v.zw));
|
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl/frag/ |
D | fp16-packing.frag | 11 FP16Out = packHalf2x16(FP32);
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/frag/ |
D | fp16-packing.frag | 11 FP16Out = packHalf2x16(FP32);
|
/third_party/skia/resources/sksl/intrinsics/ |
D | Pack.sksl | 4 sk_FragColor.x = half(packHalf2x16(a));
|
/third_party/skia/tests/sksl/intrinsics/ |
D | Pack.glsl | 6 sk_FragColor.x = float(packHalf2x16(a));
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | func_packing.hpp | 153 GLM_FUNC_DECL uint packHalf2x16(vec2 const & v);
|
D | func_packing.inl | 157 GLM_FUNC_QUALIFIER uint packHalf2x16(vec2 const & v) function
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/ |
D | pack_unpack_half.glsl | 19 o.x = packHalf2x16(v);
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/comp/ |
D | generate_height.comp | 54 …_225.heights[_281] = packHalf2x16(((_137.distribution[_281] * _391) + vec2(-_399.x, _399.y)) + vec…
|
/third_party/skia/src/sksl/ |
D | SkSLIntrinsicList.h | 75 SKSL_INTRINSIC(packHalf2x16) \
|
/third_party/glslang/Test/ |
D | 300BuiltIns.frag | 66 uint u17 = packHalf2x16(v2b);
|
D | 150.frag | 93 uint u17 = packHalf2x16(v2a);
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_shading_language_packing.txt | 144 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/ |
D | ARB_shading_language_packing.txt | 154 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/ |
D | generate_height.comp | 59 return packHalf2x16(v);
|
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl-no-opt/comp/ |
D | glsl.std450.fxconly.comp | 111 ures = packHalf2x16(f32.xy);
|
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/comp/ |
D | glsl.std450.comp | 110 ures = packHalf2x16(f32.xy);
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/comp/ |
D | glsl.std450.comp | 110 ures = packHalf2x16(f32.xy);
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | mathutil_unittest.cpp | 122 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/ |
D | glsl.std450.comp | 101 _19.ures = packHalf2x16(_19.f32.xy);
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | mathutil_unittest.cpp | 122 unpackHalf2x16(packHalf2x16(input[i][0], input[i][1]), &outputVal1, &outputVal2); in TEST()
|
123