Home
last modified time | relevance | path

Searched refs:m_logicalDevice (Results 1 – 7 of 7) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp296 Move<VkDevice> m_logicalDevice; member in vkt::MultiView::__anon6661ad4b0111::MultiViewRenderTestInstance
343 …m_colorAttachment = de::SharedPtr<ImageAttachment>(new ImageAttachment(*m_logicalDevice, *m_device… in MultiViewRenderTestInstance()
351 …Unique<VkRenderPass> renderPass (makeRenderPass (*m_device, *m_logicalDevice, m_parameter… in iterate()
355 …Unique<VkFramebuffer> frameBuffer (makeFramebuffer(*m_device, *m_logicalDevice, *renderPa… in iterate()
358 Unique<VkPipelineLayout> pipelineLayout (makePipelineLayout(*m_device, *m_logicalDevice)); in iterate()
481 submitCommandsAndWait(*m_device, *m_logicalDevice, m_queue, *m_cmdBuffer); in draw()
585 m_vertexCoordBuffer = createBuffer(*m_device, *m_logicalDevice, &bufferInfo); in createVertexBuffer()
586 …lloc = m_allocator->allocate(getBufferMemoryRequirements(*m_device, *m_logicalDevice, *m_vertexCoo… in createVertexBuffer()
588 …VK_CHECK(m_device->bindBufferMemory(*m_logicalDevice, *m_vertexCoordBuffer, m_vertexCoordAlloc->ge… in createVertexBuffer()
590 …flushMappedMemoryRange(*m_device, *m_logicalDevice, m_vertexCoordAlloc->getMemory(), m_vertexCoord… in createVertexBuffer()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.cpp191m_logicalDevice = createDevice(m_context.getPlatformInterface(), instance, instanceDriver, physica… in createDeviceSupportingQueues()
192 …ePtr<DeviceDriver>(new DeviceDriver(m_context.getPlatformInterface(), instance, *m_logicalDevice)); in createDeviceSupportingQueues()
193 …m_allocator = de::MovePtr<Allocator>(new SimpleAllocator(*m_deviceDriver, *m_logicalDevice, getPh… in createDeviceSupportingQueues()
201 …queue.queueHandle = getDeviceQueue(*m_deviceDriver, *m_logicalDevice, queue.queueFamilyIndex, queu… in createDeviceSupportingQueues()
DvktSparseResourcesBase.hpp80 vk::VkDevice getDevice (void) const { return *m_logicalDevice; } in getDevice()
91 vk::Move<vk::VkDevice> m_logicalDevice; member in vkt::sparse::SparseResourcesBaseInstance
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperationMultiQueueTests.cpp137m_logicalDevice = createDevice(context.getPlatformInterface(), context.getInstance(), instance, ph… in MultiQueues()
138 …Driver>(new DeviceDriver(context.getPlatformInterface(), context.getInstance(), *m_logicalDevice)); in MultiQueues()
139 …m_allocator = MovePtr<Allocator>(new SimpleAllocator(*m_deviceDriver, *m_logicalDevice, getPhysic… in MultiQueues()
143 …m_deviceDriver->getDeviceQueue(*m_logicalDevice, it->first, queueNdx, &it->second.queue[queueNdx]); in MultiQueues()
205 return *m_logicalDevice; in getDevice()
219 Move<VkDevice> m_logicalDevice; member in vkt::synchronization::__anon707ea8e40111::MultiQueues
DvktSynchronizationInternallySynchronizedObjectsTests.cpp148 m_logicalDevice = device; in setDevice()
153 return *m_logicalDevice; in getDevice()
158 Move<VkDevice> m_logicalDevice; member in vkt::synchronization::__anone4a9572f0111::MultiQueues
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp139 …vk::VkDevice getDevice (void) { return m_useDeviceGroups ? m_logicalDevice.get() : m_context.… in getDevice()
150 vk::Move<vk::VkDevice> m_logicalDevice; member in vkt::memory::__anonfb0b25f70111::BaseAllocateTestInstance
214m_logicalDevice = createDevice(m_context.getPlatformInterface(), instance, instanceDriver, device… in createDeviceGroup()
215 …ePtr<DeviceDriver>(new DeviceDriver(m_context.getPlatformInterface(), instance, *m_logicalDevice)); in createDeviceGroup()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp2337 vk::VkDevice getDevice (void) { return *m_logicalDevice; } in getDevice()
2346 vk::Move<vk::VkDevice> m_logicalDevice; member in vkt::compute::__anon6ab2e88f0111::ComputeTestInstance
2410m_logicalDevice = createDevice(m_context.getPlatformInterface(), m_deviceGroupInstance.get(), ins… in createDeviceGroup()
2411 …new DeviceDriver(m_context.getPlatformInterface(), m_deviceGroupInstance.get(), *m_logicalDevice)); in createDeviceGroup()