Home
last modified time | relevance | path

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

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py356 def OP_vkDestroyRenderPass(printer, indent: int): function
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.h717 #define OP_vkDestroyRenderPass 20083 macro
Dgoldfish_vk_marshaling.cpp21074 case OP_vkDestroyRenderPass: { in api_opcode_to_string()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.h733 #define OP_vkDestroyRenderPass 20083 macro
Dgoldfish_vk_marshaling_guest.cpp16276 case OP_vkDestroyRenderPass: { in api_opcode_to_string()
DVkEncoder.cpp10458 uint32_t opcode_vkDestroyRenderPass = OP_vkDestroyRenderPass; in vkDestroyRenderPass()
/hardware/google/gfxstream/host/vulkan/
DVkDecoder.cpp5850 case OP_vkDestroyRenderPass: { in decode()