Searched refs:dzn_image_view (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_private.h | 344 struct dzn_image_view; 377 const struct dzn_image_view *iview); 451 struct dzn_image_view *iview; 455 struct dzn_image_view *iview; 933 struct dzn_image_view { struct 943 struct dzn_image_view *iview, argument 947 dzn_image_view_finish(struct dzn_image_view *iview); 1117 VK_DEFINE_NONDISP_HANDLE_CASTS(dzn_image_view, vk.base, VkImageView, VK_OBJECT_TYPE_IMAGE_VIEW)
|
D | dzn_image.c | 847 dzn_image_view_prepare_srv_desc(struct dzn_image_view *iview) in dzn_image_view_prepare_srv_desc() 955 dzn_image_view_prepare_uav_desc(struct dzn_image_view *iview) in dzn_image_view_prepare_uav_desc() 1009 dzn_image_view_prepare_rtv_desc(struct dzn_image_view *iview) in dzn_image_view_prepare_rtv_desc() 1081 dzn_image_view_prepare_dsv_desc(struct dzn_image_view *iview) in dzn_image_view_prepare_dsv_desc() 1133 dzn_image_view_finish(struct dzn_image_view *iview) in dzn_image_view_finish() 1140 struct dzn_image_view *iview, in dzn_image_view_init() 1187 dzn_image_view_destroy(struct dzn_image_view *iview, in dzn_image_view_destroy() 1205 struct dzn_image_view *iview = in dzn_image_view_create()
|
D | dzn_descriptor_set.c | 867 const struct dzn_image_view *iview) in dzn_descriptor_heap_write_image_view_desc() 1163 const struct dzn_image_view *iview) in dzn_descriptor_set_write_image_view_desc() 1189 const struct dzn_image_view *iview) in dzn_descriptor_set_ptr_write_image_view_desc() 1712 VK_FROM_HANDLE(dzn_image_view, iview, pImageInfo->imageView); in dzn_descriptor_set_write() 1731 VK_FROM_HANDLE(dzn_image_view, iview, pImageInfo->imageView); in dzn_descriptor_set_write() 2075 VK_FROM_HANDLE(dzn_image_view, iview, info->imageView); in dzn_UpdateDescriptorSetWithTemplate() 2095 VK_FROM_HANDLE(dzn_image_view, iview, info->imageView); in dzn_UpdateDescriptorSetWithTemplate()
|
D | dzn_cmd_buffer.c | 1370 struct dzn_image_view *view, in dzn_cmd_buffer_clear_attachment() 1924 struct dzn_image_view iview; in dzn_cmd_buffer_blit_prepare_src_view() 3375 struct dzn_image_view *view = NULL; in dzn_CmdClearAttachments() 3418 struct dzn_image_view *src = att->iview; in dzn_cmd_buffer_resolve_rendering_attachment() 3419 struct dzn_image_view *dst = att->resolve.iview; in dzn_cmd_buffer_resolve_rendering_attachment() 3487 VK_FROM_HANDLE(dzn_image_view, iview, att->imageView); in dzn_rendering_attachment_initial_transition() 3536 VK_FROM_HANDLE(dzn_image_view, iview, att->imageView); in dzn_CmdBeginRendering() 3591 struct dzn_image_view *z_iview = in dzn_CmdBeginRendering() 3595 struct dzn_image_view *s_iview = in dzn_CmdBeginRendering() 3599 struct dzn_image_view *iview = z_iview ? z_iview : s_iview; in dzn_CmdBeginRendering() [all …]
|