Home
last modified time | relevance | path

Searched refs:makeCommandPool (Results 1 – 25 of 64) sorted by relevance

123

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicEventTests.cpp86 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex)); in deviceResetSetEventCase()
144 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex)); in deviceWaitForEventCase()
197 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex)); in singleSubmissionCase()
250 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex)); in multiSubmissionCase()
317 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex)); in secondaryCommandBufferCase()
DvktSynchronizationBasicSemaphoreTests.cpp59 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex)); in basicOneQueueCase()
223 cmdPool[FIRST] = (makeCommandPool(vk, *logicalDevice, queues[FIRST].queueFamilyIndex)); in basicMultiQueueCase()
224 cmdPool[SECOND] = (makeCommandPool(vk, *logicalDevice, queues[SECOND].queueFamilyIndex)); in basicMultiQueueCase()
DvktSynchronizationOperationSingleQueueTests.cpp81 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex)); in iterate()
136 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex)); in iterate()
198 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex)); in iterate()
279 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex)); in iterate()
DvktSynchronizationBasicFenceTests.cpp49 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex)); in basicOneFenceCase()
107 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex)); in basicMultiFenceCase()
DvktSynchronizationOperationMultiQueueTests.cpp322 makeCommandPool(vk, device, queuePairs[pairNdx].familyIndexWrite), in iterate()
323 makeCommandPool(vk, device, queuePairs[pairNdx].familyIndexRead) in iterate()
423 makeCommandPool(vk, device, queuePairs[pairNdx].familyIndexWrite), in iterate()
424 makeCommandPool(vk, device, queuePairs[pairNdx].familyIndexRead) in iterate()
DvktSynchronizationUtil.hpp216 vk::Move<vk::VkCommandPool> makeCommandPool (const vk::DeviceInterface& vk, const vk::VkDev…
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp230 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate()
401 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate()
574 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate()
785 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate()
995 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate()
1264 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate()
1455 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate()
1648 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate()
1870 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate()
2086 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate()
[all …]
DvktComputeTestsUtil.hpp81 vk::Move<vk::VkCommandPool> makeCommandPool (const vk::DeviceInterface& vk,
DvktComputeTestsUtil.cpp89 Move<VkCommandPool> makeCommandPool (const DeviceInterface& vk, const VkDevice device, const deUint… in makeCommandPool() function
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsMakeUtil.hpp39 vk::Move<vk::VkCommandPool> makeCommandPool (const vk::DeviceInterface& vk, const vk::VkDevice d…
DvktFragmentOperationsMakeUtil.cpp98 Move<VkCommandPool> makeCommandPool (const DeviceInterface& vk, const VkDevice device, const deUint… in makeCommandPool() function
/external/deqp/external/vulkancts/modules/vulkan/clipping/
DvktClippingUtil.hpp111 vk::Move<vk::VkCommandPool> makeCommandPool (const vk::DeviceInterface& vk, const vk::VkDev…
DvktClippingUtil.cpp94 Move<VkCommandPool> makeCommandPool (const DeviceInterface& vk, const VkDevice device, const deUint… in makeCommandPool() function
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMakeUtil.hpp80 vk::Move<vk::VkCommandPool> makeCommandPool (const vk::DeviceInterface& vk, const vk::VkDevice d…
DvktPipelineMakeUtil.cpp119 Move<VkCommandPool> makeCommandPool (const DeviceInterface& vk, const VkDevice device, const deUint… in makeCommandPool() function
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.hpp108 vk::Move<vk::VkCommandPool> makeCommandPool (const vk::DeviceInterface& vk,
DvktImageTestsUtil.cpp225 Move<VkCommandPool> makeCommandPool (const DeviceInterface& vk, const VkDevice device, const deUint… in makeCommandPool() function
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryBasicClass.cpp88 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex)); in iterate()
DvktGeometryTestsUtil.hpp176 vk::Move<vk::VkCommandPool> makeCommandPool (const vk::DeviceInterface& vk, const vk::VkDevice …
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferSparseBinding.cpp195 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), computeQueu… in iterate()
DvktSparseResourcesBufferTests.cpp584 m_cmdPool = makeCommandPool (vk, device, queueFamilyIndex); in Renderer()
1045 …const Unique<VkCommandPool> cmdPool (makeCommandPool (vk, getDevice(), m_universalQueue.queueFam… in iterate()
1295 …const Unique<VkCommandPool> cmdPool (makeCommandPool (vk, getDevice(), m_universalQueue.queueFam… in iterate()
DvktSparseResourcesBufferSparseResidency.cpp259 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), computeQue… in iterate()
DvktSparseResourcesBufferMemoryAliasing.cpp265 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), computeQue… in iterate()
DvktSparseResourcesTestsUtil.hpp141 vk::Move<vk::VkCommandPool> makeCommandPool (const vk::DeviceInterface& vk,
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationWindingTests.cpp324 const Unique<VkCommandPool> cmdPool (makeCommandPool (vk, device, queueFamilyIndex)); in iterate()

123