Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.cpp54 deUint32 queueFamilyPropertiesCount = 0u; in createDeviceSupportingQueues() local
55 …instance.getPhysicalDeviceQueueFamilyProperties(physicalDevice, &queueFamilyPropertiesCount, DE_NU… in createDeviceSupportingQueues()
57 if (queueFamilyPropertiesCount == 0u) in createDeviceSupportingQueues()
63 queueFamilyProperties.resize(queueFamilyPropertiesCount); in createDeviceSupportingQueues()
65 …instance.getPhysicalDeviceQueueFamilyProperties(physicalDevice, &queueFamilyPropertiesCount, &queu… in createDeviceSupportingQueues()
/external/vulkan-validation-layers/layers/
Ddevice_limits.h66 uint32_t queueFamilyPropertiesCount; member
73 : vkGetPhysicalDeviceQueueFamilyPropertiesState(UNCALLED), queueFamilyPropertiesCount(0), in _PHYSICAL_DEVICE_STATE()
Ddevice_limits.cpp287 if (phy_dev_data->physicalDeviceState->queueFamilyPropertiesCount != *pCount) { in vkGetPhysicalDeviceQueueFamilyProperties()
295 … *pCount, phy_dev_data->physicalDeviceState->queueFamilyPropertiesCount); in vkGetPhysicalDeviceQueueFamilyProperties()
304 phy_dev_data->physicalDeviceState->queueFamilyPropertiesCount = *pCount; in vkGetPhysicalDeviceQueueFamilyProperties()