Lines Matching refs:target
457 if (resource->target != PIPE_BUFFER) {
487 if (resource->target != PIPE_BUFFER) {
1044 (templ->target == PIPE_TEXTURE_2D ||
1045 templ->target == PIPE_TEXTURE_3D))
1065 if (templ->target == PIPE_TEXTURE_1D ||
1066 templ->target == PIPE_TEXTURE_1D_ARRAY)
1118 if ((templ->target != PIPE_TEXTURE_2D && templ->target != PIPE_TEXTURE_RECT) ||
1193 resource.target = texture->target;
1237 /* We must set the correct texture target and dimensions for a 3D box. */
1239 res->target = PIPE_TEXTURE_2D_ARRAY;
1242 res->target = PIPE_TEXTURE_2D;
1552 if (tex->target != PIPE_BUFFER && templ->format != tex->format) {
1632 tex->target, 0, 0,