Searched refs:globalStatePrefix (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/ |
D | subdecode.py | 261 checkForDeviceLost=True, globalStatePrefix=global_state_prefix, 275 checkForOutOfMemory=True, globalStatePrefix=global_state_prefix)
|
D | decoder.py | 341 globalStatePrefix=global_state_prefix, checkForDeviceLost=True, 362 customParameters=customParams, globalStatePrefix=global_state_prefix, \
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/common/ |
D | codegen.py | 619 …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))
|