Home
last modified time | relevance | path

Searched defs:uint4 (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/clang/test/CodeGen/
Dvector.cpp5 typedef __attribute__((__vector_size__(16))) unsigned int uint4; typedef
Dbuiltinshufflevector2.c4 typedef unsigned int uint4 __attribute__((ext_vector_type(4))); typedef
Dext-vector.c6 typedef __attribute__(( ext_vector_type(4) )) unsigned int uint4; typedef
Dbuiltins-nvptx.c619 typedef unsigned int uint4 __attribute__((ext_vector_type(4))); in nvvm_ldg() typedef
/external/clang/test/CodeGen/
Dbuiltinshufflevector2.c4 typedef unsigned int uint4 __attribute__((ext_vector_type(4))); typedef
Dext-vector.c6 typedef __attribute__(( ext_vector_type(4) )) unsigned int uint4; typedef
Dbuiltins-nvptx.c362 typedef unsigned int uint4 __attribute__((ext_vector_type(4))); in nvvm_ldg() typedef
/external/swiftshader/third_party/astc-encoder/Source/
Dastc_mathlib.h120 typedef vtype4<unsigned int> uint4; typedef
/external/llvm-project/libclc/generic/include/clc/
Dclctypes.h57 typedef __attribute__((ext_vector_type(4))) uint uint4; typedef
/external/skia/src/gpu/
DGrVx.h36 using uint4 = uvec<4>; variable
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dtypes.h202 using uint4 = Vec4<uint32_t>; variable
/external/swiftshader/src/System/
DTypes.hpp199 using uint4 = vec4<unsigned int>; typedef
/external/python/cpython3/Lib/
Dpickletools.py287 uint4 = ArgumentDescriptor( variable
/external/clang/lib/Headers/
Dopencl-c.h105 typedef uint uint4 __attribute__((ext_vector_type(4))); typedef
/external/llvm-project/clang/lib/Headers/
Dopencl-c-base.h92 typedef uint uint4 __attribute__((ext_vector_type(4))); typedef
/external/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp79 using uint4 = PerLane<unsigned int, 4>; typedef