Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp1574 constexpr uint32_t kInvocationsPerIndex = 2; in convertIndexBuffer() local
1577 UnsignedCeilDivide(kIndexCount * kInvocationsPerIndex, kInvocationsPerGroup); in convertIndexBuffer()
1643 constexpr uint32_t kInvocationsPerIndex = 2; in convertIndexIndirectBuffer() local
1646 UnsignedCeilDivide(kIndexCount * kInvocationsPerIndex, kInvocationsPerGroup); in convertIndexIndirectBuffer()