/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_mem_alloc_wrapper.cpp | 24 funcs.vkGetPhysicalDeviceProperties = vkGetPhysicalDeviceProperties; in InitAllocator()
|
/third_party/vk-gl-cts/build/include/ |
H A D | vk-wrappers-1-0.h | 58 PFN_vkGetPhysicalDeviceProperties vkGetPhysicalDeviceProperties; variable
|
/third_party/vk-gl-cts/build/ |
H A D | vk-wrappers-1-0.h | 58 PFN_vkGetPhysicalDeviceProperties vkGetPhysicalDeviceProperties; variable
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
H A D | BasicTests.cpp | 96 driver.vkGetPhysicalDeviceProperties(pPhysicalDevice, &physicalDeviceProperties); in TEST_F()
|
/third_party/vulkan-loader/tests/ |
H A D | loader_phys_dev_inst_ext_tests.cpp | 107 instance->vkGetPhysicalDeviceProperties(physical_device, &props); in TEST() 145 instance->vkGetPhysicalDeviceProperties(physical_device, &props); in TEST() 174 instance->vkGetPhysicalDeviceProperties(physical_device, &props); in TEST() 209 instance->vkGetPhysicalDeviceProperties(physical_device, &props); in TEST() 254 instance->vkGetPhysicalDeviceProperties(physical_device, &props); in TEST() 341 instance->vkGetPhysicalDeviceProperties(physical_devices[dev], &props); in TEST() 2708 instance->vkGetPhysicalDeviceProperties(physical_devices[dev], &pd_props); in TEST() 2968 instance->vkGetPhysicalDeviceProperties(physical_devices[dev], &pd_props); in TEST() 3227 instance->vkGetPhysicalDeviceProperties(physical_devices[dev], &pd_props); in TEST() 3878 instance->vkGetPhysicalDeviceProperties(physical_device in TEST() [all...] |
H A D | loader_regression_tests.cpp | 2804 instance->vkGetPhysicalDeviceProperties(physical_devices[dev], &props); in TEST() 2916 instance->vkGetPhysicalDeviceProperties(physical_devices[dev], &props); in TEST() 3042 instance->vkGetPhysicalDeviceProperties(physical_devices[dev], &props); in TEST() 3162 instance->vkGetPhysicalDeviceProperties(physical_devices[dev], &props); in TEST() 3322 inst->vkGetPhysicalDeviceProperties(physical_device_groups[group].physicalDevices[dev], &props); in TEST() 3511 inst->vkGetPhysicalDeviceProperties(physical_device_groups[group].physicalDevices[dev], &props); in TEST() 3988 inst->vkGetPhysicalDeviceProperties(physical_devices[0], &props); in TEST() 4010 inst->vkGetPhysicalDeviceProperties(physical_devices[0], &props); in TEST() 4263 env.vulkan_functions.vkGetPhysicalDeviceProperties(physical_device_handles[0], &(phys_dev_props[0])); in TEST() 4264 env.vulkan_functions.vkGetPhysicalDeviceProperties(physical_device_handle in TEST() [all...] |
H A D | loader_version_tests.cpp | 205 // Verify that the handles are correct by calling vkGetPhysicalDeviceProperties with them 242 env.vulkan_functions.vkGetPhysicalDeviceProperties(adapter_pds[dev], &props); in TEST() 298 env.vulkan_functions.vkGetPhysicalDeviceProperties(groups[group].physicalDevices[dev], &props); in TEST() 1002 inst.functions->vkGetPhysicalDeviceProperties(phys_devs.at(driver_index), &props); in CheckDirectDriverLoading() 1010 inst.functions->vkGetPhysicalDeviceProperties(phys_devs.at(driver_index), &props); in CheckDirectDriverLoading()
|
H A D | loader_unknown_ext_tests.cpp | 378 env.vulkan_functions.vkGetPhysicalDeviceProperties(phys_devs[0], &props); in TEST() 414 env.vulkan_functions.vkGetPhysicalDeviceProperties(phys_devs[1], &props); in TEST() 479 env.vulkan_functions.vkGetPhysicalDeviceProperties(phys_devs[0], &props); in TEST()
|
H A D | loader_layer_tests.cpp | 4554 inst->vkGetPhysicalDeviceProperties(physical_devices[dev], &props); in TEST() 4724 inst->vkGetPhysicalDeviceProperties(physical_devices[dev], &props); in TEST() 4814 inst->vkGetPhysicalDeviceProperties(phys_dev_groups[grp].physicalDevices[dev], &props); in TEST() 4997 inst->vkGetPhysicalDeviceProperties(phys_dev_groups[grp].physicalDevices[dev], &props); in TEST()
|
H A D | loader_handle_validation_tests.cpp | 482 env.vulkan_functions.vkGetPhysicalDeviceProperties(bad_physical_dev, &properties), in TEST() 483 "vkGetPhysicalDeviceProperties: Invalid physicalDevice \\[VUID-vkGetPhysicalDeviceProperties-physicalDevice-parameter\\]"); in TEST()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | device.cc | 423 ptrs_.vkGetPhysicalDeviceProperties(physical_device_, in LoadVulkanPointers() 934 GetPtrs()->vkGetPhysicalDeviceProperties(physical_device_, &properties); in IsDescriptorSetInBounds()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkGetProcAddress.cpp | 60 MAKE_VULKAN_INSTANCE_ENTRY(vkGetPhysicalDeviceProperties),
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/ |
H A D | main.cpp | 124 vkGetPhysicalDeviceProperties(gpus[i], &properties); in SetupVulkan()
|
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/ |
H A D | main.cpp | 132 vkGetPhysicalDeviceProperties(gpus[i], &properties); in SetupVulkan()
|
/third_party/vulkan-loader/loader/ |
H A D | gpa_helper.c | 41 if (!strcmp(funcName, "vkGetPhysicalDeviceProperties")) return vkGetPhysicalDeviceProperties; in trampoline_get_proc_addr()
|
/third_party/vulkan-loader/tests/framework/layer/ |
H A D | wrap_objects.cpp | 415 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceProperties(VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties *pProperties) { in vkGetPhysicalDeviceProperties() function 732 if (!strcmp(name, "GetPhysicalDeviceProperties")) return (PFN_vkVoidFunction)vkGetPhysicalDeviceProperties; in layer_intercept_instance_proc()
|
/third_party/vulkan-loader/tests/framework/ |
H A D | test_environment.cpp | 63 funcs.vkGetPhysicalDeviceProperties = GPA(vkGetPhysicalDeviceProperties); in init_vulkan_functions()
|
H A D | test_environment.h | 152 PFN_vkGetPhysicalDeviceProperties vkGetPhysicalDeviceProperties = nullptr; member
|
/third_party/glfw/tests/ |
H A D | glfwinfo.c | 1026 vkGetPhysicalDeviceProperties(pd[i], &pdp); in main()
|
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
H A D | volk.h | 631 extern PFN_vkGetPhysicalDeviceProperties vkGetPhysicalDeviceProperties;
|
H A D | volk.c | 156 vkGetPhysicalDeviceProperties = (PFN_vkGetPhysicalDeviceProperties)load(context, "vkGetPhysicalDeviceProperties"); in volkGenLoadInstance() 1246 PFN_vkGetPhysicalDeviceProperties vkGetPhysicalDeviceProperties; variable
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | VulkanHelper.cpp | 263 ChoosePhysicalDevice(vkGetPhysicalDeviceProperties, physicalDevices, icd, &mPhysicalDevice,
|
/third_party/vk-gl-cts/external/amber/src/samples/ |
H A D | config_helper_vulkan.cc | 1152 // instead call the older vkGetPhysicalDeviceProperties function. in DumpPhysicalDeviceInfo() 1181 vkGetPhysicalDeviceProperties(vulkan_physical_device_, in DumpPhysicalDeviceInfo()
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
H A D | vk_mem_alloc.h | 1524 To do it, call `vkGetPhysicalDeviceProperties()`, inspect 1921 extern PFN_vkGetPhysicalDeviceProperties vkGetPhysicalDeviceProperties; 2213 PFN_vkGetPhysicalDeviceProperties VMA_NULLABLE vkGetPhysicalDeviceProperties; member 15779 (*m_VulkanFunctions.vkGetPhysicalDeviceProperties)(m_PhysicalDevice, &m_PhysicalDeviceProperties); 15928 m_VulkanFunctions.vkGetPhysicalDeviceProperties = (PFN_vkGetPhysicalDeviceProperties)vkGetPhysicalDeviceProperties; 15968 VMA_COPY_IF_NOT_NULL(vkGetPhysicalDeviceProperties); 16016 VMA_FETCH_INSTANCE_FUNC(vkGetPhysicalDeviceProperties, PFN_vkGetPhysicalDeviceProperties, "vkGetPhysicalDeviceProperties"); 16065 VMA_ASSERT(m_VulkanFunctions.vkGetPhysicalDeviceProperties ! [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
H A D | vulkan_command_buffer_utils.cpp | 284 vkGetPhysicalDeviceProperties(info.gpus[0], &info.gpu_props); in init_enumerate_device()
|