Home
last modified time | relevance | path

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

/external/skia/experimental/graphite/src/geom/
DVectorTypes.h26 using uint4 = uvec<4>; variable
/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/skia/src/gpu/
DGrVx.h30 using uint4 = uvec<4>; variable
/external/swiftshader/third_party/astc-encoder/Source/
Dastc_mathlib.h120 typedef vtype4<unsigned int> uint4; typedef
/external/skia/src/gpu/tessellate/
DTessellation.h34 using uint4 = uvec<4>; variable
/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/
DUtils.h64 typedef uint uint4 __attribute__((ext_vector_type(4))); typedef
/external/swiftshader/src/System/
DTypes.hpp210 using uint4 = vec4<unsigned int>; typedef
/external/skia/tests/
DSkVxTest.cpp30 using uint4 = skvx::Vec<4,uint32_t>; typedef
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dtypes.h202 using uint4 = Vec4<uint32_t>; variable
/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/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp79 using uint4 = PerLane<unsigned int, 4>; typedef