Home
last modified time | relevance | path

Searched refs:setApiTrace (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshot.cpp69 mReconstruction.setApiTrace(apiInfo, OP_vkCreateInstance, snapshotTraceBegin, in vkCreateInstance()
95 mReconstruction.setApiTrace(apiInfo, OP_vkEnumeratePhysicalDevices, snapshotTraceBegin, in vkEnumeratePhysicalDevices()
152 mReconstruction.setApiTrace(apiInfo, OP_vkCreateDevice, snapshotTraceBegin, in vkCreateDevice()
225 mReconstruction.setApiTrace(apiInfo, OP_vkAllocateMemory, snapshotTraceBegin, in vkAllocateMemory()
272 mReconstruction.setApiTrace(apiInfo, OP_vkBindBufferMemory, snapshotTraceBegin, in vkBindBufferMemory()
292 mReconstruction.setApiTrace(apiInfo, OP_vkBindImageMemory, snapshotTraceBegin, in vkBindImageMemory()
329 mReconstruction.setApiTrace(apiInfo, OP_vkCreateFence, snapshotTraceBegin, in vkCreateFence()
364 mReconstruction.setApiTrace(apiInfo, OP_vkCreateSemaphore, snapshotTraceBegin, in vkCreateSemaphore()
389 mReconstruction.setApiTrace(apiInfo, OP_vkCreateEvent, snapshotTraceBegin, in vkCreateEvent()
423 mReconstruction.setApiTrace(apiInfo, OP_vkCreateQueryPool, snapshotTraceBegin, in vkCreateQueryPool()
[all …]
DVkReconstruction.h88 void setApiTrace(ApiInfo* apiInfo, uint32_t opcode, const uint8_t* traceBegin,
DVkReconstruction.cpp285 void VkReconstruction::setApiTrace(VkReconstruction::ApiInfo* apiInfo, uint32_t opCode, in setApiTrace() function in gfxstream::vk::VkReconstruction