Home
last modified time | relevance | path

Searched refs:OP_vkDestroyInstance (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dprint_gfx_logs_test.py25 OP_vkDestroyInstance = 20001
26 opcode = OP_vkDestroyInstance
Dvulkan_printer.py329 def OP_vkDestroyInstance(printer, indent: int): function
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.h216 #define OP_vkDestroyInstance 20001 macro
Dgoldfish_vk_marshaling.cpp20828 case OP_vkDestroyInstance: { in api_opcode_to_string()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.h227 #define OP_vkDestroyInstance 20001 macro
Dgoldfish_vk_marshaling_guest.cpp16030 case OP_vkDestroyInstance: { in api_opcode_to_string()
DVkEncoder.cpp281 uint32_t opcode_vkDestroyInstance = OP_vkDestroyInstance; in vkDestroyInstance()
/hardware/google/gfxstream/host/vulkan/
DVkDecoder.cpp293 case OP_vkDestroyInstance: { in decode()