Searched refs:anv_physical_device (Results 1 – 14 of 14) sorted by relevance
/external/mesa3d/src/intel/vulkan/ |
D | anv_wsi.c | 32 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 …]
|
D | anv_wsi_x11.c | 39 ANV_FROM_HANDLE(anv_physical_device, device, physicalDevice); in anv_GetPhysicalDeviceXcbPresentationSupportKHR() 55 ANV_FROM_HANDLE(anv_physical_device, device, physicalDevice); in anv_GetPhysicalDeviceXlibPresentationSupportKHR()
|
D | anv_device.c | 103 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 …]
|
D | anv_wsi_wayland.c | 35 ANV_FROM_HANDLE(anv_physical_device, physical_device, physicalDevice); in anv_GetPhysicalDeviceWaylandPresentationSupportKHR()
|
D | anv_private.h | 211 __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)
|
D | anv_formats.c | 659 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()
|
D | anv_pipeline_cache.c | 336 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()
|
D | anv_android.c | 224 struct anv_physical_device *phys_dev = &device->instance->physicalDevice; in anv_GetSwapchainGrallocUsageANDROID()
|
D | anv_queue.c | 690 ANV_FROM_HANDLE(anv_physical_device, device, physicalDevice); in anv_GetPhysicalDeviceExternalFencePropertiesKHR() 968 ANV_FROM_HANDLE(anv_physical_device, device, physicalDevice); in anv_GetPhysicalDeviceExternalSemaphorePropertiesKHR()
|
D | genX_query.c | 42 const struct anv_physical_device *pdevice = &device->instance->physicalDevice; in genX()
|
D | anv_allocator.c | 1096 const struct anv_physical_device *physical_device = in anv_scratch_pool_alloc()
|
D | genX_pipeline.c | 1745 const struct anv_physical_device *physical_device =
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_extensions.h | 94 struct anv_physical_device; 97 anv_physical_device_get_supported_extensions(const struct anv_physical_device *device,
|
D | anv_extensions.c | 92 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()
|