Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp7063 const auto &qfp = GetPhysicalDeviceState()->queue_family_properties[pool->queueFamilyIndex]; in ValidatePipelineBindPoint() local
7064 if (0 == (qfp.queueFlags & flag_mask.at(bind_point))) { in ValidatePipelineBindPoint()
12384 std::vector<VkQueueFamilyProperties2KHR> qfp; in PostCallRecordGetPhysicalDeviceQueueFamilyProperties() local
12385 qfp.resize(*pQueueFamilyPropertyCount); in PostCallRecordGetPhysicalDeviceQueueFamilyProperties()
12388 qfp[i].sType = VK_STRUCTURE_TYPE_QUEUE_FAMILY_PROPERTIES_2_KHR; in PostCallRecordGetPhysicalDeviceQueueFamilyProperties()
12389 qfp[i].pNext = nullptr; in PostCallRecordGetPhysicalDeviceQueueFamilyProperties()
12390 qfp[i].queueFamilyProperties = pQueueFamilyProperties[i]; in PostCallRecordGetPhysicalDeviceQueueFamilyProperties()
12392 pqfp = qfp.data(); in PostCallRecordGetPhysicalDeviceQueueFamilyProperties()