Home | History | Annotate | Download | only in softpipe

Lines Matching refs:templat

120                          const struct pipe_resource *templat)
126 assert(templat->format != PIPE_FORMAT_NONE);
128 spr->base = *templat;
132 spr->pot = (util_is_power_of_two(templat->width0) &&
133 util_is_power_of_two(templat->height0) &&
134 util_is_power_of_two(templat->depth0));
178 const struct pipe_resource *templat,
186 spr->base = *templat;
190 spr->pot = (util_is_power_of_two(templat->width0) &&
191 util_is_power_of_two(templat->height0) &&
192 util_is_power_of_two(templat->depth0));
195 templat,