Home
last modified time | relevance | path

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

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