Searched defs:dst_iview (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_fmask_copy.c | 293 struct radv_image_view src_iview, dst_iview; in radv_fmask_copy() local
|
H A D | radv_meta_resolve.c | 445 struct radv_image_view dst_iview; in radv_meta_resolve_hardware_image() local 662 struct radv_image_view *dst_iview = cmd_buffer->state.attachments[dst_att.attachment].iview; in radv_cmd_buffer_resolve_subpass() local 727 struct radv_image_view *dst_iview in radv_cmd_buffer_resolve_subpass() local [all...] |
H A D | radv_meta_resolve_fs.c | 977 struct radv_image_view *dst_iview = cmd_buffer->state.attachments[dst_att.attachment].iview; in radv_depth_stencil_resolve_subpass_fs() local 613 radv_get_resolve_pipeline(struct radv_cmd_buffer *cmd_buffer, struct radv_image_view *src_iview, struct radv_image_view *dst_iview) radv_get_resolve_pipeline() argument 701 emit_depth_stencil_resolve(struct radv_cmd_buffer *cmd_buffer, struct radv_image_view *src_iview, struct radv_image_view *dst_iview, const VkExtent2D *resolve_extent, VkImageAspectFlags aspects, VkResolveModeFlagBits resolve_mode) emit_depth_stencil_resolve() argument
|
H A D | radv_meta_resolve_cs.c | 798 struct radv_image_view *dst_iview = cmd_buffer->state.attachments[dst_att.attachment].iview; in radv_cmd_buffer_resolve_subpass_cs() local 869 struct radv_image_view *dst_iview = cmd_buffer->state.attachments[dest_att.attachment].iview; in radv_depth_stencil_resolve_subpass_cs() local [all...] |
H A D | radv_meta_blit.c | 548 struct radv_image_view dst_iview, src_iview; in blit_image() local
|
H A D | radv_meta_bufimage.c | 1774 cleari_bind_descriptors(struct radv_cmd_buffer *cmd_buffer, struct radv_image_view *dst_iview) in cleari_bind_descriptors() argument 1803 struct radv_image_view dst_iview; in radv_meta_clear_image_cs() local
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_cmd_buffer.c | 892 struct v3dv_image_view *dst_iview = in cmd_buffer_subpass_handle_pending_resolves() local
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | genX_cmd_buffer.c | 7018 const struct anv_image_view *dst_iview = att->resolve_iview; in cmd_buffer_resolve_msaa_attachment() local
|
Completed in 34 milliseconds