Searched refs:pvr_physical_device (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_wsi.c | 40 PVR_FROM_HANDLE(pvr_physical_device, pdevice, physicalDevice); in pvr_wsi_proc_addr() 45 VkResult pvr_wsi_init(struct pvr_physical_device *pdevice) in pvr_wsi_init() 65 void pvr_wsi_finish(struct pvr_physical_device *pdevice) in pvr_wsi_finish()
|
H A D | pvr_pipeline_cache.c | 41 struct pvr_physical_device *pdevice = device->pdevice; in pvr_pipeline_cache_load() 117 struct pvr_physical_device *pdevice = device->pdevice; in pvr_GetPipelineCacheData()
|
H A D | pvr_private.h | 187 struct pvr_physical_device { struct 217 struct pvr_physical_device physical_device; 252 struct pvr_physical_device *pdevice; 1292 const struct pvr_physical_device *pdevice, 1296 VkResult pvr_wsi_init(struct pvr_physical_device *pdevice); 1297 void pvr_wsi_finish(struct pvr_physical_device *pdevice); 1445 VK_DEFINE_HANDLE_CASTS(pvr_physical_device,
|
H A D | pvr_formats.c | 158 pvr_get_image_format_properties(struct pvr_physical_device *pdevice, in pvr_get_image_format_properties() 172 PVR_FROM_HANDLE(pvr_physical_device, pdevice, physicalDevice); in pvr_GetPhysicalDeviceImageFormatProperties2()
|
H A D | pvr_device.c | 121 const struct pvr_physical_device *pdevice, in pvr_physical_device_get_supported_extensions() 205 static void pvr_physical_device_finish(struct pvr_physical_device *pdevice) in pvr_physical_device_finish() 252 pvr_physical_device_init_uuids(struct pvr_physical_device *pdevice) in pvr_physical_device_init_uuids() 304 static VkResult pvr_physical_device_init(struct pvr_physical_device *pdevice, in pvr_physical_device_init() 599 PVR_FROM_HANDLE(pvr_physical_device, pdevice, physicalDevice); in pvr_GetPhysicalDeviceFeatures2() 667 const struct pvr_physical_device *pdevice, in pvr_calc_fscommon_size_and_tiles_in_flight() 751 pvr_get_physical_device_descriptor_limits(struct pvr_physical_device *pdevice) in pvr_get_physical_device_descriptor_limits() 797 PVR_FROM_HANDLE(pvr_physical_device, pdevice, physicalDevice); in pvr_GetPhysicalDeviceProperties2() 1074 PVR_FROM_HANDLE(pvr_physical_device, pdevice, physicalDevice); in pvr_GetPhysicalDeviceMemoryProperties2() 1568 PVR_FROM_HANDLE(pvr_physical_device, pdevic in pvr_CreateDevice() [all...] |
H A D | pvr_cmd_buffer.c | 1071 pvr_sub_cmd_compute_job_init(const struct pvr_physical_device *pdevice, in pvr_sub_cmd_compute_job_init() 1140 pvr_compute_flat_slot_size(const struct pvr_physical_device *pdevice, in pvr_compute_flat_slot_size() 1335 const struct pvr_physical_device *pdevice = cmd_buffer->device->pdevice; in pvr_compute_generate_idfwdf() 1386 const struct pvr_physical_device *pdevice = cmd_buffer->device->pdevice; in pvr_compute_generate_fence() 2937 const struct pvr_physical_device *pdevice = cmd_buffer->device->pdevice; in pvr_compute_update_shared() 2996 pvr_compute_flat_pad_workgroup_size(const struct pvr_physical_device *pdevice, in pvr_compute_flat_pad_workgroup_size() 3035 const struct pvr_physical_device *pdevice = cmd_buffer->device->pdevice; in pvr_compute_update_kernel() 3735 const struct pvr_physical_device *pdevice = cmd_buffer->device->pdevice; in pvr_setup_fragment_state_pointers()
|
Completed in 14 milliseconds