Home
last modified time | relevance | path

Searched refs:encodeQueueFamilyIndex (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/video/
H A DvktVideoTestUtils.cpp135 … uint32_t transferQueueFamilyIndex, uint32_t encodeQueueFamilyIndex, VkImageLayout newLayout) in transferImageOwnership() argument
142 transferQueueFamilyIndex, encodeQueueFamilyIndex); in transferImageOwnership()
146 transferQueueFamilyIndex, encodeQueueFamilyIndex); in transferImageOwnership()
149 …NONE_KHR, VK_IMAGE_LAYOUT_GENERAL, newLayout, image, imageSubresourceRange, encodeQueueFamilyIndex, in transferImageOwnership()
150 encodeQueueFamilyIndex); in transferImageOwnership()
151 const Move<VkCommandPool> cmdEncodePool(makeCommandPool(vkd, device, encodeQueueFamilyIndex)); in transferImageOwnership()
184 const VkQueue encodeQueue = getDeviceQueue(vkd, device, encodeQueueFamilyIndex, 0u); in transferImageOwnership()
H A DvktVideoEncodeTests.cpp1486 const uint32_t encodeQueueFamilyIndex = getQueueFamilyIndexEncode(); in iterate() local
1490 …VkQueue encodeQueue = getDeviceQueue(videoDeviceDriver, videoDevice, encodeQueueFamilyIndex, 0u); in iterate()
1575encodeQueueFamilyIndex, useInlineQueries ? VK_VIDEO_SESSION_CREATE_INLINE_QUERIES_BIT_KHR : 0, in iterate()
1667 makeImageCreateInfo(imageFormat, codedExtent, 0, &encodeQueueFamilyIndex, dpbImageUsage, in iterate()
1789 const vector<uint32_t> encodeQueueFamilyIndices(1u, encodeQueueFamilyIndex); in iterate()
1930 …ommandPool> encodeCmdPool(makeCommandPool(videoDeviceDriver, videoDevice, encodeQueueFamilyIndex)); in iterate()
H A DvktVideoTestUtils.hpp346 uint32_t transferQueueFamilyIndex, uint32_t encodeQueueFamilyIndex,