Home
last modified time | relevance | path

Searched defs:pdev (Results 26 - 38 of 38) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.h151 VkPhysicalDevice pdev; member
/third_party/backends/backend/
H A Dhp4200.c2453 HP4200_Device *pdev; in sane_get_devices() local
H A Dsnapscan.h361 SnapScan_Device *pdev; /* the device */ member
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.c1339 struct xhci_dev_ctx *pdev; in xhci_set_address() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_image.c158 radv_are_formats_dcc_compatible(const struct radv_physical_device *pdev, const void *pNext, in radv_are_formats_dcc_compatible() argument
568 radv_image_get_plane_format(const struct radv_physical_device *pdev, const struct radv_image *image, in radv_image_get_plane_format() argument
1594 radv_get_internal_plane_count(const struct radv_physical_device *pdev, VkFormat fmt) in radv_get_internal_plane_count() argument
1602 radv_image_reset_layout(const struct radv_physical_device *pdev, struct radv_image *image) in radv_image_reset_layout() argument
1781 const struct radv_physical_device *pdev = dev->physical_device; radv_select_modifier() local
[all...]
H A Dradv_perfcounter.c217 radv_query_perfcounter_descs(struct radv_physical_device *pdev, uint32_t *count, in radv_query_perfcounter_descs() argument
297 radv_init_perfcounter_descs(struct radv_physical_device *pdev) in radv_init_perfcounter_descs() argument
[all...]
H A Dradv_device.c380 radv_perf_query_supported(const struct radv_physical_device *pdev) in radv_perf_query_supported() argument
H A Dradv_pipeline.c5461 radv_get_binning_settings(const struct radv_physical_device *pdev) in radv_get_binning_settings() argument
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_device.c902 const struct panfrost_device *pdev = &device->physical_device->pdev; panvk_queue_init() local
1008 const struct panfrost_device *pdev = &physical_device->pdev; panvk_CreateDevice() local
1086 const struct panfrost_device *pdev = &queue->device->physical_device->pdev; panvk_QueueWaitIdle() local
1381 const struct panfrost_device *pdev = &device->physical_device->pdev; panvk_CreateEvent() local
1409 const struct panfrost_device *pdev = &device->physical_device->pdev; panvk_DestroyEvent() local
1425 const struct panfrost_device *pdev = &device->physical_device->pdev; panvk_GetEventStatus() local
1454 const struct panfrost_device *pdev = &device->physical_device->pdev; panvk_SetEvent() local
1478 const struct panfrost_device *pdev = &device->physical_device->pdev; panvk_ResetEvent() local
[all...]
H A Dpanvk_vX_meta_copy.c33 panvk_meta_copy_img_emit_texture(struct panfrost_device *pdev, in panvk_meta_copy_img_emit_texture() argument
51 panvk_meta_copy_img_emit_sampler(struct panfrost_device *pdev, in panvk_meta_copy_img_emit_sampler() argument
208 panvk_meta_copy_to_img_emit_rsd(struct panfrost_device *pdev, in panvk_meta_copy_to_img_emit_rsd() argument
289 panvk_meta_copy_to_buf_emit_rsd(struct panfrost_device *pdev, in panvk_meta_copy_to_buf_emit_rsd() argument
311 panvk_meta_copy_img2img_shader(struct panfrost_device *pdev, in panvk_meta_copy_img2img_shader() argument
579 struct panfrost_device *pdev = &cmdbuf->device->physical_device->pdev; in panvk_meta_copy_img2img() local
868 panvk_meta_copy_buf2img_shader(struct panfrost_device *pdev, struct pan_pool *bin_pool, struct panvk_meta_copy_format_info key, struct pan_shader_info *shader_info) panvk_meta_copy_buf2img_shader() argument
1241 panvk_meta_copy_img2buf_shader(struct panfrost_device *pdev, struct pan_pool *bin_pool, struct panvk_meta_copy_format_info key, unsigned texdim, unsigned texisarray, struct pan_shader_info *shader_info) panvk_meta_copy_img2buf_shader() argument
1467 struct panfrost_device *pdev = &cmdbuf->device->physical_device->pdev; panvk_meta_copy_img2buf() local
1627 panvk_meta_copy_buf2buf_shader(struct panfrost_device *pdev, struct pan_pool *bin_pool, unsigned blksz, struct pan_shader_info *shader_info) panvk_meta_copy_buf2buf_shader() argument
1763 panvk_meta_fill_buf_shader(struct panfrost_device *pdev, struct pan_pool *bin_pool, struct pan_shader_info *shader_info) panvk_meta_fill_buf_shader() argument
1808 panvk_meta_fill_buf_emit_rsd(struct panfrost_device *pdev, struct pan_pool *bin_pool, struct pan_pool *desc_pool) panvk_meta_fill_buf_emit_rsd() argument
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c1430 tu_GetPhysicalDeviceMemoryProperties2(VkPhysicalDevice pdev, in tu_GetPhysicalDeviceMemoryProperties2() argument
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c92 dzn_physical_device_get_extensions(struct dzn_physical_device *pdev) in dzn_physical_device_get_extensions() argument
137 dzn_physical_device_destroy(struct dzn_physical_device *pdev) in dzn_physical_device_destroy() argument
264 dzn_physical_device_init_uuids(struct dzn_physical_device *pdev) dzn_physical_device_init_uuids() argument
313 struct dzn_physical_device *pdev = dzn_physical_device_create() local
369 dzn_physical_device_cache_caps(struct dzn_physical_device *pdev) dzn_physical_device_cache_caps() argument
452 dzn_physical_device_init_memory(struct dzn_physical_device *pdev) dzn_physical_device_init_memory() argument
520 dzn_physical_device_get_heap_flags_for_mem_type(const struct dzn_physical_device *pdev, uint32_t mem_type) dzn_physical_device_get_heap_flags_for_mem_type() argument
527 dzn_physical_device_get_mem_type_mask_for_resource(const struct dzn_physical_device *pdev, const D3D12_RESOURCE_DESC *desc) dzn_physical_device_get_mem_type_mask_for_resource() argument
570 dzn_physical_device_get_d3d12_dev(struct dzn_physical_device *pdev) dzn_physical_device_get_d3d12_dev() argument
588 dzn_physical_device_get_format_support(struct dzn_physical_device *pdev, VkFormat format) dzn_physical_device_get_format_support() argument
656 dzn_physical_device_get_format_properties(struct dzn_physical_device *pdev, VkFormat format, VkFormatProperties2 *properties) dzn_physical_device_get_format_properties() argument
758 dzn_physical_device_get_image_format_properties(struct dzn_physical_device *pdev, const VkPhysicalDeviceImageFormatInfo2 *info, VkImageFormatProperties2 *properties) dzn_physical_device_get_image_format_properties() argument
1055 dzn_physical_device_supports_compressed_format(struct dzn_physical_device *pdev, const VkFormat *formats, uint32_t format_count) dzn_physical_device_supports_compressed_format() argument
1074 dzn_physical_device_supports_bc(struct dzn_physical_device *pdev) dzn_physical_device_supports_bc() argument
1099 dzn_physical_device_supports_depth_bounds(struct dzn_physical_device *pdev) dzn_physical_device_supports_depth_bounds() argument
1868 struct dzn_physical_device *pdev = container_of(device->vk.physical, struct dzn_physical_device, vk); dzn_queue_init() local
2016 dzn_device_create(struct dzn_physical_device *pdev, const VkDeviceCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDevice *out) dzn_device_create() argument
2638 struct dzn_physical_device *pdev = dzn_GetBufferMemoryRequirements2() local
[all...]
H A Ddzn_cmd_buffer.c349 struct dzn_physical_device *pdev = in dzn_cmd_buffer_create() local
440 const struct dzn_physical_device *pdev = in dzn_cmd_buffer_reset() local
4488 struct dzn_physical_device *pdev = in dzn_CmdSetDepthBounds() local

Completed in 48 milliseconds

12