Home
last modified time | relevance | path

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

/third_party/skia/experimental/graphite/src/geom/
DVectorTypes.h25 using uint2 = uvec<2>; variable
/third_party/skia/src/gpu/
DGrVx.h29 using uint2 = uvec<2>; variable
/third_party/skia/src/gpu/tessellate/
DTessellation.h33 using uint2 = uvec<2>; variable
/third_party/mesa3d/src/microsoft/clc/
Dclc_compiler_test.cpp664 struct uint2 { uint32_t x; uint32_t y; }; in TEST_F() struct
1631 struct uint2 { uint32_t x, y; }; in TEST_F() struct
1650 struct uint2 { uint32_t x, y; }; in TEST_F() argument
/third_party/skia/tests/
DWriter32Test.cpp127 const uint32_t uint2 = 0x98765432; in testOverwriteT() local
DSkVxTest.cpp29 using uint2 = skvx::Vec<2,uint32_t>; typedef
/third_party/skia/third_party/externals/swiftshader/src/System/
DTypes.hpp197 using uint2 = vec2<unsigned int>; typedef
/third_party/python/Lib/
Dpickletools.py245 uint2 = ArgumentDescriptor( variable
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp77 using uint2 = PerLane<unsigned int, 2>; typedef