/external/vulkan-validation-layers/demos/smoke/ |
Helpers.h | 94 vk::GetPhysicalDeviceQueueFamilyProperties(phy, &count, nullptr); 97 vk::GetPhysicalDeviceQueueFamilyProperties(phy, &count, queues.data());
|
/frameworks/native/vulkan/libvulkan/ |
api_gen.h | 35 PFN_vkGetPhysicalDeviceQueueFamilyProperties GetPhysicalDeviceQueueFamilyProperties;
|
api_gen.cpp | 125 INIT_PROC(instance, GetPhysicalDeviceQueueFamilyProperties); 292 VKAPI_ATTR void GetPhysicalDeviceQueueFamilyProperties(VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueueFamilyProperties* pQueueFamilyProperties); [all...] |
/external/vulkan-validation-layers/include/vulkan/ |
vk_layer.h | 186 GetPhysicalDeviceQueueFamilyProperties;
|
/external/skia/src/gpu/vk/ |
GrVkInterface.cpp | 27 GET_PROC(GetPhysicalDeviceQueueFamilyProperties);
|
/external/vulkan-validation-layers/loader/ |
loader.h | 215 GetPhysicalDeviceQueueFamilyProperties;
|
table_ops.h | 555 table->GetPhysicalDeviceQueueFamilyProperties = [all...] |
loader.c | 106 .GetPhysicalDeviceQueueFamilyProperties = [all...] |
trampoline.c | 569 disp->GetPhysicalDeviceQueueFamilyProperties( [all...] |
/frameworks/native/vulkan/nulldrv/ |
null_driver_gen.cpp | 177 {"vkGetPhysicalDeviceQueueFamilyProperties", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkGetPhysicalDeviceQueueFamilyProperties>(GetPhysicalDeviceQueueFamilyProperties))},
|
null_driver_gen.h | 37 VKAPI_ATTR void GetPhysicalDeviceQueueFamilyProperties(VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueueFamilyProperties* pQueueFamilyProperties);
|
null_driver.cpp | 516 void GetPhysicalDeviceQueueFamilyProperties( [all...] |
/external/vulkan-validation-layers/layers/ |
device_limits.cpp | 301 phy_dev_data->instance_dispatch_table->GetPhysicalDeviceQueueFamilyProperties(physicalDevice, pCount, [all...] |
object_tracker.h | [all...] |
parameter_validation.cpp | [all...] |
swapchain.cpp | 370 my_data->instance_dispatch_table->GetPhysicalDeviceQueueFamilyProperties(physicalDevice, pQueueFamilyPropertyCount, [all...] |
core_validation.cpp | [all...] |