Lines Matching refs:target
492 if (p_res->target == PIPE_BUFFER)
518 if (templ->target == PIPE_BUFFER)
635 target_to_isl_surf_dim(enum pipe_texture_target target)
637 switch (target) {
703 if (templ->target == PIPE_TEXTURE_CUBE ||
704 templ->target == PIPE_TEXTURE_CUBE_ARRAY) {
722 .dim = target_to_isl_surf_dim(templ->target),
1102 assert(templ->target == PIPE_BUFFER);
1112 const char *name = templ->target == PIPE_BUFFER ? "buffer" : "miptree";
1243 if (templ->target == PIPE_BUFFER)
1274 if (templ->target != PIPE_BUFFER &&
1275 templ->target != PIPE_TEXTURE_1D &&
1276 templ->target != PIPE_TEXTURE_2D)
1283 if (templ->target != PIPE_BUFFER) {
1361 assert(templ->target != PIPE_BUFFER);
1570 if (old_res->base.b.target == PIPE_BUFFER) {
1910 if (resource->target != PIPE_BUFFER)
1964 if (xfer->resource->target == PIPE_BUFFER)
1997 unsigned extra = xfer->resource->target == PIPE_BUFFER ?
2011 if (xfer->resource->target == PIPE_BUFFER)
2012 templ.target = PIPE_BUFFER;
2014 templ.target = PIPE_TEXTURE_2D_ARRAY;
2016 templ.target = PIPE_TEXTURE_2D;
2021 if (templ.target != PIPE_BUFFER) {
2298 if (res->base.b.target == PIPE_BUFFER) {
2333 return res->base.b.target == PIPE_BUFFER && (usage & PIPE_MAP_WRITE) &&
2461 if (resource->target != PIPE_BUFFER) {
2498 if (res->base.b.target == PIPE_BUFFER) {
2557 assert(resource->target != PIPE_BUFFER);