Searched defs:pQueueFamilyPropertyCount (Results 1 - 7 of 7) sorted by relevance

/external/vulkan-validation-layers/layers/
H A Dswapchain.cpp322 uint32_t *pQueueFamilyPropertyCount,
327 my_data->instance_dispatch_table->GetPhysicalDeviceQueueFamilyProperties(physicalDevice, pQueueFamilyPropertyCount,
342 if (pPhysicalDevice && pQueueFamilyPropertyCount && pQueueFamilyProperties) {
344 pPhysicalDevice->numOfQueueFamilies = *pQueueFamilyPropertyCount;
321 GetPhysicalDeviceQueueFamilyProperties(VkPhysicalDevice physicalDevice, uint32_t *pQueueFamilyPropertyCount, VkQueueFamilyProperties *pQueueFamilyProperties) argument
H A Dobject_tracker.cpp3195 uint32_t *pQueueFamilyPropertyCount,
3198 ->GetPhysicalDeviceQueueFamilyProperties(physicalDevice, pQueueFamilyPropertyCount, pQueueFamilyProperties);
3202 for (uint32_t i = 0; i < *pQueueFamilyPropertyCount; i++) {
3194 GetPhysicalDeviceQueueFamilyProperties(VkPhysicalDevice physicalDevice, uint32_t *pQueueFamilyPropertyCount, VkQueueFamilyProperties *pQueueFamilyProperties) argument
H A Dparameter_validation.cpp1514 uint32_t *pQueueFamilyPropertyCount,
1520 skip_call |= parameter_validation_vkGetPhysicalDeviceQueueFamilyProperties(my_data->report_data, pQueueFamilyPropertyCount,
1525 ->GetPhysicalDeviceQueueFamilyProperties(physicalDevice, pQueueFamilyPropertyCount, pQueueFamilyProperties);
1513 GetPhysicalDeviceQueueFamilyProperties(VkPhysicalDevice physicalDevice, uint32_t *pQueueFamilyPropertyCount, VkQueueFamilyProperties *pQueueFamilyProperties) argument
/external/vulkan-validation-layers/loader/
H A Dloader.c4509 VkPhysicalDevice physicalDevice, uint32_t *pQueueFamilyPropertyCount,
4517 phys_dev->phys_dev, pQueueFamilyPropertyCount, pProperties);
4508 terminator_GetPhysicalDeviceQueueFamilyProperties( VkPhysicalDevice physicalDevice, uint32_t *pQueueFamilyPropertyCount, VkQueueFamilyProperties *pProperties) argument
H A Dtrampoline.c628 VkPhysicalDevice physicalDevice, uint32_t *pQueueFamilyPropertyCount,
635 unwrapped_phys_dev, pQueueFamilyPropertyCount, pQueueProperties);
627 vkGetPhysicalDeviceQueueFamilyProperties( VkPhysicalDevice physicalDevice, uint32_t *pQueueFamilyPropertyCount, VkQueueFamilyProperties *pQueueProperties) argument
/external/vulkan-validation-layers/tests/layers/
H A Dwrap_objects.cpp150 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceQueueFamilyProperties(VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueueFamilyProperties* pQueueFamilyProperties) argument
154 phys_dev->inst->layer_disp.GetPhysicalDeviceQueueFamilyProperties(vk_phys_dev, pQueueFamilyPropertyCount, pQueueFamilyProperties);
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.hpp17781 void getQueueFamilyProperties( uint32_t* pQueueFamilyPropertyCount, QueueFamilyProperties* pQueueFamilyProperties ) const argument
17783 vkGetPhysicalDeviceQueueFamilyProperties( m_physicalDevice, pQueueFamilyPropertyCount, reinterpret_cast<VkQueueFamilyProperties*>( pQueueFamilyProperties ) );

Completed in 306 milliseconds