Home
last modified time | relevance | path

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

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py227 def OP_vkCreatePipelineCache(printer, indent: int): function
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.h452 #define OP_vkCreatePipelineCache 20061 macro
Dgoldfish_vk_marshaling.cpp21008 case OP_vkCreatePipelineCache: { in api_opcode_to_string()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.h464 #define OP_vkCreatePipelineCache 20061 macro
Dgoldfish_vk_marshaling_guest.cpp16210 case OP_vkCreatePipelineCache: { in api_opcode_to_string()
DVkEncoder.cpp7500 uint32_t opcode_vkCreatePipelineCache = OP_vkCreatePipelineCache; in vkCreatePipelineCache()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshot.cpp587 mReconstruction.setApiTrace(apiInfo, OP_vkCreatePipelineCache, snapshotTraceBegin, in vkCreatePipelineCache()
DVkDecoder.cpp4228 case OP_vkCreatePipelineCache: { in decode()