Home
last modified time | relevance | path

Searched defs:uint2 (Results 1 – 15 of 15) sorted by relevance

/external/clang/test/CodeGen/
Dstruct-init.c23 typedef __attribute__(( ext_vector_type(2) )) unsigned int uint2; typedef
Dbuiltins-nvptx.c355 typedef unsigned int uint2 __attribute__((ext_vector_type(2))); in nvvm_ldg() typedef
/external/llvm-project/clang/test/CodeGen/
Dstruct-init.c23 typedef __attribute__(( ext_vector_type(2) )) unsigned int uint2; typedef
Dbuiltins-nvptx.c612 typedef unsigned int uint2 __attribute__((ext_vector_type(2))); in nvvm_ldg() typedef
/external/llvm-project/libclc/generic/include/clc/
Dclctypes.h55 typedef __attribute__((ext_vector_type(2))) uint uint2; typedef
/external/skia/src/gpu/
DGrVx.h35 using uint2 = uvec<2>; variable
/external/skia/tests/
DWriter32Test.cpp129 const uint32_t uint2 = 0x98765432; in testOverwriteT() local
/external/skqp/tests/
DWriter32Test.cpp189 const uint32_t uint2 = 0x98765432; in testOverwriteT() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dtypes.h184 using uint2 = Vec2<uint32_t>; variable
/external/swiftshader/src/System/
DTypes.hpp186 using uint2 = vec2<unsigned int>; typedef
/external/python/cpython2/Lib/
Dpickletools.py234 uint2 = ArgumentDescriptor( variable
/external/python/cpython3/Lib/
Dpickletools.py245 uint2 = ArgumentDescriptor( variable
/external/clang/lib/Headers/
Dopencl-c.h103 typedef uint uint2 __attribute__((ext_vector_type(2))); typedef
/external/llvm-project/clang/lib/Headers/
Dopencl-c-base.h90 typedef uint uint2 __attribute__((ext_vector_type(2))); typedef
/external/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp77 using uint2 = PerLane<unsigned int, 2>; typedef