Lines Matching refs:target

52    return pres->target == PIPE_BUFFER &&
193 switch (templ->target) {
371 if (templ->target == PIPE_BUFFER && !heap) {
385 templ->target == PIPE_BUFFER);
503 res->base.b.target = PIPE_BUFFER;
509 res->base.b.target = incoming_res_desc.DepthOrArraySize > 1 ?
514 res->base.b.target = incoming_res_desc.DepthOrArraySize > 1 ?
519 res->base.b.target = PIPE_TEXTURE_3D;
540 if (res->base.b.target == PIPE_TEXTURE_2D_ARRAY &&
541 (templ->target == PIPE_TEXTURE_CUBE ||
542 templ->target == PIPE_TEXTURE_CUBE_ARRAY)) {
547 res->base.b.target = templ->target;
551 if (res->base.b.target != templ->target ||
559 "plane: %d, target: %d vs %d, width: %d vs %d, height: %d vs %d, "
562 res->base.b.target, templ->target,
571 if (templ->target != PIPE_BUFFER) {
695 templ.target = PIPE_BUFFER;
697 templ.target = (input_desc.DepthOrArraySize > 1) ? PIPE_TEXTURE_2D_ARRAY : PIPE_TEXTURE_2D;
940 if (res->base.b.target == PIPE_TEXTURE_1D_ARRAY ||
941 res->base.b.target == PIPE_TEXTURE_2D_ARRAY)
944 if (res->base.b.target == PIPE_TEXTURE_CUBE)
947 if (res->base.b.target == PIPE_TEXTURE_CUBE_ARRAY)
1069 copy_info.dst_z = res->base.b.target == PIPE_TEXTURE_CUBE ? 0 : dest_z;
1081 if (res->base.b.target == PIPE_TEXTURE_3D) {
1183 if (res->base.b.target == PIPE_TEXTURE_3D) {
1374 tmpl.target = PIPE_BUFFER;
1476 tmpl.target = PIPE_BUFFER;
1579 if (pres->target == PIPE_BUFFER) {
1677 if (res->base.b.target != PIPE_TEXTURE_3D)
1697 if (res->base.b.target == PIPE_BUFFER) {
1723 if (pres->target == PIPE_BUFFER) {
1790 range.Begin = res->base.b.target == PIPE_BUFFER ?
1815 range.Begin = res->base.b.target == PIPE_BUFFER ?
1823 if (res->base.b.target == PIPE_BUFFER) {