| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_meta_resolve_fs.c | 373 struct radv_image_view *dest_iview, 415 unsigned fs_key = radv_format_meta_fs_key(dest_iview->vk_format); 522 struct radv_image_view dest_iview; local in function:radv_meta_resolve_fragment_image 523 radv_image_view_init(&dest_iview, cmd_buffer->device, 545 radv_image_view_to_handle(&dest_iview), 569 &dest_iview, 616 struct radv_image_view *dest_iview = cmd_buffer->state.framebuffer->attachments[dest_att.attachment].attachment; local in function:radv_cmd_buffer_resolve_subpass_fs 629 dest_iview, 371 emit_resolve(struct radv_cmd_buffer * cmd_buffer,struct radv_image_view * src_iview,struct radv_image_view * dest_iview,const VkOffset2D * src_offset,const VkOffset2D * dest_offset,const VkExtent2D * resolve_extent) argument
|
| H A D | radv_meta_resolve_cs.c | 319 struct radv_image_view *dest_iview, 355 .imageView = radv_image_view_to_handle(dest_iview), 457 struct radv_image_view dest_iview; local in function:radv_meta_resolve_compute_image 458 radv_image_view_init(&dest_iview, cmd_buffer->device, 475 &dest_iview, 317 emit_resolve(struct radv_cmd_buffer * cmd_buffer,struct radv_image_view * src_iview,struct radv_image_view * dest_iview,const VkOffset2D * src_offset,const VkOffset2D * dest_offset,const VkExtent2D * resolve_extent) argument
|
| H A D | radv_meta_blit.c | 305 struct radv_image_view *dest_iview, 316 uint32_t dst_width = radv_minify(dest_iview->image->info.width, dest_iview->base_mip); 317 uint32_t dst_height = radv_minify(dest_iview->image->info.height, dest_iview->base_mip); 340 radv_image_view_to_handle(dest_iview), 625 struct radv_image_view dest_iview, src_iview; local in function:radv_CmdBlitImage 650 radv_image_view_init(&dest_iview, cmd_buffer->device, 681 dest_image, &dest_iview, destImageLayout, 298 meta_emit_blit(struct radv_cmd_buffer * cmd_buffer,struct radv_image * src_image,struct radv_image_view * src_iview,VkImageLayout src_image_layout,VkOffset3D src_offset_0,VkOffset3D src_offset_1,struct radv_image * dest_image,struct radv_image_view * dest_iview,VkImageLayout dest_image_layout,VkOffset2D dest_offset_0,VkOffset2D dest_offset_1,VkRect2D dest_box,VkSampler sampler) argument
|
| H A D | radv_meta_resolve.c | 535 struct radv_image_view dest_iview; local in function:radv_CmdResolveImage 536 radv_image_view_init(&dest_iview, cmd_buffer->device, 558 radv_image_view_to_handle(&dest_iview), 590 dest_iview.vk_format,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_meta_resolve.c | 692 struct radv_image_view *dest_iview = cmd_buffer->state.attachments[dest_att.attachment].iview; local in function:radv_cmd_buffer_resolve_subpass_hw 693 struct radv_image *dst_img = dest_iview->image; 699 if (radv_layout_dcc_compressed(cmd_buffer->device, dst_img, dest_iview->base_mip, 702 .aspectMask = dest_iview->aspect_mask, 703 .baseMipLevel = dest_iview->base_mip, 704 .levelCount = dest_iview->level_count, 705 .baseArrayLayer = dest_iview->base_layer, 706 .layerCount = dest_iview->layer_count, 723 cmd_buffer->device, radv_format_meta_fs_key(cmd_buffer->device, dest_iview->vk_format)); 729 emit_resolve(cmd_buffer, src_img, dst_img, dest_iview [all...] |
| H A D | radv_meta_resolve_fs.c | 781 struct radv_image_view *dest_iview, const VkOffset2D *src_offset, 810 radv_dst_access_flush(cmd_buffer, VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT, dest_iview->image); 820 pipeline = radv_get_resolve_pipeline(cmd_buffer, src_iview, dest_iview); 840 radv_src_access_flush(cmd_buffer, VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT, dest_iview->image); 997 struct radv_image_view dest_iview; local in function:radv_meta_resolve_fragment_image 998 radv_image_view_init(&dest_iview, cmd_buffer->device, 1022 radv_image_view_to_handle(&dest_iview), 1050 emit_resolve(cmd_buffer, &src_iview, &dest_iview, &(VkOffset2D){srcOffset.x, srcOffset.y}, 1057 radv_image_view_finish(&dest_iview); 1096 struct radv_image_view *dest_iview local in function:radv_cmd_buffer_resolve_subpass_fs 780 emit_resolve(struct radv_cmd_buffer * cmd_buffer,struct radv_image_view * src_iview,struct radv_image_view * dest_iview,const VkOffset2D * src_offset,const VkOffset2D * dest_offset,const VkExtent2D * resolve_extent) argument [all...] |
| H A D | radv_meta_resolve_cs.c | 525 struct radv_image_view *dest_iview, const VkOffset2D *src_offset, 554 .imageView = radv_image_view_to_handle(dest_iview), 578 struct radv_image_view *dest_iview, const VkExtent3D *resolve_extent, 609 .imageView = radv_image_view_to_handle(dest_iview), 732 struct radv_image_view dest_iview; local in function:radv_meta_resolve_compute_image 733 radv_image_view_init(&dest_iview, cmd_buffer->device, 750 emit_resolve(cmd_buffer, &src_iview, &dest_iview, &(VkOffset2D){srcOffset.x, srcOffset.y}, 755 radv_image_view_finish(&dest_iview); 524 emit_resolve(struct radv_cmd_buffer * cmd_buffer,struct radv_image_view * src_iview,struct radv_image_view * dest_iview,const VkOffset2D * src_offset,const VkOffset2D * dest_offset,const VkExtent2D * resolve_extent) argument 577 emit_depth_stencil_resolve(struct radv_cmd_buffer * cmd_buffer,struct radv_image_view * src_iview,struct radv_image_view * dest_iview,const VkExtent3D * resolve_extent,VkImageAspectFlags aspects,VkResolveModeFlagBits resolve_mode) argument
|
| H A D | radv_meta_blit.c | 244 struct radv_image_view *dest_iview, VkImageLayout dest_image_layout, 252 uint32_t dst_width = radv_minify(dest_iview->image->info.width, dest_iview->base_mip); 253 uint32_t dst_height = radv_minify(dest_iview->image->info.height, dest_iview->base_mip); 274 radv_image_view_to_handle(dest_iview), 241 meta_emit_blit(struct radv_cmd_buffer * cmd_buffer,struct radv_image * src_image,struct radv_image_view * src_iview,VkImageLayout src_image_layout,float src_offset_0[3],float src_offset_1[3],struct radv_image * dest_image,struct radv_image_view * dest_iview,VkImageLayout dest_image_layout,VkOffset2D dest_offset_0,VkOffset2D dest_offset_1,VkRect2D dest_box,VkSampler sampler) argument
|