Lines Matching refs:gmem
33 * renderpass into a gmem one into two parts:
81 * We cannot decide whether to allow gmem rendering before a barrier
101 perf_debug((struct tu_device *)pass->base.device, "Disabling gmem rendering due to invalid subpass dependency");
557 if (att->gmem) {
579 /* no gmem attachments */
600 if (!att->gmem)
633 /* if the loop didn't complete then the gmem config is impossible */
737 pass->attachments[a].gmem = true;
786 /* Initially not allocated into gmem, tu_subpass_use_attachment() will move it there. */
787 att->gmem = false;
852 * directly instead of through gmem, so we don't mark input
853 * attachments as needing gmem.
917 if (!att->gmem) {
1011 att->gmem = true;
1026 resolve_att->gmem = false;
1050 att->gmem = true;
1068 resolve_att->gmem = false;