/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorBufferTests.cpp | 2527 …return allocateExtended(m_context.getInstanceInterface(), *m_deviceInterface, m_context.getPhysica… in allocate() 2604 MovePtr<DeviceDriver> m_deviceInterface; member in vkt::BindingModel::__anon3929bd8b0111::DescriptorBufferTestInstance 2667 , m_deviceInterface() in DescriptorBufferTestInstance() 3080 m_deviceInterface = in DescriptorBufferTestInstance() 3111 …m_allocatorPtr = de::MovePtr<Allocator>(new SimpleAllocator(*m_deviceInterface, *m_device, m_memor… in DescriptorBufferTestInstance() 3314 m_deviceInterface->getDescriptorSetLayoutSupport(*m_device, &createInfo, &support); in createDescriptorSetLayouts() 3322 dsl.layout = createDescriptorSetLayout(*m_deviceInterface, *m_device, &createInfo); in createDescriptorSetLayouts() 3324 m_deviceInterface->getDescriptorSetLayoutSizeEXT(*m_device, *dsl.layout, &dsl.sizeOfLayout); in createDescriptorSetLayouts() 3328 … m_deviceInterface->getDescriptorSetLayoutBindingOffsetEXT(*m_device, *dsl.layout, binding.binding, in createDescriptorSetLayouts() 3458 … bufferAlloc.buffer = vk::createBuffer(*m_deviceInterface, *m_device, &bufferCreateInfo); in createDescriptorBuffers() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/video/ |
D | vktVideoBaseDecodeUtils.hpp | 649 : m_deviceInterface(vkd) in NvVkDecodeFrameData() 660 …m_deviceInterface.freeCommandBuffers(m_device, m_videoCommandPool, (uint32_t)m_commandBuffers.size… in deinit() 662 m_deviceInterface.destroyCommandPool(m_device, m_videoCommandPool, NULL); in deinit() 681 …VK_CHECK(m_deviceInterface.createCommandPool(m_device, &cmdPoolInfo, nullptr, &m_videoCommandPool)… in resize() 690 … VK_CHECK(m_deviceInterface.allocateCommandBuffers(m_device, &cmdInfo, &m_commandBuffers[0])); in resize() 714 const DeviceInterface &m_deviceInterface; member in vkt::video::NvVkDecodeFrameData
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestCase.cpp | 570 return *m_deviceInterface; in getDeviceInterface() 656 const de::MovePtr<DeviceDriver> m_deviceInterface; member in vkt::DefaultDevice 776 , m_deviceInterface( in DefaultDevice() 779 , m_deviceInterface(de::MovePtr<DeviceDriverSC>( in DefaultDevice() 796 return getDeviceQueue(*m_deviceInterface, *m_device, m_universalQueueFamilyIndex, 0); in getUniversalQueue() 804 return getDeviceQueue(*m_deviceInterface, *m_device, m_sparseQueueFamilyIndex, 0); in getSparseQueue() 812 return getDeviceQueue(*m_deviceInterface, *m_device, m_computeQueueFamilyIndex, 0); in getComputeQueue() 820 return getDeviceQueue(*m_deviceInterface, *m_device, m_transferQueueFamilyIndex, 0); in getTransferQueue()
|
/external/deqp/external/vulkancts/modules/vulkan/postmortem/ |
D | vktPostmortemDeviceFaultTests.cpp | 335 FakeDeviceInterface m_deviceInterface; member in vkt::postmortem::__anon408c6fac0111::FakeContext 339 FakeContext(Context &ctx) : m_deviceInterface(ctx), m_instanceInterface(ctx) in FakeContext() 345 return m_deviceInterface; in getDeviceInterface()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationSignalOrderTests.cpp | 1172 , m_deviceInterface(context.getPlatformInterface(), context.getInstance(), *m_device, in QueueSubmitSignalOrderTestInstance() 1175 m_deviceInterface, *m_device, in QueueSubmitSignalOrderTestInstance() 1178 …new OperationContext(context, type, m_deviceInterface, *m_device, *m_allocator, pipelineCacheData)) in QueueSubmitSignalOrderTestInstance() 1199 m_queueA = getDeviceQueue(m_deviceInterface, *m_device, familyIdx, 0); in QueueSubmitSignalOrderTestInstance() 1217 … VkQueue queue = getDeviceQueue(m_deviceInterface, *m_device, familyIdx, queueIdx); in QueueSubmitSignalOrderTestInstance() 1239 const DeviceInterface &vk = m_deviceInterface; in iterate() 1487 const DeviceDriver m_deviceInterface; member in vkt::synchronization::__anon927627aa0111::QueueSubmitSignalOrderTestInstance
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateComputeTests.cpp | 589 : m_deviceInterface(context.getDeviceInterface()) in ContextDeviceHelper() 604 return m_deviceInterface; in getDeviceInterface() 628 const DeviceInterface &m_deviceInterface; member in vkt::DynamicState::__anonaae22c140111::ContextDeviceHelper
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureMipmapTests.cpp | 2544 : m_deviceInterface(context.getDeviceInterface()) in ContextDeviceHelper() 2558 return m_deviceInterface; in getDeviceInterface() 2578 const DeviceInterface &m_deviceInterface; member in vkt::texture::__anona346e3520111::ContextDeviceHelper
|
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackSimpleTests.cpp | 205 : m_deviceInterface(context.getDeviceInterface()) in ContextDeviceHelper() 219 return m_deviceInterface; in getDeviceInterface() 239 const DeviceInterface &m_deviceInterface; member in vkt::TransformFeedback::__anon8bc40a770111::ContextDeviceHelper
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolStatisticsTests.cpp | 192 : m_deviceInterface(context.getDeviceInterface()) in ContextDeviceHelper() 207 return m_deviceInterface; in getDeviceInterface() 231 const DeviceInterface &m_deviceInterface; member in vkt::QueryPool::__anona60a82d60111::ContextDeviceHelper
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineExtendedDynamicStateTests.cpp | 4630 : m_deviceInterface(context.getDeviceInterface()) in ContextDeviceHelper() 4645 return m_deviceInterface; in getDeviceInterface() 4669 const vk::DeviceInterface &m_deviceInterface; member in vkt::pipeline::__anonbcccb5ef0111::ContextDeviceHelper
|