Home
last modified time | relevance | path

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

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py168 def OP_vkCreateDescriptorPool(printer, indent: int): function
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.h672 #define OP_vkCreateDescriptorPool 20074 macro
Dgoldfish_vk_marshaling.cpp21047 case OP_vkCreateDescriptorPool: { in api_opcode_to_string()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.h688 #define OP_vkCreateDescriptorPool 20074 macro
Dgoldfish_vk_marshaling_guest.cpp16249 case OP_vkCreateDescriptorPool: { in api_opcode_to_string()
DVkEncoder.cpp9297 uint32_t opcode_vkCreateDescriptorPool = OP_vkCreateDescriptorPool; in vkCreateDescriptorPool()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshot.cpp760 mReconstruction.setApiTrace(apiInfo, OP_vkCreateDescriptorPool, snapshotTraceBegin, in vkCreateDescriptorPool()
DVkDecoder.cpp5221 case OP_vkCreateDescriptorPool: { in decode()