Lines Matching refs:tiled
77 struct pipe_resource *tiled = NULL;
82 if (!src->tiled &&
102 tiled = ctx->screen->resource_create(ctx->screen, &tmpl);
103 if (!tiled) {
104 fprintf(stderr, "Failed to create tiled blit temp\n");
108 tiled, 0,
113 info->src.resource = tiled;
126 pipe_resource_reference(&tiled, NULL);
561 * the NV12 format with BROADCOM_SAND_COL128 modifier to UIF tiled format.
604 * the NV12 format with BROADCOM_SAND_COL128 modifier to UIF tiled format.
670 /* UIF tiled format is composed by UIF blocks, Each block has
745 * luma and chroma 128-byte-wide-columns to tiled format for luma and chroma.
758 if (src->tiled)
767 assert(dst->tiled);