Lines Matching defs:templat
230 const struct pipe_resource *templat,
238 lpr->base = *templat;
261 const uint bytes = templat->width0;
262 assert(util_format_get_blocksize(templat->format) == 1);
263 assert(templat->height0 == 1);
264 assert(templat->depth0 == 1);
265 assert(templat->last_level == 0);
279 if (!(templat->flags & PIPE_RESOURCE_FLAG_DONT_OVER_ALLOCATE))
308 const struct pipe_resource *templat,
311 return llvmpipe_resource_create_all(_screen, templat, map_front_private, true);
316 const struct pipe_resource *templat)
318 return llvmpipe_resource_create_front(_screen, templat, NULL);
323 const struct pipe_resource *templat,
328 pt = llvmpipe_resource_create_all(_screen, templat, NULL, false);
369 const struct pipe_resource *templat,
378 lpr->base = *templat;
394 const uint bytes = templat->width0;
395 assert(util_format_get_blocksize(templat->format) == 1);
396 assert(templat->height0 == 1);
397 assert(templat->depth0 == 1);
398 assert(templat->last_level == 0);
412 if (!(templat->flags & PIPE_RESOURCE_FLAG_DONT_OVER_ALLOCATE))