Searched refs:encodeQueueFamilyIndex (Results 1 – 3 of 3) sorted by relevance
| /external/deqp/external/vulkancts/modules/vulkan/video/ |
| D | vktVideoTestUtils.cpp | 149 … uint32_t transferQueueFamilyIndex, uint32_t encodeQueueFamilyIndex, VkImageLayout newLayout) in transferImageOwnership() argument 156 transferQueueFamilyIndex, encodeQueueFamilyIndex); in transferImageOwnership() 160 transferQueueFamilyIndex, encodeQueueFamilyIndex); in transferImageOwnership() 163 …NONE_KHR, VK_IMAGE_LAYOUT_GENERAL, newLayout, image, imageSubresourceRange, encodeQueueFamilyIndex, in transferImageOwnership() 164 encodeQueueFamilyIndex); in transferImageOwnership() 165 const Move<VkCommandPool> cmdEncodePool(makeCommandPool(vkd, device, encodeQueueFamilyIndex)); in transferImageOwnership() 198 const VkQueue encodeQueue = getDeviceQueue(vkd, device, encodeQueueFamilyIndex, 0u); in transferImageOwnership() 387 const uint32_t encodeQueueFamilyIndex = getQueueFamilyIndexEncode(); in validateEncodedContent() local 391 …VkQueue encodeQueue = getDeviceQueue(videoDeviceDriver, videoDevice, encodeQueueFamilyIndex, 0u); in validateEncodedContent()
|
| D | vktVideoEncodeTests.cpp | 1628 const uint32_t encodeQueueFamilyIndex = getQueueFamilyIndexEncode(); in iterate() local 1632 …VkQueue encodeQueue = getDeviceQueue(videoDeviceDriver, videoDevice, encodeQueueFamilyIndex, 0u); in iterate() 1758 …getVideoSessionCreateInfo(encodeQueueFamilyIndex, videoSessionFlags, videoEncodeProfile.get(), cod… in iterate() 1844 …quantizationImageFormat, quantizationMapExtent, 0, &encodeQueueFamilyIndex, quantizationMapImageUs… in iterate() 2069 makeImageCreateInfo(imageFormat, codedExtent, 0, &encodeQueueFamilyIndex, dpbImageUsage, in iterate() 2187 const vector<uint32_t> encodeQueueFamilyIndices(1u, encodeQueueFamilyIndex); in iterate() 2327 …ommandPool> encodeCmdPool(makeCommandPool(videoDeviceDriver, videoDevice, encodeQueueFamilyIndex)); in iterate()
|
| D | vktVideoTestUtils.hpp | 354 uint32_t transferQueueFamilyIndex, uint32_t encodeQueueFamilyIndex,
|