Home
last modified time | relevance | path

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

/external/skqp/src/gpu/vk/
DGrVkCaps.cpp477 static const uint32_t kMaxVertexAttributes = 64; in initGrCaps() local
478 fMaxVertexAttributes = SkTMin(properties.limits.maxVertexInputAttributes, kMaxVertexAttributes); in initGrCaps()
/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/vk/
DGrVkCaps.cpp604 static const uint32_t kMaxVertexAttributes = 64; in initGrCaps() local
605 … fMaxVertexAttributes = std::min(properties.limits.maxVertexInputAttributes, kMaxVertexAttributes); in initGrCaps()