Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/common/
DConstants.h21 static constexpr uint8_t kMaxVertexAttributes = 16u; variable
/third_party/vk-gl-cts/external/amber/src/src/dawn/
Dengine_dawn.cc46 static const uint32_t kMaxVertexAttributes = 16u; variable
/third_party/skia/src/gpu/vk/
DGrVkCaps.cpp622 static const uint32_t kMaxVertexAttributes = 64; in initGrCaps() local