Home
last modified time | relevance | path

Searched defs:uvec (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/experimental/graphite/src/geom/
DVectorTypes.h24 template<int N> using uvec = skvx::Vec<N, uint32_t>; variable
/third_party/skia/src/gpu/
DGrVx.h28 template<int N> using uvec = skvx::Vec<N, uint32_t>; variable
/third_party/skia/src/gpu/tessellate/
DTessellation.h32 template<int N> using uvec = skvx::Vec<N, uint32_t>; variable
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DInitialize.cpp203 TType *uvec = new TType(EbtUVec); in InsertBuiltInFunctions() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
DvktYCbCrViewTests.cpp434 UVec4 uvec = *(result_ptr); in castResult() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrViewTests.cpp436 tcu::UVec4 uvec; member