Home
last modified time | relevance | path

Searched refs:queueFamilyIndexTransfer (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoDecodeTests.cpp151 deUint32 queueFamilyIndexTransfer, in getDecodedImage()
156 const VkQueue queueTransfer = getDeviceQueue(vkd, device, queueFamilyIndexTransfer, 0u); in getDecodedImage()
175 queueFamilyIndexTransfer); in getDecodedImage()
185 queueFamilyIndexTransfer); in getDecodedImage()
196 const Move<VkCommandPool> cmdTransferPool (makeCommandPool(vkd, device, queueFamilyIndexTransfer)); in getDecodedImage()
245 vkt::ycbcr::downloadImage(vkd, device, queueFamilyIndexTransfer, allocator, image, multiPlaneImageData.get(), 0, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL); in getDecodedImage()
393 const deUint32 queueFamilyIndexTransfer = getQueueFamilyIndexTransfer(); in iterateSingleFrame() local
406 m_decoder->initialize(m_videoCodecOperation, vkd, device, queueFamilyIndexTransfer, queueFamilyIndexDecode, allocator); in iterateSingleFrame()
439 MovePtr<MultiPlaneImageData> resultImage = getDecodedImage(vkd, device, allocator, image, layout, format, imageExtent, queueFamilyIndexTransfer, queueFamilyIndexDecode); in iterateSingleFrame()
470 const deUint32 queueFamilyIndexTransfer in iterateDoubleFrame() local
144 getDecodedImage(const DeviceInterface& vkd, VkDevice device, Allocator& allocator, VkImage image, VkImageLayout layout, VkFormat format, VkExtent2D codedExtent, deUint32 queueFamilyIndexTransfer, deUint32 queueFamilyIndexDecode) getDecodedImage() argument
561 const deUint32 queueFamilyIndexTransfer = getQueueFamilyIndexTransfer(); iterateMultipleFrame() local
[all...]
H A DvktVideoBaseDecodeUtils.hpp446 const deUint32 queueFamilyIndexTransfer,
H A DvktVideoBaseDecodeUtils.cpp879 const deUint32 queueFamilyIndexTransfer,
886 DE_ASSERT(queueFamilyIndexTransfer != VK_QUEUE_FAMILY_IGNORED);
893 m_queueFamilyIndexTransfer = queueFamilyIndexTransfer;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoDecodeTests.cpp549 auto queueFamilyIndexTransfer = devctx.transferQueueFamilyIdx(); in getDecodedImage() local
557 const VkQueue queueTransfer = getDeviceQueue(vkd, device, queueFamilyIndexTransfer, 0u); in getDecodedImage()
576 queueFamilyIndexTransfer); in getDecodedImage()
586 queueFamilyIndexTransfer); in getDecodedImage()
597 const Move<VkCommandPool> cmdTransferPool(makeCommandPool(vkd, device, queueFamilyIndexTransfer)); in getDecodedImage()
650 vkt::ycbcr::downloadImage(vkd, device, queueFamilyIndexTransfer, devctx.allocator(), image, in getDecodedImage()

Completed in 12 milliseconds