Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/vulkan/
Dtu_clear_blit.c2039 clear_gmem_attachment(struct tu_cmd_buffer *cmd, in clear_gmem_attachment() function
2078 clear_gmem_attachment(cmd, cs, VK_FORMAT_D32_SFLOAT, 0xf, att->gmem_offset, value); in tu_emit_clear_gmem_attachment()
2080 clear_gmem_attachment(cmd, cs, VK_FORMAT_S8_UINT, 0xf, att->gmem_offset_stencil, value); in tu_emit_clear_gmem_attachment()
2084clear_gmem_attachment(cmd, cs, att->format, aspect_write_mask(att->format, mask), att->gmem_offset… in tu_emit_clear_gmem_attachment()