Home
last modified time | relevance | path

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

/third_party/skia/experimental/graphite/src/geom/
DVectorTypes.h26 using uint4 = uvec<4>; variable
/third_party/skia/third_party/externals/spirv-cross/tests-other/
Dhlsl_wave_mask.cpp12 using uint4 = uvec4; typedef
/third_party/skia/src/gpu/
DGrVx.h30 using uint4 = uvec<4>; variable
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_mathlib.h120 typedef vtype4<unsigned int> uint4; typedef
/third_party/skia/src/gpu/tessellate/
DTessellation.h34 using uint4 = uvec<4>; variable
/third_party/skia/tests/
DSkVxTest.cpp30 using uint4 = skvx::Vec<4,uint32_t>; typedef
/third_party/skia/third_party/externals/swiftshader/src/System/
DTypes.hpp210 using uint4 = vec4<unsigned int>; typedef
/third_party/python/Lib/
Dpickletools.py287 uint4 = ArgumentDescriptor( variable
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp79 using uint4 = PerLane<unsigned int, 4>; typedef