Home
last modified time | relevance | path

Searched refs:anv_physical_device (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Danv_wsi.c32 ANV_FROM_HANDLE(anv_physical_device, physical_device, physicalDevice); in anv_wsi_proc_addr()
37 anv_init_wsi(struct anv_physical_device *physical_device) in anv_init_wsi()
46 anv_finish_wsi(struct anv_physical_device *physical_device) in anv_finish_wsi()
72 ANV_FROM_HANDLE(anv_physical_device, device, physicalDevice); in anv_GetPhysicalDeviceSurfaceSupportKHR()
87 ANV_FROM_HANDLE(anv_physical_device, device, physicalDevice); in anv_GetPhysicalDeviceSurfaceCapabilitiesKHR()
99 ANV_FROM_HANDLE(anv_physical_device, device, physicalDevice); in anv_GetPhysicalDeviceSurfaceCapabilities2KHR()
112 ANV_FROM_HANDLE(anv_physical_device, device, physicalDevice); in anv_GetPhysicalDeviceSurfaceFormatsKHR()
124 ANV_FROM_HANDLE(anv_physical_device, device, physicalDevice); in anv_GetPhysicalDeviceSurfaceFormats2KHR()
136 ANV_FROM_HANDLE(anv_physical_device, device, physicalDevice); in anv_GetPhysicalDeviceSurfacePresentModesKHR()
198 struct anv_physical_device *pdevice = &device->instance->physicalDevice; in anv_AcquireNextImageKHR()
[all …]
Danv_wsi_x11.c39 ANV_FROM_HANDLE(anv_physical_device, device, physicalDevice); in anv_GetPhysicalDeviceXcbPresentationSupportKHR()
55 ANV_FROM_HANDLE(anv_physical_device, device, physicalDevice); in anv_GetPhysicalDeviceXlibPresentationSupportKHR()
Danv_device.c103 anv_physical_device_init_heaps(struct anv_physical_device *device, int fd) in anv_physical_device_init_heaps()
222 anv_physical_device_init_uuids(struct anv_physical_device *device) in anv_physical_device_init_uuids()
278 anv_physical_device_init(struct anv_physical_device *device, in anv_physical_device_init()
445 anv_physical_device_finish(struct anv_physical_device *device) in anv_physical_device_finish()
696 ANV_FROM_HANDLE(anv_physical_device, pdevice, physicalDevice); in anv_GetPhysicalDeviceFeatures()
805 ANV_FROM_HANDLE(anv_physical_device, pdevice, physicalDevice); in anv_GetPhysicalDeviceProperties()
952 ANV_FROM_HANDLE(anv_physical_device, pdevice, physicalDevice); in anv_GetPhysicalDeviceProperties2KHR()
1043 ANV_FROM_HANDLE(anv_physical_device, physical_device, physicalDevice); in anv_GetPhysicalDeviceMemoryProperties()
1264 ANV_FROM_HANDLE(anv_physical_device, device, physicalDevice); in anv_EnumerateDeviceExtensionProperties()
1325 ANV_FROM_HANDLE(anv_physical_device, physical_device, physicalDevice); in anv_CreateDevice()
[all …]
Danv_wsi_wayland.c35 ANV_FROM_HANDLE(anv_physical_device, physical_device, physicalDevice); in anv_GetPhysicalDeviceWaylandPresentationSupportKHR()
Danv_private.h211 __builtin_types_compatible_p (__typeof (o), struct anv_physical_device*), \
747 struct anv_physical_device { struct
803 struct anv_physical_device physicalDevice; argument
808 VkResult anv_init_wsi(struct anv_physical_device *physical_device);
809 void anv_finish_wsi(struct anv_physical_device *physical_device);
811 uint32_t anv_physical_device_api_version(struct anv_physical_device *dev);
812 bool anv_physical_device_extension_supported(struct anv_physical_device *dev,
2940 ANV_DEFINE_HANDLE_CASTS(anv_physical_device, VkPhysicalDevice)
Danv_formats.c659 ANV_FROM_HANDLE(anv_physical_device, physical_device, physicalDevice); in anv_GetPhysicalDeviceFormatProperties()
694 struct anv_physical_device *physical_device, in anv_get_image_format_properties()
847 ANV_FROM_HANDLE(anv_physical_device, physical_device, physicalDevice); in anv_GetPhysicalDeviceImageFormatProperties()
881 ANV_FROM_HANDLE(anv_physical_device, physical_device, physicalDevice); in anv_GetPhysicalDeviceImageFormatProperties2KHR()
Danv_pipeline_cache.c336 struct anv_physical_device *pdevice = &device->instance->physicalDevice; in anv_pipeline_cache_load()
433 struct anv_physical_device *pdevice = &device->instance->physicalDevice; in anv_GetPipelineCacheData()
Danv_android.c224 struct anv_physical_device *phys_dev = &device->instance->physicalDevice; in anv_GetSwapchainGrallocUsageANDROID()
Danv_queue.c690 ANV_FROM_HANDLE(anv_physical_device, device, physicalDevice); in anv_GetPhysicalDeviceExternalFencePropertiesKHR()
968 ANV_FROM_HANDLE(anv_physical_device, device, physicalDevice); in anv_GetPhysicalDeviceExternalSemaphorePropertiesKHR()
DgenX_query.c42 const struct anv_physical_device *pdevice = &device->instance->physicalDevice; in genX()
Danv_allocator.c1096 const struct anv_physical_device *physical_device = in anv_scratch_pool_alloc()
DgenX_pipeline.c1745 const struct anv_physical_device *physical_device =
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_extensions.h94 struct anv_physical_device;
97 anv_physical_device_get_supported_extensions(const struct anv_physical_device *device,
Danv_extensions.c92 anv_physical_device_api_version(struct anv_physical_device *dev) in anv_physical_device_api_version()
127 anv_physical_device_get_supported_extensions(const struct anv_physical_device *device, in anv_physical_device_get_supported_extensions()