Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
Dvk_fn_info.h38 REGISTER_VK_FN_INFO(GetPhysicalDeviceProperties2,
DVkCommonOperations.cpp733 vk_util::vk_fn_info::GetPhysicalDeviceProperties2>( in createGlobalVkEmulation()
DVkDecoderGlobalState.cpp1107 vk_util::vk_fn_info::GetPhysicalDeviceProperties2>( in on_vkEnumeratePhysicalDevices()
/hardware/google/gfxstream/guest/mesa/src/vulkan/device-select-layer/
Ddevice_select_layer.c54 PFN_vkGetPhysicalDeviceProperties2 GetPhysicalDeviceProperties2; member
170 DEVSEL_GET_CB(GetPhysicalDeviceProperties2); in device_select_CreateInstance()
191 … if (info->GetPhysicalDeviceProperties2 && properties->properties.apiVersion >= VK_API_VERSION_1_1) in get_device_properties()
192 info->GetPhysicalDeviceProperties2(device, properties); in get_device_properties()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_physical_device.c135 pdevice->dispatch_table.GetPhysicalDeviceProperties2(physicalDevice, in vk_common_GetPhysicalDeviceProperties()
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.c88 WSI_GET_CB(GetPhysicalDeviceProperties2); in wsi_device_init()
102 GetPhysicalDeviceProperties2(pdevice, &pdp2); in wsi_device_init()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkTests.cpp436 TEST_P(GfxstreamEnd2EndVkTest, GetPhysicalDeviceProperties2) { in TEST_P() argument