Lines Matching defs:texture
253 R600_ERR("r600: unsupported texture type %d\n", target);
590 /* If the min_mip_filter is NONE, then the texture has no mipmapping and
592 * configured, then the texture lookup seems to fail for some specific texture
688 struct r600_texture *tmp = (struct r600_texture*)view->base.texture;
701 evergreen_fill_buffer_resource_words(rctx, view->base.texture,
725 struct pipe_resource *texture,
731 struct r600_texture *tmp = (struct r600_texture*)texture;
788 depth = texture->depth0;
834 dim = r600_tex_dim(tmp, params->target, texture->nr_samples);
838 depth = texture->array_size;
841 depth = texture->array_size;
843 depth = texture->array_size / 6;
859 if (texture->nr_samples > 1 && rscreen->has_compressed_msaa_texturing) {
868 } else if (last_level && texture->nr_samples <= 1) {
875 if (params->target != texture->target && depth == 1) {
884 if (texture->nr_samples > 1) {
885 unsigned log_samples = util_logbase2(texture->nr_samples);
913 struct pipe_resource *texture,
920 struct r600_texture *tmp = (struct r600_texture*)texture;
929 view->base.texture = NULL;
930 pipe_reference(NULL, &texture->reference);
931 view->base.texture = texture;
953 ret = evergreen_fill_tex_resource_words(rctx, texture, ¶ms,
1297 struct pipe_resource *pipe_buffer = surf->base.texture;
1300 evergreen_set_color_surface_buffer(rctx, (struct r600_resource *)surf->base.texture,
1325 struct r600_texture *rtex = (struct r600_texture*)surf->base.texture;
1357 struct r600_texture *rtex = (struct r600_texture*)surf->base.texture;
1479 rtex = (struct r600_texture*)surf->base.texture;
1481 r600_context_add_resource_size(ctx, state->cbufs[i]->texture);
1522 r600_context_add_resource_size(ctx, state->zsbuf->texture);
1861 tex = (struct r600_texture *)cb->base.texture;
1864 (struct r600_resource*)cb->base.texture,
1922 (struct r600_resource*)state->zsbuf->texture,
1924 (zb->base.texture->nr_samples > 1 ?
2051 struct r600_texture *rtex = (struct r600_texture *)a->rsurf->base.texture;