Home
last modified time | relevance | path

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

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py342 def OP_vkDestroyPipelineCache(printer, indent: int): function
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.h453 #define OP_vkDestroyPipelineCache 20062 macro
Dgoldfish_vk_marshaling.cpp21011 case OP_vkDestroyPipelineCache: { in api_opcode_to_string()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.h465 #define OP_vkDestroyPipelineCache 20062 macro
Dgoldfish_vk_marshaling_guest.cpp16213 case OP_vkDestroyPipelineCache: { in api_opcode_to_string()
DVkEncoder.cpp7631 uint32_t opcode_vkDestroyPipelineCache = OP_vkDestroyPipelineCache; in vkDestroyPipelineCache()
/hardware/google/gfxstream/host/vulkan/
DVkDecoder.cpp4310 case OP_vkDestroyPipelineCache: { in decode()