Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DUtilsVk.h452 ComputeStartIndex = 13, // Special value to separate draw and dispatch functions. enumerator
DUtilsVk.cpp1124 bool isCompute = function >= Function::ComputeStartIndex; in ensureResourcesInitialized()
1452 const bool isCompute = function >= Function::ComputeStartIndex; in setupProgram()