Home
last modified time | relevance | path

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

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py200 def OP_vkCreateGraphicsPipelines(printer, indent: int): function
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.h591 #define OP_vkCreateGraphicsPipelines 20065 macro
Dgoldfish_vk_marshaling.cpp21020 case OP_vkCreateGraphicsPipelines: { in api_opcode_to_string()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.h606 #define OP_vkCreateGraphicsPipelines 20065 macro
Dgoldfish_vk_marshaling_guest.cpp16222 case OP_vkCreateGraphicsPipelines: { in api_opcode_to_string()
DVkEncoder.cpp8039 uint32_t opcode_vkCreateGraphicsPipelines = OP_vkCreateGraphicsPipelines; in vkCreateGraphicsPipelines()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshot.cpp632 mReconstruction.setApiTrace(apiInfo, OP_vkCreateGraphicsPipelines, snapshotTraceBegin, in vkCreateGraphicsPipelines()
DVkDecoder.cpp4516 case OP_vkCreateGraphicsPipelines: { in decode()