Home
last modified time | relevance | path

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

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py281 def OP_vkDestroyDescriptorPool(printer, indent: int): function
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.h673 #define OP_vkDestroyDescriptorPool 20075 macro
Dgoldfish_vk_marshaling.cpp21050 case OP_vkDestroyDescriptorPool: { in api_opcode_to_string()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.h689 #define OP_vkDestroyDescriptorPool 20075 macro
Dgoldfish_vk_marshaling_guest.cpp16252 case OP_vkDestroyDescriptorPool: { in api_opcode_to_string()
DVkEncoder.cpp9428 uint32_t opcode_vkDestroyDescriptorPool = OP_vkDestroyDescriptorPool; in vkDestroyDescriptorPool()
/hardware/google/gfxstream/host/vulkan/
DVkDecoder.cpp5303 case OP_vkDestroyDescriptorPool: { in decode()