Searched refs:consumerIndex (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktGlobalPriorityQueueTests.cpp | 627 const deUint32 consumerIndex = m_device.queueFamilyIndexTo; in iterate() local 629 const std::vector<deUint32> consumerIndices { consumerIndex }; in iterate() 670 de::MovePtr<ImageWithMemory> image = createImage(imageUsage, consumerIndex, consumerQueue); in iterate() 677 **image, imageResourceRange, consumerIndex, consumerIndex); in iterate() 708 Move<VkCommandPool> resultPool = makeCommandPool(consumerIndex); in iterate() 712 Move<VkCommandPool> consumerPool = makeCommandPool(consumerIndex); in iterate() 771 const deUint32 consumerIndex = m_device.queueFamilyIndexTo; in iterate() local 773 const std::vector<deUint32> consumerIndices { consumerIndex }; in iterate() 830 resultBuffer.get(), 0, resultBufferSize, consumerIndex, consumerInde in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktGlobalPriorityQueueTests.cpp | 731 const deUint32 consumerIndex = m_device.queueFamilyIndexTo; in iterate() local 777 de::MovePtr<ImageWithMemory> image = this->createImage(imageUsage, consumerIndex, consumerQueue); in iterate() 794 Move<VkCommandPool> consumerPool = makeCommandPool(vkd, device, consumerIndex); in iterate() 841 const deUint32 consumerIndex = m_device.queueFamilyIndexTo; in iterate() local 876 const VkBufferCreateInfo consumerBuffInfo = makeBufferCreateInfo(consumerBuffSize, consumerUsage, {consumerIndex}, consumerCreateFlags); in iterate() 884 const VkBufferCreateInfo tmpBuffInfo = makeBufferCreateInfo(tmpBuffSize, tmpUsage, {consumerIndex}, tmpCreateFlags); in iterate() 912 // consumerIndex, consumerIndex); in iterate() 916 // consumerIndex, consumerIndex); in iterate() [all...] |
Completed in 4 milliseconds