Home
last modified time | relevance | path

Searched refs:kMaxVertexAttributes (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/amber/src/dawn/
Dengine_dawn.cc46 static const uint32_t kMaxVertexAttributes = 16u; variable
66 for (uint32_t i = 0; i < kMaxVertexAttributes; ++i) { in ComboVertexInputDescriptor()
96 std::array<::dawn::VertexAttributeDescriptor, kMaxVertexAttributes>
/external/skia/src/gpu/ganesh/vk/
DGrVkCaps.cpp650 static const uint32_t kMaxVertexAttributes = 64; in initGrCaps() local
652 kMaxVertexAttributes); in initGrCaps()