Lines Matching refs:tiled
181 if (rsc->tiled) {
182 /* No direct mappings of tiled, since we need to manually
235 if (!rsc->tiled ||
242 /* Otherwise, map and store the texture data directly into the tiled
276 if (rsc->tiled)
382 if (!rsc->tiled) {
482 if (!rsc->tiled) {
506 /* Use a tiled layout if we can, for better 3D performance. */
544 rsc->tiled = should_tile;
548 rsc->tiled = true;
550 rsc->tiled = false;
565 if (rsc->tiled)
661 rsc->tiled = false;
664 rsc->tiled = true;
677 if (rsc->tiled) {
709 if (rsc->tiled && whandle->stride != slice->stride) {
722 } else if (!rsc->tiled) {