Home
last modified time | relevance | path

Searched refs:videoQueueFamilyProperties2 (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoCapabilitiesTests.cpp98 vector<VkQueueFamilyVideoPropertiesKHR> videoQueueFamilyProperties2; in iterate() local
108 videoQueueFamilyProperties2.resize(queueFamilyPropertiesCount); in iterate()
113 queueFamilyProperties2[ndx].pNext = &videoQueueFamilyProperties2[ndx]; in iterate()
114 videoQueueFamilyProperties2[ndx].sType = VK_STRUCTURE_TYPE_QUEUE_FAMILY_VIDEO_PROPERTIES_KHR; in iterate()
115 videoQueueFamilyProperties2[ndx].pNext = DE_NULL; in iterate()
116 videoQueueFamilyProperties2[ndx].videoCodecOperations = 0; in iterate()
128 const VkVideoCodecOperationFlagsKHR queueVideoCodecOperations = videoQueueFamilyProperties2[ndx].videoCodecOperations; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktCustomInstancesDevices.cpp758 vector<vk::VkQueueFamilyVideoPropertiesKHR> videoQueueFamilyProperties2; in createDeviceSupportingQueue() local
772 videoQueueFamilyProperties2.resize(queueFamilyPropertiesCount); in createDeviceSupportingQueue()
778 queueFamilyProperties2[ndx].pNext = &videoQueueFamilyProperties2[ndx]; in createDeviceSupportingQueue()
779 videoQueueFamilyProperties2[ndx].sType = vk::VK_STRUCTURE_TYPE_QUEUE_FAMILY_VIDEO_PROPERTIES_KHR; in createDeviceSupportingQueue()
780 videoQueueFamilyProperties2[ndx].pNext = &VkQueueFamilyQueryResultStatusPropertiesKHR[ndx]; in createDeviceSupportingQueue()
781 videoQueueFamilyProperties2[ndx].videoCodecOperations = 0; in createDeviceSupportingQueue()
807 if ((videoQueueFamilyProperties2[ndx].videoCodecOperations & videoCodecOperationFlags) != 0) in createDeviceSupportingQueue()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktCustomInstancesDevices.cpp721 vector<vk::VkQueueFamilyVideoPropertiesKHR> videoQueueFamilyProperties2; in createDeviceSupportingQueue() local
735 videoQueueFamilyProperties2.resize(queueFamilyPropertiesCount); in createDeviceSupportingQueue()
741 queueFamilyProperties2[ndx].pNext = &videoQueueFamilyProperties2[ndx]; in createDeviceSupportingQueue()
742 videoQueueFamilyProperties2[ndx].sType = vk::VK_STRUCTURE_TYPE_QUEUE_FAMILY_VIDEO_PROPERTIES_KHR; in createDeviceSupportingQueue()
743 videoQueueFamilyProperties2[ndx].pNext = &VkQueueFamilyQueryResultStatusPropertiesKHR[ndx]; in createDeviceSupportingQueue()
744 videoQueueFamilyProperties2[ndx].videoCodecOperations = 0; in createDeviceSupportingQueue()
770 if ((videoQueueFamilyProperties2[ndx].videoCodecOperations & videoCodecOperationFlags) != 0) in createDeviceSupportingQueue()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationBasicSemaphoreTests.cpp508 std::vector<VkQueueFamilyVideoPropertiesKHR> videoQueueFamilyProperties2; in basicMultiQueueCase() local
550 videoQueueFamilyProperties2.resize(queueFamilyPropertiesCount); in basicMultiQueueCase()
555 queueFamilyProperties2[ndx].pNext = &videoQueueFamilyProperties2[ndx]; in basicMultiQueueCase()
556 videoQueueFamilyProperties2[ndx].sType = vk::VK_STRUCTURE_TYPE_QUEUE_FAMILY_VIDEO_PROPERTIES_KHR; in basicMultiQueueCase()
557 videoQueueFamilyProperties2[ndx].pNext = DE_NULL; in basicMultiQueueCase()
558 videoQueueFamilyProperties2[ndx].videoCodecOperations = 0; in basicMultiQueueCase()
581 const bool usableQueue = videoQueueFamilyProperties2.empty() in basicMultiQueueCase()
582 || (videoQueueFamilyProperties2[queueNdx].videoCodecOperations & config.videoCodecOperationFlags) != 0; in basicMultiQueueCase()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationBasicSemaphoreTests.cpp428 std::vector<VkQueueFamilyVideoPropertiesKHR> videoQueueFamilyProperties2; in basicMultiQueueCase() local
470 videoQueueFamilyProperties2.resize(queueFamilyPropertiesCount); in basicMultiQueueCase()
475 queueFamilyProperties2[ndx].pNext = &videoQueueFamilyProperties2[ndx]; in basicMultiQueueCase()
476 videoQueueFamilyProperties2[ndx].sType = vk::VK_STRUCTURE_TYPE_QUEUE_FAMILY_VIDEO_PROPERTIES_KHR; in basicMultiQueueCase()
477 videoQueueFamilyProperties2[ndx].pNext = DE_NULL; in basicMultiQueueCase()
478 videoQueueFamilyProperties2[ndx].videoCodecOperations = 0; in basicMultiQueueCase()
501 const bool usableQueue = videoQueueFamilyProperties2.empty() in basicMultiQueueCase()
502 || (videoQueueFamilyProperties2[queueNdx].videoCodecOperations & config.videoCodecOperationFlags) != 0; in basicMultiQueueCase()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoCapabilitiesTests.cpp99 vector<VkQueueFamilyVideoPropertiesKHR> videoQueueFamilyProperties2; in iterate() local
109 videoQueueFamilyProperties2.resize(queueFamilyPropertiesCount); in iterate()
114 queueFamilyProperties2[ndx].pNext = &videoQueueFamilyProperties2[ndx]; in iterate()
115 videoQueueFamilyProperties2[ndx].sType = VK_STRUCTURE_TYPE_QUEUE_FAMILY_VIDEO_PROPERTIES_KHR; in iterate()
116 videoQueueFamilyProperties2[ndx].pNext = DE_NULL; in iterate()
117 videoQueueFamilyProperties2[ndx].videoCodecOperations = 0; in iterate()
129 const VkVideoCodecOperationFlagsKHR queueVideoCodecOperations = videoQueueFamilyProperties2[ndx].videoCodecOperations; in iterate()

Completed in 11 milliseconds