Home
last modified time | relevance | path

Searched refs:ushort2 (Results 1 – 25 of 35) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/
Dgen_mipmap.metal219 ushort2 gIndices [[thread_position_in_grid]],
228 ushort2 mipSize =
229 ushort2(srcTexture.get_width(firstMipLevel), srcTexture.get_height(firstMipLevel));
273 bool2 atEdge = gIndices == (mipSize - ushort2(1));
303 mipSize = max(mipSize >> 1, ushort2(1));
304 bool2 atEdge = (gIndices >> 1) == (mipSize - ushort2(1));
335 mipSize = max(mipSize >> 1, ushort2(1));
336 bool2 atEdge = (gIndices >> 2) == (mipSize - ushort2(1));
362 ushort2 mip1Size,
370 ushort2 mipSize = mip1Size;
[all …]
Dmtl_default_shaders_src_autogen.inc564 kernel void blitStencilToBufferCS(ushort2 gIndices [[thread_position_in_grid]],
1125 ushort2 gIndices [[thread_position_in_grid]],
1134 ushort2 mipSize =
1135 ushort2(srcTexture.get_width(firstMipLevel), srcTexture.get_height(firstMipLevel));
1179 bool2 atEdge = gIndices == (mipSize - ushort2(1));
1209 mipSize = max(mipSize >> 1, ushort2(1));
1210 bool2 atEdge = (gIndices >> 1) == (mipSize - ushort2(1));
1241 mipSize = max(mipSize >> 1, ushort2(1));
1242 bool2 atEdge = (gIndices >> 2) == (mipSize - ushort2(1));
1268 ushort2 mip1Size,
[all …]
/third_party/ffmpeg/compat/cuda/
Dcuda_runtime.h47 typedef struct __device_builtin__ __align__(4) ushort2 struct
50 } ushort2; typedef
115 #define make_ushort2(a, b) ((ushort2){.x = a, .y = b})
129 TEX2D(ushort2, make_ushort2(a & 0xFFFF, b & 0xFFFF))
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/comp/
Dbitcast-16bit-2.invalid.comp28 …short2 _66 = short2(as_type<ushort2>(uint(((device int*)&_29.inputs[ident])[1u])) - as_type<ushort…
Dbitcast-16bit-1.invalid.comp24 ((device int*)&_39.outputs[ident])[2u] = int(as_type<uint>(ushort2(_25.inputs[ident].xy)));
/third_party/ffmpeg/libavfilter/
Dvf_thumbnail_cuda.cu72 ushort2 pixel = tex2D<ushort2>(ushort2_tex, x, y); in Thumbnail_ushort2()
Dvf_scale_cuda.cu99 NEAREST_KERNEL(ushort2)
120 BILINEAR_KERNEL(ushort2)
Dvf_scale_cuda_bicubic.cu199 BICUBIC_KERNEL(ushort2)
221 LANCZOS_KERNEL(ushort2)
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/desktop-only/tesc/
Dbasic.desktop.sso.multi-patch.tesc19 ushort2 m_90;
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/tesc/
Dreload-tess-level.multi-patch.tesc14 ushort2 m_86;
Dstruct-output.multi-patch.tesc23 ushort2 m_119;
Dmatrix-output.multi-patch.tesc16 ushort2 m_104;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/tesc/
Dreload-tess-level.multi-patch.tesc14 ushort2 m_86;
Dmatrix-output.multi-patch.tesc16 ushort2 m_103;
Dstruct-output.multi-patch.tesc23 ushort2 m_107;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/vulkan/vert/
Dsmall-storage.vk.vert9 ushort2 b;
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/vulkan/vert/
Dsmall-storage.vk.vert9 ushort2 b;
/third_party/skia/resources/sksl/runtime_errors/
DES3Types.rts21 void us2() { ushort2 x; }
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/desktop-only/tesc/
Dbasic.desktop.sso.multi-patch.tesc21 ushort2 m_82;
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/vert/
Dsignedness-mismatch.shader-inputs.vert54 ushort2 a [[attribute(0)]];
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/vert/
Dsignedness-mismatch.shader-inputs.vert54 ushort2 a [[attribute(0)]];
/third_party/ffmpeg/libavfilter/cuda/
Dvector_helpers.cuh34 template<> struct vector_helper<ushort2> { typedef float2 ftype; typedef int2 itype; };
73 OPERATORS2(ushort2) in OPERATORS2()
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/frag/
Dvecsize-mismatch.shader-inputs.frag54 ushort2 a [[user(locn0)]];
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/frag/
Dvecsize-mismatch.shader-inputs.frag54 ushort2 a [[user(locn0)]];
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/tesc/
Dpassthrough-clip-cull.multi-patch.tesc56 ushort2 m_61;

12