Lines Matching refs:usage
330 /* Memory usage if the buffer placement is optimal. */
1012 /* Current unaccounted memory usage. */
1346 unsigned usage);
1348 unsigned usage);
1353 unsigned usage, unsigned size, unsigned alignment);
1355 unsigned usage, unsigned size, unsigned alignment);
1695 /* Add memory usage for need_gfx_cs_space */
1946 /* There are two memory usage counters in the winsys for all buffers
1971 struct si_resource *bo, unsigned usage)
1973 assert(usage);
1974 sctx->ws->cs_add_buffer(cs, bo->buf, usage | RADEON_USAGE_SYNCHRONIZED,
1979 * Same as above, but also checks memory usage and flushes the context
1985 * followed by *_need_cs_space for checking the memory usage
1995 unsigned usage,
2002 radeon_add_to_buffer_list(sctx, &sctx->gfx_cs, bo, usage);