Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/
Dsubdecode.py261 checkForDeviceLost=True, globalStatePrefix=global_state_prefix,
275 checkForOutOfMemory=True, globalStatePrefix=global_state_prefix)
Ddecoder.py341 globalStatePrefix=global_state_prefix, checkForDeviceLost=True,
362 customParameters=customParams, globalStatePrefix=global_state_prefix, \
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/common/
Dcodegen.py619 …def vkApiCall(self, api, customPrefix="", globalStatePrefix="", customParameters=None, checkForDev… argument
638 … self.stmt("if ((%s) == VK_ERROR_DEVICE_LOST) %sDeviceLost()" % (callLhs, globalStatePrefix))
644 % (globalStatePrefix, callLhs))
648 % (globalStatePrefix, callLhs))