Searched refs:emit_global_state_wrapped_decoding_with_context (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/ |
D | subdecode.py | 287 def emit_global_state_wrapped_decoding_with_context(typeInfo, api, cgen): function 292 "vkCmdCopyBufferToImage": emit_global_state_wrapped_decoding_with_context, 295 "vkCmdCopyBufferToImage2": emit_global_state_wrapped_decoding_with_context, 298 "vkCmdCopyBufferToImage2KHR": emit_global_state_wrapped_decoding_with_context, 302 "vkBeginCommandBuffer": emit_global_state_wrapped_decoding_with_context, 303 "vkEndCommandBuffer": emit_global_state_wrapped_decoding_with_context, 309 "vkBeginCommandBufferAsyncGOOGLE": emit_global_state_wrapped_decoding_with_context, 310 "vkEndCommandBufferAsyncGOOGLE": emit_global_state_wrapped_decoding_with_context,
|
D | decoder.py | 523 def emit_global_state_wrapped_decoding_with_context(typeInfo, api, cgen): function 657 "vkCmdCopyBufferToImage" : emit_global_state_wrapped_decoding_with_context, 660 "vkCmdCopyBufferToImage2" : emit_global_state_wrapped_decoding_with_context, 699 "vkBeginCommandBuffer" : emit_global_state_wrapped_decoding_with_context, 700 "vkEndCommandBuffer" : emit_global_state_wrapped_decoding_with_context, 754 "vkBeginCommandBufferAsyncGOOGLE" : emit_global_state_wrapped_decoding_with_context, 755 "vkEndCommandBufferAsyncGOOGLE" : emit_global_state_wrapped_decoding_with_context, 767 "vkQueueFlushCommandsGOOGLE" : emit_global_state_wrapped_decoding_with_context, 768 "vkQueueFlushCommandsFromAuxMemoryGOOGLE" : emit_global_state_wrapped_decoding_with_context, 787 "vkCmdCopyBufferToImage2KHR" : emit_global_state_wrapped_decoding_with_context,
|