Searched refs:ushort4 (Results 1 – 17 of 17) sorted by relevance
/third_party/skia/resources/sksl/errors/ |
D | OverflowUintLiteral.sksl | 8 ushort4 us4_neg = ushort4(2, 1, 0, -1); // error -1 9 ushort4 us4_pos = ushort4(65536, 65535, 65534, 65533); // error 65536
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/ |
D | visibility.metal | 23 constant ushort4 *renderpassVisibilityResult [[buffer(1)]], 24 device ushort4 *finalResults [[buffer(2)]]) 33 ushort4 finalResult16x4; 41 finalResult16x4 = ushort4(0, 0, 0, 0); 47 ushort4 renderpassResult = renderpassVisibilityResult[offset];
|
D | mtl_default_shaders_src_autogen.inc | 3127 constant ushort4 *renderpassVisibilityResult [[buffer(1)]], 3128 device ushort4 *finalResults [[buffer(2)]]) 3137 ushort4 finalResult16x4; 3145 finalResult16x4 = ushort4(0, 0, 0, 0); 3151 ushort4 renderpassResult = renderpassVisibilityResult[offset];
|
/third_party/skia/resources/sksl/runtime_errors/ |
D | ES3Types.rts | 23 void us4() { ushort4 x; } 36 void ctor_us4() { ushort4(0); } 42 void access_us4() { ushort4 var; var.x; }
|
/third_party/skia/tests/sksl/runtime_errors/ |
D | ES3Types.skvm | 22 error: 23: type 'ushort4' is not supported 32 error: 36: type 'ushort4' is not supported 37 error: 42: type 'ushort4' is not supported
|
/third_party/ffmpeg/compat/cuda/ |
D | cuda_runtime.h | 74 typedef struct __device_builtin__ __align__(8) ushort4 struct 77 } ushort4; argument 119 #define make_ushort4(a, b, c, d) ((ushort4){.x = a, .y = b, .z = c, .w = d}) 132 TEX2D(ushort4, make_ushort4(a & 0xFFFF, b & 0xFFFF, c & 0xFFFF, d & 0xFFFF))
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/vulkan/vert/ |
D | small-storage.vk.vert | 27 ushort4 q [[user(locn1)]]; 43 …out.q = ushort4((uint4(uint(in.bar)) + uint4(uint2(_26.b), uint2(_26.d))) - uint4(uint3(_53.g) / u…
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/vulkan/vert/ |
D | small-storage.vk.vert | 27 ushort4 q [[user(locn1)]]; 43 …out.q = ushort4((uint4(uint(in.bar)) + uint4(uint2(_26.b), uint2(_26.d))) - uint4(uint3(_53.g) / u…
|
/third_party/ffmpeg/libavfilter/ |
D | vf_scale_cuda.cu | 100 NEAREST_KERNEL(ushort4) 121 BILINEAR_KERNEL(ushort4)
|
D | vf_scale_cuda_bicubic.cu | 200 BICUBIC_KERNEL(ushort4) 222 LANCZOS_KERNEL(ushort4)
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | Constants.hpp | 30 ushort4 cWeight[17];
|
D | Constants.cpp | 92 static const ushort4 cWeight[17] = in Constants()
|
/third_party/ffmpeg/libavfilter/cuda/ |
D | vector_helpers.cuh | 35 template<> struct vector_helper<ushort4> { typedef float4 ftype; typedef int4 itype; }; 77 OPERATORS4(ushort4) in OPERATORS2()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | Constants.hpp | 32 ushort4 cWeight[17];
|
D | Constants.cpp | 91 static const ushort4 cWeight[17] = { in Constants()
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | Types.hpp | 66 typedef ALIGN(8, unsigned short) ushort4[4];
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
D | Types.hpp | 215 using ushort4 = vec4<unsigned short>; typedef
|