Home
last modified time | relevance | path

Searched refs:radv_image_view (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_meta_resolve_cs.c312 struct radv_image_view *src_iview, in emit_resolve()
313 struct radv_image_view *dest_iview, in emit_resolve()
435 struct radv_image_view src_iview; in radv_meta_resolve_compute_image()
451 struct radv_image_view dest_iview; in radv_meta_resolve_compute_image()
515 …struct radv_image_view *src_iview = cmd_buffer->state.framebuffer->attachments[src_att.attachment]… in radv_cmd_buffer_resolve_subpass_cs()
534 …struct radv_image_view *src_iview = cmd_buffer->state.framebuffer->attachments[src_att.attachment]… in radv_cmd_buffer_resolve_subpass_cs()
535 …struct radv_image_view *dst_iview = cmd_buffer->state.framebuffer->attachments[dest_att.attachment… in radv_cmd_buffer_resolve_subpass_cs()
Dradv_meta_resolve_fs.c378 struct radv_image_view *src_iview, in emit_resolve()
379 struct radv_image_view *dest_iview, in emit_resolve()
506 struct radv_image_view src_iview; in radv_meta_resolve_fragment_image()
522 struct radv_image_view dest_iview; in radv_meta_resolve_fragment_image()
629 …struct radv_image_view *dest_iview = cmd_buffer->state.framebuffer->attachments[dest_att.attachmen… in radv_cmd_buffer_resolve_subpass_fs()
630 …struct radv_image_view *src_iview = cmd_buffer->state.framebuffer->attachments[src_att.attachment]… in radv_cmd_buffer_resolve_subpass_fs()
Dradv_meta_bufimage.c933 struct radv_image_view *iview) in create_iview()
974 struct radv_image_view *src, in itob_bind_descriptors()
1019 struct radv_image_view src_view; in radv_meta_image_to_buffer()
1052 struct radv_image_view *dst) in btoi_bind_descriptors()
1097 struct radv_image_view dst_view; in radv_meta_buffer_to_image_cs()
1127 struct radv_image_view *src, in itoi_bind_descriptors()
1128 struct radv_image_view *dst) in itoi_bind_descriptors()
1178 struct radv_image_view src_view, dst_view; in radv_meta_image_to_image_cs()
1211 struct radv_image_view *dst_iview) in cleari_bind_descriptors()
1245 struct radv_image_view dst_iview; in radv_meta_clear_image_cs()
Dradv_meta_clear.c339 const struct radv_image_view *iview = fb->attachments[pass_att].attachment; in emit_color_clear()
543 const struct radv_image_view *iview, in depth_view_can_fast_clear()
573 const struct radv_image_view *iview, in pick_depthstencil_pipeline()
612 const struct radv_image_view *iview = fb->attachments[pass_att].attachment; in emit_depthstencil_clear()
680 const struct radv_image_view *iview = fb->attachments[pass_att].attachment; in emit_fast_htile_clear()
952 const struct radv_image_view *iview = fb->attachments[pass_att].attachment; in emit_fast_color_clear()
1190 struct radv_image_view iview; in radv_clear_image_layer()
Dradv_private.h1453 struct radv_image_view { struct
1492 void radv_image_view_init(struct radv_image_view *view, argument
1593 struct radv_image_view *attachment;
1765 RADV_DEFINE_NONDISP_HANDLE_CASTS(radv_image_view, VkImageView);
Dradv_meta_resolve.c499 struct radv_image_view src_iview; in radv_CmdResolveImage()
515 struct radv_image_view dest_iview; in radv_CmdResolveImage()
Dradv_image.c976 radv_image_view_make_descriptor(struct radv_image_view *iview, in radv_image_view_make_descriptor()
1026 radv_image_view_init(struct radv_image_view *iview, in radv_image_view_init()
1276 struct radv_image_view *view; in radv_CreateImageView()
1295 RADV_FROM_HANDLE(radv_image_view, iview, _iview); in radv_DestroyImageView()
Dradv_meta_fast_clear.c609 struct radv_image_view iview; in radv_emit_color_decompress()
699 struct radv_image_view iview = {0}; in radv_decompress_dcc_compute()
Dradv_meta_blit.c267 struct radv_image_view *src_iview, in meta_emit_blit()
272 struct radv_image_view *dest_iview, in meta_emit_blit()
576 struct radv_image_view dest_iview, src_iview; in radv_CmdBlitImage()
Dradv_meta_blit2d.c41 struct radv_image_view *iview, VkFormat depth_format, in create_iview()
93 struct radv_image_view iview;
163 struct radv_image_view iview;
Dradv_meta_decompress.c362 struct radv_image_view iview; in radv_process_depth_image_inplace()
Dradv_device.c3079 static uint32_t radv_surface_max_layer_count(struct radv_image_view *iview) in radv_surface_max_layer_count()
3087 struct radv_image_view *iview) in radv_initialise_color_surface()
3294 struct radv_image_view *iview) in radv_initialise_ds_surface()
3486 struct radv_image_view *iview = radv_image_view_from_handle(_iview); in radv_CreateFramebuffer()
Dradv_descriptor_set.c634 RADV_FROM_HANDLE(radv_image_view, iview, image_info->imageView); in write_image_descriptor()
Dradv_cmd_buffer.c2091 struct radv_image_view *view = cmd_buffer->state.framebuffer->attachments[idx].attachment; in radv_handle_subpass_image_transition()