Home | History | Annotate | Download | only in r600

Lines Matching refs:ptex

70 			     const struct pipe_resource *ptex,
75 util_format_description(ptex->format);
81 surface->npix_x = ptex->width0;
82 surface->npix_y = ptex->height0;
83 surface->npix_z = ptex->depth0;
84 surface->blk_w = util_format_get_blockwidth(ptex->format);
85 surface->blk_h = util_format_get_blockheight(ptex->format);
88 surface->last_level = ptex->last_level;
92 ptex->format == PIPE_FORMAT_Z32_FLOAT_S8X24_UINT) {
95 surface->bpe = util_format_get_blocksize(ptex->format);
102 surface->nsamples = ptex->nr_samples ? ptex->nr_samples : 1;
120 switch (ptex->target) {
133 surface->array_size = ptex->array_size;
137 surface->array_size = ptex->array_size;
146 if (ptex->bind & PIPE_BIND_SCANOUT) {
164 struct pipe_resource *ptex = &rtex->resource.b.b;
185 for (i = 0; i <= ptex->last_level; i++) {
206 struct pipe_resource *ptex,
209 struct r600_texture *rtex = (struct r600_texture*)ptex;
231 struct pipe_resource *ptex)
233 struct r600_texture *rtex = (struct r600_texture*)ptex;