/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_cmd_buffer.c | 104 struct panfrost_device *pdev = &cmdbuf->device->physical_device->pdev; in cmd_close_batch() local 120 pdev->thread_tls_alloc, in cmd_close_batch() 121 pdev->core_id_range); in cmd_close_batch() 137 GENX(pan_emit_fbd)(pdev, &cmdbuf->state.fb.info, &batch->tlsinfo, in cmd_close_batch() 1152 panvk_pool_init(&cmdbuf->desc_pool, &device->physical_device->pdev, in panvk_create_cmdbuf() 1155 panvk_pool_init(&cmdbuf->tls_pool, &device->physical_device->pdev, in panvk_create_cmdbuf() 1159 panvk_pool_init(&cmdbuf->varying_pool, &device->physical_device->pdev, in panvk_create_cmdbuf() 1331 const struct panfrost_device *pdev = in CmdDispatch() local 1332 &cmdbuf->device->physical_device->pdev; in CmdDispatch() [all...] |
H A D | panvk_vX_pipeline.c | 167 panfrost_bo_create(&builder->device->physical_device->pdev, in panvk_pipeline_builder_upload_shaders() 204 struct panfrost_device *pdev = in panvk_pipeline_builder_alloc_static_state_bo() local 205 &builder->device->physical_device->pdev; in panvk_pipeline_builder_alloc_static_state_bo() 233 panfrost_bo_create(pdev, bo_size, 0, "Pipeline descriptors"); in panvk_pipeline_builder_alloc_static_state_bo() 539 struct panfrost_device *pdev = &builder->device->physical_device->pdev; in panvk_pipeline_builder_parse_color_blend() local 575 panvk_per_arch(blend_needs_lowering)(pdev, &pipeline->blend.state, i) ? in panvk_pipeline_builder_parse_color_blend()
|
H A D | panvk_vX_descriptor_set.c | 308 set->desc_bo = panfrost_bo_create(&device->physical_device->pdev, in descriptor_set_create() 515 const struct panfrost_device *pdev = &dev->physical_device->pdev; in panvk_write_img_desc() local 522 set->img_fmts[img_idx] = pdev->formats[view->pview.format].hw; in panvk_write_img_desc() 554 const struct panfrost_device *pdev = &dev->physical_device->pdev; in panvk_write_img_buf_desc() local 561 set->img_fmts[img_idx] = pdev->formats[view->fmt].hw; in panvk_write_img_buf_desc()
|
H A D | panvk_private.h | 182 struct panfrost_device pdev;
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_image.c | 158 radv_are_formats_dcc_compatible(const struct radv_physical_device *pdev, const void *pNext, in radv_are_formats_dcc_compatible() argument 163 if (!radv_is_colorbuffer_format_supported(pdev, format, &blendable)) in radv_are_formats_dcc_compatible() 182 if (!radv_dcc_formats_compatible(pdev->rad_info.gfx_level, format, in radv_are_formats_dcc_compatible() 568 radv_image_get_plane_format(const struct radv_physical_device *pdev, const struct radv_image *image, in radv_image_get_plane_format() argument 571 if (pdev->emulate_etc2 && in radv_image_get_plane_format() 1594 radv_get_internal_plane_count(const struct radv_physical_device *pdev, VkFormat fmt) in radv_get_internal_plane_count() argument 1596 if (pdev->emulate_etc2 && vk_format_description(fmt)->layout == UTIL_FORMAT_LAYOUT_ETC) in radv_get_internal_plane_count() 1602 radv_image_reset_layout(const struct radv_physical_device *pdev, struct radv_image *image) in radv_image_reset_layout() argument 1611 unsigned plane_count = radv_get_internal_plane_count(pdev, image->vk.format); in radv_image_reset_layout() 1613 VkFormat format = radv_image_get_plane_format(pdev, imag in radv_image_reset_layout() 1781 const struct radv_physical_device *pdev = dev->physical_device; radv_select_modifier() local [all...] |
H A D | radv_formats.c | 1884 fill_sparse_image_format_properties(struct radv_physical_device *pdev, VkFormat format, in fill_sparse_image_format_properties() argument 1893 if (pdev->rad_info.gfx_level < GFX9) in fill_sparse_image_format_properties() 1909 RADV_FROM_HANDLE(radv_physical_device, pdev, physicalDevice); in radv_GetPhysicalDeviceSparseImageFormatProperties2() 1926 result = radv_get_image_format_properties(pdev, &fmt_info, pFormatInfo->format, &fmt_props); in radv_GetPhysicalDeviceSparseImageFormatProperties2() 1936 fill_sparse_image_format_properties(pdev, pFormatInfo->format, &prop->properties); in radv_GetPhysicalDeviceSparseImageFormatProperties2()
|
H A D | radv_private.h | 2315 struct radv_binning_settings radv_get_binning_settings(const struct radv_physical_device *pdev); 2713 bool radv_are_formats_dcc_compatible(const struct radv_physical_device *pdev, const void *pNext,
|
H A D | radv_pipeline.c | 5461 radv_get_binning_settings(const struct radv_physical_device *pdev) in radv_get_binning_settings() argument 5464 if (pdev->rad_info.has_dedicated_vram) { in radv_get_binning_settings() 5465 if (pdev->rad_info.max_render_backends > 4) { in radv_get_binning_settings() 5481 if (pdev->rad_info.has_gfx9_scissor_bug) in radv_get_binning_settings()
|
H A D | radv_device.c | 380 radv_perf_query_supported(const struct radv_physical_device *pdev) in radv_perf_query_supported() argument 384 return pdev->rad_info.gfx_level == GFX10_3 && !radv_thread_trace_enabled(); in radv_perf_query_supported()
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_buffer.c | 160 struct vn_physical_device *pdev = dev->physical_device; in vn_buffer_get_max_buffer_size() local 172 if (pdev->features.maintenance4.maintenance4) { in vn_buffer_get_max_buffer_size() 173 *out_max_buffer_size = pdev->properties.maintenance4.maxBufferSize; in vn_buffer_get_max_buffer_size()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_image.c | 74 struct dzn_physical_device *pdev = in dzn_image_create() local 204 dzn_physical_device_get_format_support(pdev, pCreateInfo->format); in dzn_image_create() 599 const struct dzn_physical_device *pdev = in dzn_image_formats_are_compatible() local 613 if (pdev->options3.CastingFullyTypedFormatSupported) { in dzn_image_formats_are_compatible() 738 struct dzn_physical_device *pdev = in dzn_GetImageMemoryRequirements2() local 768 dzn_physical_device_get_mem_type_mask_for_resource(pdev, &image->desc), in dzn_GetImageMemoryRequirements2()
|
H A D | dzn_private.h | 215 dzn_physical_device_get_format_support(struct dzn_physical_device *pdev, 219 dzn_physical_device_get_mem_type_mask_for_resource(const struct dzn_physical_device *pdev,
|
H A D | dzn_cmd_buffer.c | 349 struct dzn_physical_device *pdev = in dzn_cmd_buffer_create() local 352 assert(pool->queue_family_index < pdev->queue_family_count); in dzn_cmd_buffer_create() 355 pdev->queue_families[pool->queue_family_index].desc.Type; in dzn_cmd_buffer_create() 440 const struct dzn_physical_device *pdev = in dzn_cmd_buffer_reset() local 495 pdev->queue_families[pool->queue_family_index].desc.Type; in dzn_cmd_buffer_reset() 4488 struct dzn_physical_device *pdev = in dzn_CmdSetDepthBounds() local 4491 if (pdev->options2.DepthBoundsTestSupported) { in dzn_CmdSetDepthBounds()
|
/third_party/backends/backend/ |
H A D | sm3600.h | 161 struct usb_device *pdev; member
|
H A D | snapscan.h | 361 SnapScan_Device *pdev; /* the device */ member
|
H A D | hp4200.c | 2453 HP4200_Device *pdev; in sane_get_devices() local 2471 for (i = 0, pdev = first_device; pdev; i++, pdev = pdev->next) in sane_get_devices() 2473 devlist[i] = &(pdev->dev); in sane_get_devices()
|
H A D | kvs1025_low.c | 47 kv_free (KV_DEV ** pdev) in kv_free() argument 51 dev = *pdev; in kv_free() 77 *pdev = NULL; in kv_free()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_screen.h | 151 VkPhysicalDevice pdev; member
|
H A D | zink_kopper.c | 108 error = VKSCR(GetPhysicalDeviceSurfaceSupportKHR)(screen->pdev, screen->gfx_queue, surface, &supported); in kopper_CreateSurface() 114 error = VKSCR(GetPhysicalDeviceSurfacePresentModesKHR)(screen->pdev, surface, &count, modes); in kopper_CreateSurface() 327 VkResult error = VKSCR(GetPhysicalDeviceSurfaceCapabilitiesKHR)(screen->pdev, cdt->surface, &cdt->caps); in update_caps()
|
H A D | zink_resource.c | 233 ret = VKSCR(GetPhysicalDeviceImageFormatProperties2)(screen->pdev, &info, &props2); in check_ici() 239 ret = VKSCR(GetPhysicalDeviceImageFormatProperties)(screen->pdev, ici->format, ici->imageType, in check_ici()
|
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/ |
H A D | str_agp.h | 370 int (*chipset_setup) (struct pci_dev *pdev); // used to override generic
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | xhci.c | 1339 struct xhci_dev_ctx *pdev; in xhci_set_address() local 1432 pdev = buf_dev.buffer; in xhci_set_address() 1435 temp = xhci_ctx_get_le32(sc, &pdev->ctx_slot.dwSctx3); in xhci_set_address()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 1430 tu_GetPhysicalDeviceMemoryProperties2(VkPhysicalDevice pdev, in tu_GetPhysicalDeviceMemoryProperties2() argument 1433 TU_FROM_HANDLE(tu_physical_device, physical_device, pdev); in tu_GetPhysicalDeviceMemoryProperties2()
|