Searched refs:ushort2 (Results 1 – 25 of 35) sorted by relevance
12
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/ |
D | gen_mipmap.metal | 219 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 …]
|
D | mtl_default_shaders_src_autogen.inc | 564 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/ |
D | cuda_runtime.h | 47 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/ |
D | bitcast-16bit-2.invalid.comp | 28 …short2 _66 = short2(as_type<ushort2>(uint(((device int*)&_29.inputs[ident])[1u])) - as_type<ushort…
|
D | bitcast-16bit-1.invalid.comp | 24 ((device int*)&_39.outputs[ident])[2u] = int(as_type<uint>(ushort2(_25.inputs[ident].xy)));
|
/third_party/ffmpeg/libavfilter/ |
D | vf_thumbnail_cuda.cu | 72 ushort2 pixel = tex2D<ushort2>(ushort2_tex, x, y); in Thumbnail_ushort2()
|
D | vf_scale_cuda.cu | 99 NEAREST_KERNEL(ushort2) 120 BILINEAR_KERNEL(ushort2)
|
D | vf_scale_cuda_bicubic.cu | 199 BICUBIC_KERNEL(ushort2) 221 LANCZOS_KERNEL(ushort2)
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/desktop-only/tesc/ |
D | basic.desktop.sso.multi-patch.tesc | 19 ushort2 m_90;
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/tesc/ |
D | reload-tess-level.multi-patch.tesc | 14 ushort2 m_86;
|
D | struct-output.multi-patch.tesc | 23 ushort2 m_119;
|
D | matrix-output.multi-patch.tesc | 16 ushort2 m_104;
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/tesc/ |
D | reload-tess-level.multi-patch.tesc | 14 ushort2 m_86;
|
D | matrix-output.multi-patch.tesc | 16 ushort2 m_103;
|
D | struct-output.multi-patch.tesc | 23 ushort2 m_107;
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/vulkan/vert/ |
D | small-storage.vk.vert | 9 ushort2 b;
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/vulkan/vert/ |
D | small-storage.vk.vert | 9 ushort2 b;
|
/third_party/skia/resources/sksl/runtime_errors/ |
D | ES3Types.rts | 21 void us2() { ushort2 x; }
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/desktop-only/tesc/ |
D | basic.desktop.sso.multi-patch.tesc | 21 ushort2 m_82;
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/vert/ |
D | signedness-mismatch.shader-inputs.vert | 54 ushort2 a [[attribute(0)]];
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/vert/ |
D | signedness-mismatch.shader-inputs.vert | 54 ushort2 a [[attribute(0)]];
|
/third_party/ffmpeg/libavfilter/cuda/ |
D | vector_helpers.cuh | 34 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/ |
D | vecsize-mismatch.shader-inputs.frag | 54 ushort2 a [[user(locn0)]];
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/frag/ |
D | vecsize-mismatch.shader-inputs.frag | 54 ushort2 a [[user(locn0)]];
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/tesc/ |
D | passthrough-clip-cull.multi-patch.tesc | 56 ushort2 m_61;
|
12