Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DOutputVulkanGLSL.h37 uint32_t nextUnused = mNextUnusedInputLocation; in nextUnusedInputLocation()
38 mNextUnusedInputLocation += consumedCount; in nextUnusedInputLocation()
61 uint32_t mNextUnusedInputLocation; variable
DOutputVulkanGLSL.cpp43 mNextUnusedInputLocation(0), in TOutputVulkanGLSL()