Searched refs:vram_usage (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_dma_cs.c134 vram += dst->vram_usage;
138 vram += src->vram_usage;
H A Dsi_get.c896 unsigned vram_usage, gtt_usage; local in function:si_query_memory_info
911 vram_usage = ws->query_value(ws, RADEON_VRAM_USAGE) / 1024;
915 vram_usage <= info->total_device_memory ?
916 info->total_device_memory - vram_usage : 0;
H A Dsi_buffer.c186 res->vram_usage = 0;
192 res->vram_usage = size;
316 assert(sdst->vram_usage == ssrc->vram_usage);
757 buf->vram_usage = 0;
H A Dsi_pipe.h225 uint64_t vram_usage; member in struct:si_resource
1457 sctx->vram += si_resource(r)->vram_usage;
1742 sctx->vram + bo->vram_usage,
H A Dsi_texture.c548 tex->buffer.vram_usage = new_tex->buffer.vram_usage;
1340 resource->vram_usage = buf->size;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_buffer_common.c180 res->vram_usage = 0;
184 res->vram_usage = size;
283 assert(rdst->vram_usage == rsrc->vram_usage);
663 rbuffer->vram_usage = 0;
H A Dr600_pipe_common.c258 vram += dst->vram_usage;
262 vram += src->vram_usage;
1214 unsigned vram_usage, gtt_usage; local in function:r600_query_memory_info
1229 vram_usage = ws->query_value(ws, RADEON_REQUESTED_VRAM_MEMORY) / 1024;
1233 vram_usage <= info->total_device_memory ?
1234 info->total_device_memory - vram_usage : 0;
H A Dr600_cs.h109 rctx->vram + rbo->vram_usage,
H A Dr600_pipe_common.h148 uint64_t vram_usage; member in struct:r600_resource
834 rctx->vram += res->vram_usage;
H A Dr600_texture.c411 rtex->resource.vram_usage = new_tex->resource.vram_usage;
990 resource->vram_usage = buf->size;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_buffer_common.c179 res->vram_usage = 0;
183 res->vram_usage = size;
281 assert(rdst->vram_usage == rsrc->vram_usage);
665 rbuffer->vram_usage = 0;
H A Dr600_pipe_common.c235 vram += dst->vram_usage;
239 vram += src->vram_usage;
1133 unsigned vram_usage, gtt_usage; local in function:r600_query_memory_info
1148 vram_usage = ws->query_value(ws, RADEON_REQUESTED_VRAM_MEMORY) / 1024;
1152 vram_usage <= info->total_device_memory ?
1153 info->total_device_memory - vram_usage : 0;
H A Dr600_cs.h109 rctx->vram + rbo->vram_usage,
H A Dr600_pipe_common.h144 uint64_t vram_usage; member in struct:r600_resource
844 rctx->vram += res->vram_usage;
H A Dr600_texture.c410 rtex->resource.vram_usage = new_tex->resource.vram_usage;
983 resource->vram_usage = buf->size;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_get.c904 unsigned vram_usage, gtt_usage; local in function:si_query_memory_info
919 vram_usage = ws->query_value(ws, RADEON_VRAM_USAGE) / 1024;
923 vram_usage <= info->total_device_memory ? info->total_device_memory - vram_usage : 0;

Completed in 32 milliseconds