Lines Matching refs:target
128 if (pres->target == PIPE_BUFFER) {
428 switch (templ->target) {
457 unreachable("Unknown target");
484 (templ->target == PIPE_TEXTURE_CUBE ||
485 templ->target == PIPE_TEXTURE_CUBE_ARRAY ||
486 (templ->target == PIPE_TEXTURE_2D_ARRAY && ici->extent.width == ici->extent.height && ici->arrayLayers >= 6));
488 if (templ->target == PIPE_TEXTURE_CUBE)
615 } else if (templ->target == PIPE_BUFFER) {
660 /* We use modifiers as a proxy for "this surface is used as a window system render target".
1032 if (templ->target == PIPE_BUFFER) {
1077 if (templ->target == PIPE_BUFFER) {
1130 if (templ->target == PIPE_BUFFER) {
1152 if (templ->target == PIPE_TEXTURE_1D || templ->target == PIPE_TEXTURE_1D_ARRAY) {
1356 if (res->base.b.target == PIPE_TEXTURE_3D)
1499 if (pres->target != PIPE_BUFFER)
1564 if (pres && pres->target != PIPE_BUFFER)
1574 assert(res->base.b.target == PIPE_BUFFER);
1609 if (pres->target == PIPE_BUFFER)
1628 bool buf2img = src->base.b.target == PIPE_BUFFER;
1942 templ.target = PIPE_BUFFER;
1985 if (res->base.b.target == PIPE_TEXTURE_3D)
2061 if (ptrans->resource->target == PIPE_BUFFER)