Home
last modified time | relevance | path

Searched defs:instance_info (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/mesa3d/src/vulkan/device-select-layer/
H A Ddevice_select_layer.c47 struct instance_info { struct
48 PFN_vkDestroyInstance DestroyInstance;
49 PFN_vkEnumeratePhysicalDevices EnumeratePhysicalDevices;
50 PFN_vkEnumeratePhysicalDeviceGroups EnumeratePhysicalDeviceGroups;
51 PFN_vkGetInstanceProcAddr GetInstanceProcAddr;
52 PFN_vkEnumerateDeviceExtensionProperties EnumerateDeviceExtensionProperties;
53 PFN_vkGetPhysicalDeviceProperties GetPhysicalDeviceProperties;
54 PFN_vkGetPhysicalDeviceProperties2 GetPhysicalDeviceProperties2;
55 bool has_pci_bus, has_vulkan11;
56 bool has_wayland, has_xcb;
[all …]
/aosp_15_r20/external/cronet/components/nacl/renderer/
H A Dppb_nacl_private_impl.cc142 std::unique_ptr<InstanceInfo> instance_info; member in nacl::__anona7f9a1e70111::NaClPluginInstance
422 InstanceInfo instance_info; in LaunchSelLdr() local
562 std::unique_ptr<InstanceInfo> instance_info = in StartPpapiProxy() local
/aosp_15_r20/cts/hostsidetests/gputools/apps/jni/
H A Dandroid_gputools_cts_RootlessGpuDebug.cpp70 const VkInstanceCreateInfo instance_info = { in initVulkan() local
/aosp_15_r20/frameworks/native/vulkan/vkjson/
H A Dvkjson_instance.cc349 VkInstanceCreateInfo instance_info = { in VkJsonGetInstance() local
/aosp_15_r20/external/deqp-deps/amber/samples/
Dconfig_helper_vulkan.cc687 VkInstanceCreateInfo instance_info = VkInstanceCreateInfo(); in CreateVulkanInstance() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_types.h1464 struct zink_instance_info instance_info; member