Home
last modified time | relevance | path

Searched refs:queueDecode (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/video/
H A DvktVideoDecodeTests.cpp723 const VkQueue queueDecode = getDeviceQueue(vkd, device, queueFamilyIndexDecode, 0u); in getDecodedImage() local
816 VK_CHECK(vkd.queueSubmit(queueDecode, 1u, &decodeSubmitInfo, *decodeFence)); in getDecodedImage()
996 VK_CHECK(vkd.queueSubmit(queueDecode, 1u, &decodeSubmitInfo2, *decodeFence)); in getDecodedImage()
H A DvktVideoBaseDecodeUtils.cpp441 VkQueue queueDecode = m_deviceContext->decodeQueue; in Deinitialize() local
444 if (queueDecode) in Deinitialize()
445 vkd.queueWaitIdle(queueDecode); in Deinitialize()
H A DvktVideoTestUtils.cpp210 const VkQueue queueDecode = getDeviceQueue(vkd, device, queueFamilyIndexDecode, 0u); in getDecodedImage() local
275 VK_CHECK(vkd.queueSubmit(queueDecode, 1u, &decodeSubmitInfo, *decodeFence)); in getDecodedImage()
H A DvktVideoEncodeTests.cpp1167 …const VkQueue queueDecode = getDeviceQueue(videoDeviceDriver, device, queueFamilyIndexDecode, 0u… in getDecodedImageFromContext() local
1244 VK_CHECK(videoDeviceDriver.queueSubmit(queueDecode, 1u, &decodeSubmitInfo, *decodeFence)); in getDecodedImageFromContext()