Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DOutputVulkanGLSL.h43 uint32_t nextUnused = mNextUnusedOutputLocation; in nextUnusedOutputLocation()
44 mNextUnusedOutputLocation += consumedCount; in nextUnusedOutputLocation()
62 uint32_t mNextUnusedOutputLocation; variable
DOutputVulkanGLSL.cpp44 mNextUnusedOutputLocation(0), in TOutputVulkanGLSL()