Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/testing/
DVkDecoderTestDispatch.h30 : mVk(vk), mDgs(VkDecoderGlobalState::get()), mBp(bp), mDecoderContext(decoderContext) {} in VkDecoderTestDispatch()
52 *mDecoderContext); in vkBeginCommandBuffer()
80 pRegions, *mDecoderContext); in vkCmdCopyBufferToImage()
200 return mDgs->on_vkEndCommandBuffer(mBp, commandBuffer, *mDecoderContext); in vkEndCommandBuffer()
290 VkDecoderContext* mDecoderContext; variable
DVulkanTestHelper.h107 VkDecoderContext mDecoderContext; variable
DVulkanTestHelper.cpp61 mDecoderContext(VkDecoderContext{.processName = "vulkan_test", in VulkanTestHelper()
65 mTestDispatch(mVk, mBp.get(), &mDecoderContext) {