Lines Matching refs:target
163 enum pipe_texture_target target,
171 if (target >= PIPE_MAX_TEXTURE_TYPES) {
172 R600_ERR("r600: unsupported texture type %d\n", target);
204 if (target == PIPE_BUFFER) {
690 if (texture->target == PIPE_BUFFER)
733 if (texture->target == PIPE_TEXTURE_1D_ARRAY) {
736 } else if (texture->target == PIPE_TEXTURE_2D_ARRAY) {
738 } else if (texture->target == PIPE_TEXTURE_CUBE_ARRAY)
755 view->tex_resource_words[0] = (S_038000_DIM(r600_tex_dim(texture->target, texture->nr_samples)) |
1842 enum pipe_texture_target target = PIPE_BUFFER;
1844 target = rview->base.texture->target;
1845 if (target == PIPE_TEXTURE_1D_ARRAY ||
1846 target == PIPE_TEXTURE_2D_ARRAY) {
2973 if (dst->target == PIPE_BUFFER && src->target == PIPE_BUFFER) {