Home
last modified time | relevance | path

Searched defs:queueFamilyProperties (Results 1 – 25 of 106) sorted by relevance

12345

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp644 const vector<VkQueueFamilyProperties> queueFamilyProperties = in createDeviceTest() local
718 const vector<VkQueueFamilyProperties> queueFamilyProperties = in createMultipleDevicesTest() local
886 uint32_t getGlobalMaxQueueCount(const vector<VkQueueFamilyProperties> &queueFamilyProperties) in getGlobalMaxQueueCount()
907 const vector<VkQueueFamilyProperties> queueFamilyProperties = in createDeviceWithVariousQueueCountsTest() local
1335 const vector<VkQueueFamilyProperties> queueFamilyProperties = in createDeviceFeatures2Test() local
1637 const vector<VkQueueFamilyProperties> queueFamilyProperties = in createDeviceWithUnsupportedFeaturesTest() local
1861 const VkQueueFamilyProperties &queueFamilyProperties = queueProps[queueNdx]; in findQueueFamiliesWithCaps() local
2057 vector<VkQueueFamilyProperties> queueFamilyProperties = in createDeviceQueue2WithTwoQueuesSmokeTest() local
2106 map<uint32_t, VkQueueFamilyProperties> queueFamilyProperties = in createDeviceQueue2WithAllProtectedQueues() local
2140 map<uint32_t, VkQueueFamilyProperties> queueFamilyProperties = in createDeviceQueue2WithAllUnprotectedQueues() local
[all …]
H A DvktApiVersionCheck.cpp662 …const auto queueFamilyProperties = getPhysicalDeviceQueueFamilyProperties(*instanceDriver, physica… in iterate() local
H A DvktApiBufferMemoryRequirementsTests.cpp349 std::vector<VkQueueFamilyProperties2> queueFamilyProperties( in readVideoCodecOperationFlagsKHR() local
H A DvktApiBufferMarkerTests.cpp103 const std::vector<VkQueueFamilyProperties> queueFamilyProperties = in createDeviceWithExtension() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBase.cpp51 uint32_t findMatchingQueueFamilyIndex(const std::vector<VkQueueFamilyProperties> &queueFamilyProper… in findMatchingQueueFamilyIndex()
120 std::vector<VkQueueFamilyProperties> queueFamilyProperties; in createDeviceSupportingQueues() local
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
H A DvkGetDeviceProcAddr.inl31 …const std::vector<VkQueueFamilyProperties> queueFamilyProperties = getPhysicalDeviceQueueFamily… local
H A DvkDeviceFeatures2.inl5140 …const vector<VkQueueFamilyProperties> queueFamilyProperties = getPhysicalDeviceQueueFamilyProperti… local
5199 …const vector<VkQueueFamilyProperties> queueFamilyProperties = getPhysicalDeviceQueueFamilyProperti… local
5265 …const vector<VkQueueFamilyProperties> queueFamilyProperties = getPhysicalDeviceQueueFamilyProperti… local
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
H A DvkGetDeviceProcAddr.inl31 …const std::vector<VkQueueFamilyProperties> queueFamilyProperties = getPhysicalDeviceQueueFamily… local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationTimelineSemaphoreTests.cpp1285 const std::vector<VkQueueFamilyProperties> queueFamilyProperties) in getQueueCreateInfo()
1303 const std::vector<VkQueueFamilyProperties> queueFamilyProperties = in createTestDevice() local
1468 const std::vector<VkQueueFamilyProperties> queueFamilyProperties = in WaitBeforeSignalTestInstance() local
1920 const std::vector<VkQueueFamilyProperties> queueFamilyProperties = in OneToNTestInstance() local
H A DvktSynchronizationOperationMultiQueueTests.cpp133 const std::vector<VkQueueFamilyProperties> queueFamilyProperties = in MultiQueues() local
914 const std::vector<VkQueueFamilyProperties> queueFamilyProperties = in checkSupport() local
H A DvktSynchronizationSignalOrderTests.cpp117 const std::vector<VkQueueFamilyProperties> queueFamilyProperties = in createTestDevice() local
1182 const std::vector<VkQueueFamilyProperties> queueFamilyProperties = in QueueSubmitSignalOrderTestInstance() local
H A DvktSynchronizationBasicSemaphoreTests.cpp564 std::vector<VkQueueFamilyProperties> queueFamilyProperties; in basicMultiQueueCase() local
H A DvktSynchronizationCrossInstanceSharingTests.cpp305 const std::vector<vk::VkQueueFamilyProperties> queueFamilyProperties = in createTestDevice() local
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp251 vector<VkQueueFamilyProperties> queueFamilyProperties; in createQueues() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawConcurrentTests.cpp128 std::vector<VkQueueFamilyProperties> queueFamilyProperties; in iterate() local
/aosp_15_r20/cts/tests/tests/graphics/jni/
H A DVulkanPreTransformTestHelpers.cpp212 std::vector<VkQueueFamilyProperties> queueFamilyProperties(queueFamilyCount); in init() local
H A DVulkanTestHelpers.cpp171 std::vector<VkQueueFamilyProperties> queueFamilyProperties(queueFamilyCount); in init() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_caps_utils.cpp200 uint32_t GetTimestampValidBits(const std::vector<VkQueueFamilyProperties> &queueFamilyProperties, in GetTimestampValidBits()
H A DCommandProcessor.cpp1922 void QueueFamily::initialize(const VkQueueFamilyProperties &queueFamilyProperties, in initialize()
1929 uint32_t QueueFamily::FindIndex(const std::vector<VkQueueFamilyProperties> &queueFamilyProperties, in FindIndex()
/aosp_15_r20/hardware/google/gfxstream/host/tests/
DCompositorVk_unittest.cpp304 std::vector<VkQueueFamilyProperties> queueFamilyProperties(queueFamilyCount); in pickPhysicalDevice() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/
H A DvktCustomInstancesDevices.cpp866 …const vk::VkQueueFamilyProperties &queueFamilyProperties = queueFamilyProperties2[ndx].queueFamily… in createDeviceSupportingQueue() local
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkWsiUtil.cpp515 std::vector<VkQueueFamilyProperties> queueFamilyProperties(numTotalFamilyIndices); in getSupportedQueueFamilyIndices() local
/aosp_15_r20/external/angle/src/tests/test_utils/
H A DVulkanHelper.cpp267 std::vector<VkQueueFamilyProperties> queueFamilyProperties = in initialize() local
/aosp_15_r20/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_funcs.hpp253 …VULKAN_HPP_NAMESPACE::QueueFamilyProperties, QueueFamilyPropertiesAllocator> queueFamilyProperties; in getQueueFamilyProperties() local
273 …NAMESPACE::QueueFamilyProperties, QueueFamilyPropertiesAllocator> queueFamilyProperties( queueFami… in getQueueFamilyProperties() local
4097 …LKAN_HPP_NAMESPACE::QueueFamilyProperties2, QueueFamilyProperties2Allocator> queueFamilyProperties; in getQueueFamilyProperties2() local
4117 …MESPACE::QueueFamilyProperties2, QueueFamilyProperties2Allocator> queueFamilyProperties( queueFami… in getQueueFamilyProperties2() local
4138 std::vector<VULKAN_HPP_NAMESPACE::QueueFamilyProperties2> queueFamilyProperties; in getQueueFamilyProperties2() local
4168 std::vector<VULKAN_HPP_NAMESPACE::QueueFamilyProperties2> queueFamilyProperties; in getQueueFamilyProperties2() local
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DVkDecoderInternalStructs.h189 std::vector<VkQueueFamilyProperties> queueFamilyProperties; member

12345