| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_meta_resolve.c | 535 struct radv_image_view dst_iview; local in function:radv_meta_resolve_hardware_image 536 radv_image_view_init(&dst_iview, cmd_buffer->device, 562 radv_image_view_to_handle(&dst_iview), 591 emit_resolve(cmd_buffer, src_image, dst_image, dst_iview.vk_format, 604 radv_image_view_finish(&dst_iview); 756 struct radv_image_view *dst_iview = cmd_buffer->state.attachments[dst_att.attachment].iview; local in function:radv_cmd_buffer_resolve_subpass 762 dst_iview->image, dst_iview->base_mip, dst_att.layout, 806 if (radv_image_has_htile(dst_iview->image)) 821 struct radv_image_view *dst_iview local in function:radv_cmd_buffer_resolve_subpass [all...] |
| H A D | radv_meta_resolve_cs.c | 808 struct radv_image_view *dst_iview = cmd_buffer->state.attachments[dst_att.attachment].iview; local in function:radv_cmd_buffer_resolve_subpass_cs 823 .mipLevel = dst_iview->base_mip, 824 .baseArrayLayer = dst_iview->base_layer, 832 src_att.layout, dst_iview->image, dst_iview->vk_format, 879 struct radv_image_view *dst_iview = cmd_buffer->state.attachments[dest_att.attachment].iview; local in function:radv_depth_stencil_resolve_subpass_cs 880 struct radv_image *dst_image = dst_iview->image; 906 .format = dst_iview->vk_format, 910 .baseMipLevel = dst_iview->base_mip, 912 .baseArrayLayer = dst_iview [all...] |
| H A D | radv_meta_resolve_fs.c | 757 struct radv_image_view *dst_iview) 760 unsigned fs_key = radv_format_meta_fs_key(cmd_buffer->device, dst_iview->vk_format); 845 struct radv_image_view *dst_iview, const VkExtent2D *resolve_extent, 1153 struct radv_image_view *dst_iview = cmd_buffer->state.attachments[dst_att.attachment].iview; local in function:radv_depth_stencil_resolve_subpass_fs 1181 emit_depth_stencil_resolve(cmd_buffer, &tsrc_iview, dst_iview, 756 radv_get_resolve_pipeline(struct radv_cmd_buffer * cmd_buffer,struct radv_image_view * src_iview,struct radv_image_view * dst_iview) argument 844 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) argument
|
| H A D | radv_meta_blit.c | 561 struct radv_image_view dst_iview, src_iview; local in function:blit_image 587 radv_image_view_init(&dst_iview, cmd_buffer->device, 614 src_offset_1, dst_image, &dst_iview, dst_image_layout, dst_offset_0, 617 radv_image_view_finish(&dst_iview);
|
| H A D | radv_meta_bufimage.c | 1820 cleari_bind_descriptors(struct radv_cmd_buffer *cmd_buffer, struct radv_image_view *dst_iview) argument 1837 .imageView = radv_image_view_to_handle(dst_iview), 1849 struct radv_image_view dst_iview; local in function:radv_meta_clear_image_cs 1859 create_iview(cmd_buffer, dst, &dst_iview, VK_FORMAT_UNDEFINED, dst->aspect_mask); 1860 cleari_bind_descriptors(cmd_buffer, &dst_iview); 1883 radv_image_view_finish(&dst_iview);
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_meta_resolve_cs.c | 514 struct radv_image_view *dst_iview = cmd_buffer->state.framebuffer->attachments[dest_att.attachment].attachment; local in function:radv_cmd_buffer_resolve_subpass_cs 519 struct radv_image *dst_image = dst_iview->image; 547 .baseMipLevel = dst_iview->base_mip,
|
| H A D | radv_meta_bufimage.c | 2158 struct radv_image_view *dst_iview) 2177 .imageView = radv_image_view_to_handle(dst_iview), 2192 struct radv_image_view dst_iview; local in function:radv_meta_clear_image_cs 2201 create_iview(cmd_buffer, dst, &dst_iview); 2202 cleari_bind_descriptors(cmd_buffer, &dst_iview); 2157 cleari_bind_descriptors(struct radv_cmd_buffer * cmd_buffer,struct radv_image_view * dst_iview) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | genX_cmd_buffer.c | 4364 struct anv_image_view *dst_iview = fb->attachments[dst_att]; local in function:cmd_buffer_end_subpass 4374 dst_iview->aspect_mask == VK_IMAGE_ASPECT_COLOR_BIT); 4380 dst_iview->image, dst_aux_usage, 4381 dst_iview->planes[0].isl.base_level, 4382 dst_iview->planes[0].isl.base_array_layer, 4419 struct anv_image_view *dst_iview = fb->attachments[dst_att]; local in function:cmd_buffer_end_subpass 4453 if (dst_iview->image->type != VK_IMAGE_TYPE_3D && 4455 render_area.extent.width == dst_iview->extent.width && 4456 render_area.extent.height == dst_iview->extent.height) 4459 transition_depth_buffer(cmd_buffer, dst_iview [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | genX_cmd_buffer.c | 6455 struct anv_image_view *dst_iview = cmd_state->attachments[dst_att].image_view; local in function:cmd_buffer_end_subpass 6465 dst_iview->vk.aspects == VK_IMAGE_ASPECT_COLOR_BIT); 6471 dst_iview->image, dst_aux_usage, 6472 dst_iview->planes[0].isl.base_level, 6473 dst_iview->planes[0].isl.base_array_layer, 6511 struct anv_image_view *dst_iview = cmd_state->attachments[dst_att].image_view; local in function:cmd_buffer_end_subpass 6549 if (dst_iview->image->vk.image_type != VK_IMAGE_TYPE_3D && 6551 render_area.extent.width == dst_iview->vk.extent.width && 6552 render_area.extent.height == dst_iview->vk.extent.height) 6555 transition_depth_buffer(cmd_buffer, dst_iview [all...] |
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_cmd_buffer.c | 1023 struct v3dv_image_view *dst_iview = fb->attachments[dst_attachment_idx]; local in function:cmd_buffer_subpass_handle_pending_resolves 1036 dst_iview->vk.base_mip_level, 1037 dst_iview->vk.base_array_layer, 1038 dst_iview->vk.layer_count, 1045 struct v3dv_image *dst_image = (struct v3dv_image *) dst_iview->vk.image;
|