Searched defs:src_iview (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_resolve.c517 struct radv_image_view src_iview; local in function:radv_meta_resolve_hardware_image
689 struct radv_image_view *src_iview = cmd_buffer->state.attachments[src_att.attachment].iview; local in function:radv_cmd_buffer_resolve_subpass_hw
755 struct radv_image_view *src_iview = cmd_buffer->state.attachments[src_att.attachment].iview; local in function:radv_cmd_buffer_resolve_subpass
824 struct radv_image_view *src_iview = local in function:radv_cmd_buffer_resolve_subpass
876 struct radv_image_view *src_iview = cmd_buffer->state.attachments[src_att.attachment].ivi local in function:radv_decompress_resolve_subpass_src
[all...]
H A Dradv_meta_resolve_cs.c494 radv_get_resolve_pipeline(struct radv_cmd_buffer *cmd_buffer, struct radv_image_view *src_iview) argument
524 emit_resolve(struct radv_cmd_buffer *cmd_buffer, struct radv_image_view *src_iview, argument
577 emit_depth_stencil_resolve(struct radv_cmd_buffer *cmd_buffer, struct radv_image_view *src_iview, argument
714 struct radv_image_view src_iview; local in function:radv_meta_resolve_compute_image
807 struct radv_image_view *src_iview = cmd_buffer->state.attachments[src_att.attachment].ivi local in function:radv_cmd_buffer_resolve_subpass_cs
863 struct radv_image_view *src_iview = cmd_buffer->state.attachments[src_att.attachment].iview; local in function:radv_depth_stencil_resolve_subpass_cs
[all...]
H A Dradv_meta_resolve_fs.c756 radv_get_resolve_pipeline(struct radv_cmd_buffer *cmd_buffer, struct radv_image_view *src_iview, argument
780 emit_resolve(struct radv_cmd_buffer *cmd_buffer, struct radv_image_view *src_iview, argument
844 emit_depth_stencil_resolve(struct radv_cmd_buffer *cmd_buffer, struct radv_image_view *src_iview, argument
979 struct radv_image_view src_iview; local in function:radv_meta_resolve_fragment_image
1097 struct radv_image_view *src_iview = cmd_buffer->state.attachments[src_att.attachment].ivi local in function:radv_cmd_buffer_resolve_subpass_fs
1137 struct radv_image_view *src_iview = cmd_buffer->state.attachments[src_att.attachment].iview; local in function:radv_depth_stencil_resolve_subpass_fs
[all...]
H A Dradv_meta_blit.c241 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
561 struct radv_image_view dst_iview, src_iview; local in function:blit_image
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta_resolve.c519 struct radv_image_view src_iview; local in function:radv_CmdResolveImage
H A Dradv_meta_resolve_cs.c441 struct radv_image_view src_iview; local in function:radv_meta_resolve_compute_image
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
513 struct radv_image_view *src_iview = cmd_buffer->state.framebuffer->attachments[src_att.attach local in function:radv_cmd_buffer_resolve_subpass_cs
[all...]
H A Dradv_meta_resolve_fs.c506 struct radv_image_view src_iview; local in function:radv_meta_resolve_fragment_image
617 struct radv_image_view *src_iview = cmd_buffer->state.framebuffer->attachments[src_att.attachment].attachment; local in function:radv_cmd_buffer_resolve_subpass_fs
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 Dradv_meta_blit.c298 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
625 struct radv_image_view dest_iview, src_iview; local in function:radv_CmdBlitImage
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A DgenX_cmd_buffer.c4363 struct anv_image_view *src_iview = fb->attachments[src_att]; local in function:cmd_buffer_end_subpass
4418 struct anv_image_view *src_iview = fb->attachments[src_att]; local in function:cmd_buffer_end_subpass
[all...]
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_cmd_buffer.c1022 struct v3dv_image_view *src_iview = fb->attachments[src_attachment_idx]; local in function:cmd_buffer_subpass_handle_pending_resolves
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_cmd_buffer.c6454 struct anv_image_view *src_iview = cmd_state->attachments[src_att].image_view; local in function:cmd_buffer_end_subpass
6510 struct anv_image_view *src_iview = cmd_state->attachments[src_att].image_view; local in function:cmd_buffer_end_subpass
[all...]

Completed in 30 milliseconds