Home | History | Annotate | Download | only in softpipe

Lines Matching refs:templat

156                                const struct pipe_resource *templat,
163 assert(templat->format != PIPE_FORMAT_NONE);
165 spr->base = *templat;
169 spr->pot = (util_is_power_of_two(templat->width0) &&
170 util_is_power_of_two(templat->height0) &&
171 util_is_power_of_two(templat->depth0));
193 const struct pipe_resource *templat)
195 return softpipe_resource_create_front(screen, templat, NULL);
221 const struct pipe_resource *templat,
230 spr->base = *templat;
234 spr->pot = (util_is_power_of_two(templat->width0) &&
235 util_is_power_of_two(templat->height0) &&
236 util_is_power_of_two(templat->depth0));
239 templat,