Searched refs:global_state_prefix (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/ |
D | subdecode.py | 18 global_state_prefix = "this->on_" variable 261 checkForDeviceLost=True, globalStatePrefix=global_state_prefix, 273 cgen.vkApiCall(api, customPrefix=global_state_prefix, 275 checkForOutOfMemory=True, globalStatePrefix=global_state_prefix)
|
D | decoder.py | 29 global_state_prefix = "m_state->on_" variable 341 globalStatePrefix=global_state_prefix, checkForDeviceLost=True, 361 cgen.vkApiCall(api, customPrefix=global_state_prefix, \ 362 customParameters=customParams, globalStatePrefix=global_state_prefix, \
|