Home
last modified time | relevance | path

Searched refs:OP_vkDestroyDevice (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py295 def OP_vkDestroyDevice(printer, indent: int): function
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.h239 #define OP_vkDestroyDevice 20012 macro
Dgoldfish_vk_marshaling.cpp20861 case OP_vkDestroyDevice: { in api_opcode_to_string()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.h250 #define OP_vkDestroyDevice 20012 macro
Dgoldfish_vk_marshaling_guest.cpp16063 case OP_vkDestroyDevice: { in api_opcode_to_string()
DVkEncoder.cpp1545 uint32_t opcode_vkDestroyDevice = OP_vkDestroyDevice; in vkDestroyDevice()
/hardware/google/gfxstream/host/vulkan/
DVkDecoder.cpp971 case OP_vkDestroyDevice: { in decode()