Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkInstanceDriverImpl.inl35 …eueFamilyProperties (VkPhysicalDevice physicalDevice, deUint32* pQueueFamilyPropertyCount, VkQueue… argument
37 …m_vk.getPhysicalDeviceQueueFamilyProperties(physicalDevice, pQueueFamilyPropertyCount, pQueueFamil…
205 …amilyProperties2KHR (VkPhysicalDevice physicalDevice, deUint32* pQueueFamilyPropertyCount, VkQueue… argument
207 …m_vk.getPhysicalDeviceQueueFamilyProperties2KHR(physicalDevice, pQueueFamilyPropertyCount, pQueueF…
DvkConcreteInstanceInterface.inl10 …FamilyProperties (VkPhysicalDevice physicalDevice, deUint32* pQueueFamilyPropertyCount, VkQueue…
44 …ilyProperties2KHR (VkPhysicalDevice physicalDevice, deUint32* pQueueFamilyPropertyCount, VkQueue…
DvkVirtualInstanceInterface.inl10 …FamilyProperties (VkPhysicalDevice physicalDevice, deUint32* pQueueFamilyPropertyCount, VkQueue…
44 …ilyProperties2KHR (VkPhysicalDevice physicalDevice, deUint32* pQueueFamilyPropertyCount, VkQueue…
DvkFunctionPointerTypes.inl11 …lyPropertiesFunc) (VkPhysicalDevice physicalDevice, deUint32* pQueueFamilyPropertyCount, VkQueue…
174 …roperties2KHRFunc) (VkPhysicalDevice physicalDevice, deUint32* pQueueFamilyPropertyCount, VkQueue…
DvkNullDriverImpl.inl1129 …amilyProperties2KHR (VkPhysicalDevice physicalDevice, deUint32* pQueueFamilyPropertyCount, VkQueue… argument
1132 DE_UNREF(pQueueFamilyPropertyCount);
/external/vulkan-validation-layers/layers/
Dswapchain.cpp322 … uint32_t *pQueueFamilyPropertyCount, in GetPhysicalDeviceQueueFamilyProperties() argument
327 …e_dispatch_table->GetPhysicalDeviceQueueFamilyProperties(physicalDevice, pQueueFamilyPropertyCount, in GetPhysicalDeviceQueueFamilyProperties()
342 if (pPhysicalDevice && pQueueFamilyPropertyCount && pQueueFamilyProperties) { in GetPhysicalDeviceQueueFamilyProperties()
344 pPhysicalDevice->numOfQueueFamilies = *pQueueFamilyPropertyCount; in GetPhysicalDeviceQueueFamilyProperties()
Dobject_tracker.cpp3195 … uint32_t *pQueueFamilyPropertyCount, in GetPhysicalDeviceQueueFamilyProperties() argument
3198 …->GetPhysicalDeviceQueueFamilyProperties(physicalDevice, pQueueFamilyPropertyCount, pQueueFamilyPr… in GetPhysicalDeviceQueueFamilyProperties()
3202 for (uint32_t i = 0; i < *pQueueFamilyPropertyCount; i++) { in GetPhysicalDeviceQueueFamilyProperties()
Dparameter_validation.cpp1514 … uint32_t *pQueueFamilyPropertyCount, in GetPhysicalDeviceQueueFamilyProperties() argument
1520 …alidation_vkGetPhysicalDeviceQueueFamilyProperties(my_data->report_data, pQueueFamilyPropertyCount, in GetPhysicalDeviceQueueFamilyProperties()
1525 …->GetPhysicalDeviceQueueFamilyProperties(physicalDevice, pQueueFamilyPropertyCount, pQueueFamilyPr… in GetPhysicalDeviceQueueFamilyProperties()
Dvk_validation_layer_details.md361 …ex value | Validates that a queueFamilyIndex value is less-than pQueueFamilyPropertyCount returned…
Dvk_validation_error_database.txt40 …er to Vulkan Spec Section '4.1. Physical Devices' which states 'pQueueFamilyPropertyCount must be …
41pQueueFamilyPropertyCount is not 0, and pQueueFamilyProperties is not NULL, pQueueFamilyProperties…
60 …ueue Creation' which states 'queueFamilyIndex must be less than pQueueFamilyPropertyCount returned…
1840 …r WSI Support' which states 'queueFamilyIndex must be less than pQueueFamilyPropertyCount returned…
1844 … Mir Platform' which states 'queueFamilyIndex must be less than pQueueFamilyPropertyCount returned…
1847 …land Platform' which states 'queueFamilyIndex must be less than pQueueFamilyPropertyCount returned…
1850 …in32 Platform' which states 'queueFamilyIndex must be less than pQueueFamilyPropertyCount returned…
1852 … XCB Platform' which states 'queueFamilyIndex must be less than pQueueFamilyPropertyCount returned…
1855 …Xlib Platform' which states 'queueFamilyIndex must be less than pQueueFamilyPropertyCount returned…
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h2366 …eueFamilyProperties)(VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueue…
2536 uint32_t* pQueueFamilyPropertyCount,
3726 …amilyProperties2KHR)(VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueue…
3751 uint32_t* pQueueFamilyPropertyCount,
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp150 …ueueFamilyProperties(VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueue… in vkGetPhysicalDeviceQueueFamilyProperties() argument
154 …>layer_disp.GetPhysicalDeviceQueueFamilyProperties(vk_phys_dev, pQueueFamilyPropertyCount, pQueueF… in vkGetPhysicalDeviceQueueFamilyProperties()
/external/vulkan-validation-layers/loader/
Dtrampoline.c628 VkPhysicalDevice physicalDevice, uint32_t *pQueueFamilyPropertyCount, argument
635 unwrapped_phys_dev, pQueueFamilyPropertyCount, pQueueProperties);
Dloader.c4509 VkPhysicalDevice physicalDevice, uint32_t *pQueueFamilyPropertyCount, argument
4517 phys_dev->phys_dev, pQueueFamilyPropertyCount, pProperties);
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2425 …eueFamilyProperties)(VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueue…
2595 uint32_t* pQueueFamilyPropertyCount,
3991 …amilyProperties2KHR)(VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueue…
4016 uint32_t* pQueueFamilyPropertyCount,
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h2260 …eueFamilyProperties)(VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueue…
2430 uint32_t* pQueueFamilyPropertyCount,
Dvulkan.hpp17781 …void getQueueFamilyProperties( uint32_t* pQueueFamilyPropertyCount, QueueFamilyProperties* pQueueF… in getQueueFamilyProperties() argument
17783 …vkGetPhysicalDeviceQueueFamilyProperties( m_physicalDevice, pQueueFamilyPropertyCount, reinterpret… in getQueueFamilyProperties()
/external/mesa3d/include/vulkan/
Dvulkan.h2269 …eueFamilyProperties)(VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueue…
2439 uint32_t* pQueueFamilyPropertyCount,