Home | History | Annotate | Download | only in softpipe

Lines Matching refs:spr

32                const struct softpipe_resource *spr,
40 if (*width > spr->base.width0)
56 struct softpipe_resource *spr;
66 spr = softpipe_resource(bview->buffer);
67 if (!spr)
70 if (!get_dimensions(bview, spr, &width))
90 data_ptr = (unsigned char *)spr->data + bview->buffer_offset + s_coord;
114 struct softpipe_resource *spr;
124 spr = softpipe_resource(bview->buffer);
125 if (!spr)
128 if (!get_dimensions(bview, spr, &width))
141 data_ptr = (unsigned char *)spr->data + bview->buffer_offset + s_coord;
291 struct softpipe_resource *spr;
300 spr = softpipe_resource(bview->buffer);
301 if (!spr)
304 if (!get_dimensions(bview, spr, &width))
324 data_ptr = (unsigned char *)spr->data + bview->buffer_offset + s_coord;
346 struct softpipe_resource *spr;
352 spr = softpipe_resource(bview->buffer);
353 if (!spr)