/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_sync.c | 44 struct dzn_device *ddev = container_of(device, struct dzn_device, vk); in dzn_sync_init() 110 struct dzn_device *ddev = container_of(device, struct dzn_device, vk); in dzn_sync_move() 134 struct dzn_device *ddev = container_of(device, struct dzn_device, vk); in dzn_sync_wait()
|
D | dzn_meta.c | 34 dzn_meta_compile_shader(struct dzn_device *device, nir_shader *nir, in dzn_meta_compile_shader() 101 dzn_meta_indirect_draw_finish(struct dzn_device *device, enum dzn_indirect_draw_type type) in dzn_meta_indirect_draw_finish() 113 dzn_meta_indirect_draw_init(struct dzn_device *device, in dzn_meta_indirect_draw_init() 247 dzn_meta_triangle_fan_rewrite_index_finish(struct dzn_device *device, in dzn_meta_triangle_fan_rewrite_index_finish() 262 dzn_meta_triangle_fan_rewrite_index_init(struct dzn_device *device, in dzn_meta_triangle_fan_rewrite_index_init() 432 dzn_meta_blits_get_vs(struct dzn_device *device) in dzn_meta_blits_get_vs() 471 dzn_meta_blits_get_fs(struct dzn_device *device, in dzn_meta_blits_get_fs() 521 dzn_meta_blit_destroy(struct dzn_device *device, struct dzn_meta_blit *blit) in dzn_meta_blit_destroy() 535 dzn_meta_blit_create(struct dzn_device *device, const struct dzn_meta_blit_key *key) in dzn_meta_blit_create() 694 dzn_meta_blits_get_context(struct dzn_device *device, in dzn_meta_blits_get_context() [all …]
|
D | dzn_private.h | 80 struct dzn_device; 173 dzn_meta_blits_get_context(struct dzn_device *device, 245 struct dzn_device { struct 265 void dzn_meta_finish(struct dzn_device *device); argument 267 VkResult dzn_meta_init(struct dzn_device *device); 270 dzn_meta_blits_get_context(struct dzn_device *device, 274 dzn_device_create_root_sig(struct dzn_device *device, 406 struct dzn_device *device, 419 struct dzn_device *device, 736 struct dzn_device *device; [all …]
|
D | dzn_device.c | 1734 struct dzn_device *device = container_of(queue->vk.base.device, struct dzn_device, vk); in dzn_queue_sync_wait() 1754 struct dzn_device *device = container_of(queue->vk.base.device, struct dzn_device, vk); in dzn_queue_sync_signal() 1774 struct dzn_device *device = container_of(q->base.device, struct dzn_device, vk); in dzn_queue_submit() 1864 struct dzn_device *device, in dzn_queue_init() 1935 dzn_device_query_init(struct dzn_device *device) in dzn_device_query_init() 1973 dzn_device_query_finish(struct dzn_device *device) in dzn_device_query_finish() 1980 dzn_device_destroy(struct dzn_device *device, const VkAllocationCallbacks *pAllocator) in dzn_device_destroy() 2007 struct dzn_device *device = container_of(dev, struct dzn_device, vk); in dzn_device_check_status() 2030 VK_MULTIALLOC_DECL(&ma, struct dzn_device, device, 1); in dzn_device_create() 2133 dzn_device_create_root_sig(struct dzn_device *device, in dzn_device_create_root_sig() [all …]
|
D | dzn_cmd_buffer.c | 92 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); in dzn_cmd_buffer_queue_transition_barriers() 348 struct dzn_device *device = container_of(pool->base.device, struct dzn_device, vk); in dzn_cmd_buffer_create() 439 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); in dzn_cmd_buffer_reset() 512 VK_FROM_HANDLE(dzn_device, dev, device); in dzn_AllocateCommandBuffers() 568 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); in dzn_cmd_buffer_gather_events() 597 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); in dzn_cmd_buffer_dynbitset_reserve() 679 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); in dzn_cmd_buffer_create_query_pool_state() 710 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); in dzn_cmd_buffer_get_query_pool_state() 740 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); in dzn_cmd_buffer_collect_queries() 822 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); in dzn_cmd_buffer_collect_query_ops() [all …]
|
D | dzn_image.c | 56 struct dzn_device *device = container_of(image->vk.base.device, struct dzn_device, vk); in dzn_image_destroy() 66 dzn_image_create(struct dzn_device *device, in dzn_image_create() 594 dzn_image_formats_are_compatible(const struct dzn_device *device, in dzn_image_formats_are_compatible() 658 dzn_swapchain_get_image(struct dzn_device *device, in dzn_swapchain_get_image() 680 VK_FROM_HANDLE(dzn_device, device, dev); in dzn_BindImageMemory2() 736 VK_FROM_HANDLE(dzn_device, device, _device); in dzn_GetImageMemoryRequirements2() 790 VK_FROM_HANDLE(dzn_device, device, _device); in dzn_GetImageSubresourceLayout() 1139 dzn_image_view_init(struct dzn_device *device, in dzn_image_view_init() 1193 struct dzn_device *device = container_of(iview->vk.base.device, struct dzn_device, vk); in dzn_image_view_destroy() 1200 dzn_image_view_create(struct dzn_device *device, in dzn_image_view_create() [all …]
|
D | dzn_pipeline.c | 160 dzn_graphics_pipeline_prepare_for_variants(struct dzn_device *device, in dzn_graphics_pipeline_prepare_for_variants() 191 dzn_pipeline_get_nir_shader(struct dzn_device *device, in dzn_pipeline_get_nir_shader() 342 dzn_pipeline_compile_shader(struct dzn_device *device, in dzn_pipeline_compile_shader() 663 dzn_graphics_pipeline_compile_shaders(struct dzn_device *device, in dzn_graphics_pipeline_compile_shaders() 1061 dzn_graphics_pipeline_translate_ia(struct dzn_device *device, in dzn_graphics_pipeline_translate_ia() 1509 struct dzn_device *device, in dzn_pipeline_init() 1602 dzn_graphics_pipeline_create(struct dzn_device *device, in dzn_graphics_pipeline_create() 1799 struct dzn_device *device = in dzn_graphics_pipeline_get_state() 1800 container_of(pipeline->base.base.device, struct dzn_device, vk); in dzn_graphics_pipeline_get_state() 1890 struct dzn_device *device = in dzn_graphics_pipeline_get_indirect_cmd_sig() [all …]
|
D | dzn_query.c | 65 struct dzn_device *device = container_of(qpool->base.device, struct dzn_device, vk); in dzn_query_pool_destroy() 90 dzn_query_pool_create(struct dzn_device *device, in dzn_query_pool_create()
|
D | dzn_descriptor_set.c | 134 dzn_descriptor_set_layout_create(struct dzn_device *device, in dzn_descriptor_set_layout_create() 547 dzn_pipeline_layout_create(struct dzn_device *device, in dzn_pipeline_layout_create() 801 struct dzn_device *device, in dzn_descriptor_heap_init() 1281 struct dzn_device *device, in dzn_descriptor_set_init() 1335 struct dzn_device *device = container_of(pool->base.device, struct dzn_device, vk); in dzn_descriptor_pool_destroy() 1347 dzn_descriptor_pool_create(struct dzn_device *device, in dzn_descriptor_pool_create() 1419 struct dzn_device *device = container_of(pool->base.device, struct dzn_device, vk); in dzn_descriptor_pool_defragment_heap() 1498 struct dzn_device *device, in dzn_descriptor_heap_pool_init() 1518 struct dzn_device *device, uint32_t desc_count, in dzn_descriptor_heap_pool_alloc_slots() 1595 VK_FROM_HANDLE(dzn_device, device, dev); in dzn_AllocateDescriptorSets() [all …]
|
D | meson.build | 36 'dzn_device.c',
|