Searched refs:vkDevice (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | DisplayVk.cpp | 57 VkDevice vkDevice, VkQueue compositorVkQueue, in DisplayVk() argument 65 m_vkDevice(vkDevice), in DisplayVk() 683 const VulkanDispatch& vk, VkDevice vkDevice, VkCommandPool vkCommandPool) { in create() argument 688 VK_CHECK(vk.vkCreateFence(vkDevice, &fenceCi, nullptr, &fence)); in create() 694 VK_CHECK(vk.vkCreateSemaphore(vkDevice, &semaphoreCi, nullptr, &semaphores[i])); in create() 703 VK_CHECK(vk.vkAllocateCommandBuffers(vkDevice, &commandBufferAllocInfo, &commandBuffer)); in create() 705 vk, vkDevice, vkCommandPool, fence, semaphores[0], semaphores[1], commandBuffer)); in create() 715 DisplayVk::PostResource::PostResource(const VulkanDispatch& vk, VkDevice vkDevice, in PostResource() argument 726 m_vkDevice(vkDevice), in PostResource()
|
D | SwapChainStateVk.cpp | 79 const VulkanDispatch& vk, VkDevice vkDevice, const VkSwapchainCreateInfoKHR& swapChainCi) { in createSwapChainVk() argument 80 std::unique_ptr<SwapChainStateVk> swapChainVk(new SwapChainStateVk(vk, vkDevice)); in createSwapChainVk() 87 SwapChainStateVk::SwapChainStateVk(const VulkanDispatch& vk, VkDevice vkDevice) in SwapChainStateVk() argument 89 m_vkDevice(vkDevice), in SwapChainStateVk()
|
D | CompositorVk.h | 149 const VulkanDispatch& vk, VkDevice vkDevice, VkPhysicalDevice vkPhysicalDevice, 229 RenderTarget(const VulkanDispatch& vk, VkDevice vkDevice, VkImage vkImage,
|
D | CompositorVk.cpp | 99 CompositorVk::RenderTarget::RenderTarget(const VulkanDispatch& vk, VkDevice vkDevice, in RenderTarget() argument 103 m_vkDevice(vkDevice), in RenderTarget() 123 VK_CHECK(m_vk.vkCreateFramebuffer(vkDevice, &framebufferCi, nullptr, &m_vkFramebuffer)); in RenderTarget() 133 const VulkanDispatch& vk, VkDevice vkDevice, VkPhysicalDevice vkPhysicalDevice, VkQueue vkQueue, in create() argument 136 auto res = std::unique_ptr<CompositorVk>(new CompositorVk(vk, vkDevice, vkPhysicalDevice, in create() 151 CompositorVk::CompositorVk(const VulkanDispatch& vk, VkDevice vkDevice, in CompositorVk() argument 156 : CompositorVkBase(vk, vkDevice, vkPhysicalDevice, vkQueue, queueLock, queueFamilyIndex, in CompositorVk()
|