Home
last modified time | relevance | path

Searched refs:tu_render_pass_attachment (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/freedreno/vulkan/
Dtu_pass.c352 struct tu_render_pass_attachment *att = &pass->attachments[i]; in tu_render_pass_gmem_config()
392 struct tu_render_pass_attachment *att = &pass->attachments[i]; in tu_render_pass_gmem_config()
431 attachment_set_ops(struct tu_render_pass_attachment *att, in attachment_set_ops()
506 struct tu_render_pass_attachment *att = &pass->attachments[i]; in tu_CreateRenderPass2()
614 struct tu_render_pass_attachment *att = &pass->attachments[i]; in tu_CreateRenderPass2()
Dtu_clear_blit.c2073 const struct tu_render_pass_attachment *att = in tu_emit_clear_gmem_attachment()
2212 const struct tu_render_pass_attachment *attachment = in tu_clear_sysmem_attachment()
2259 const struct tu_render_pass_attachment *attachment = in tu_clear_gmem_attachment()
2275 const struct tu_render_pass_attachment *attachment, in tu_emit_blit()
2353 const struct tu_render_pass_attachment *attachment = in tu_load_gmem_attachment()
2419 struct tu_render_pass_attachment *dst = &cmd->state.pass->attachments[a]; in tu_store_gmem_attachment()
2421 struct tu_render_pass_attachment *src = &cmd->state.pass->attachments[gmem_a]; in tu_store_gmem_attachment()
Dtu_private.h1464 struct tu_render_pass_attachment struct
1489 struct tu_render_pass_attachment *attachments; argument
Dtu_cmd_buffer.c200 const struct tu_render_pass_attachment *attachment = in tu6_emit_zs()
1021 const struct tu_render_pass_attachment *att = in tu_emit_input_attachments()
2916 const struct tu_render_pass_attachment *att = &cmd->state.pass->attachments[a]; in tu_CmdBeginRenderPass2()