Searched refs:vram_usage (Results 1 - 16 of 16) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_dma_cs.c | 134 vram += dst->vram_usage; 138 vram += src->vram_usage;
|
| H A D | si_get.c | 896 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 D | si_buffer.c | 186 res->vram_usage = 0; 192 res->vram_usage = size; 316 assert(sdst->vram_usage == ssrc->vram_usage); 757 buf->vram_usage = 0;
|
| H A D | si_pipe.h | 225 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 D | si_texture.c | 548 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 D | r600_buffer_common.c | 180 res->vram_usage = 0; 184 res->vram_usage = size; 283 assert(rdst->vram_usage == rsrc->vram_usage); 663 rbuffer->vram_usage = 0;
|
| H A D | r600_pipe_common.c | 258 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 D | r600_cs.h | 109 rctx->vram + rbo->vram_usage,
|
| H A D | r600_pipe_common.h | 148 uint64_t vram_usage; member in struct:r600_resource 834 rctx->vram += res->vram_usage;
|
| H A D | r600_texture.c | 411 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 D | r600_buffer_common.c | 179 res->vram_usage = 0; 183 res->vram_usage = size; 281 assert(rdst->vram_usage == rsrc->vram_usage); 665 rbuffer->vram_usage = 0;
|
| H A D | r600_pipe_common.c | 235 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 D | r600_cs.h | 109 rctx->vram + rbo->vram_usage,
|
| H A D | r600_pipe_common.h | 144 uint64_t vram_usage; member in struct:r600_resource 844 rctx->vram += res->vram_usage;
|
| H A D | r600_texture.c | 410 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 D | si_get.c | 904 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