HomeSort by relevance Sort by last modified time
    Searched defs:vram (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/drivers/radeon/
r600_pipe_common.c 172 uint64_t vram = ctx->dma.cs->used_vram; local
176 vram += dst->vram_usage;
180 vram += src->vram_usage;
209 !radeon_cs_memory_below_limit(ctx->screen, ctx->dma.cs, vram, gtt)) {
r600_pipe_common.h 412 uint64_t vram; member in struct:r600_common_context
  /external/mesa3d/src/amd/common/
ac_gpu_info.c 100 struct amdgpu_heap_info vram, vram_vis, gtt; local
133 r = amdgpu_query_heap_info(dev, AMDGPU_GEM_DOMAIN_VRAM, 0, &vram);
135 fprintf(stderr, "amdgpu: amdgpu_query_heap_info(vram) failed.\n");
264 /* Set which chips have dedicated VRAM. */
270 info->vram_size = vram.heap_size;
272 /* The kernel can split large buffers in VRAM but not in GTT, so large
  /external/libdrm/nouveau/
nouveau.h 245 uint32_t vram; member in struct:nv04_fifo
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe_common.c 253 uint64_t vram = ctx->dma.cs->used_vram; local
257 vram += dst->vram_usage;
261 vram += src->vram_usage;
290 !radeon_cs_memory_below_limit(ctx->screen, ctx->dma.cs, vram, gtt)) {
    [all...]
r600_pipe_common.h 531 uint64_t vram; member in struct:r600_common_context
835 rctx->vram += res->vram_usage;
  /bionic/libc/kernel/uapi/drm/
amdgpu_drm.h 504 struct drm_amdgpu_heap_info vram; member in struct:drm_amdgpu_memory_info
  /external/kernel-headers/original/uapi/drm/
amdgpu_drm.h 111 /* Flag that CPU access will be required for the case of VRAM domain */
113 /* Flag that CPU access will not work, this VRAM domain is invisible */
117 /* Flag that the memory should be in VRAM and cleared */
119 /* Flag that create shadow bo(GTT) while allocating vram bo */
121 /* Flag that allocating the BO should use linear VRAM */
209 /* indicate vram lost occured after ctx created */
678 /* the used VRAM size */
684 /* Query information about VRAM and GTT domains */
690 /* visible vram usage */
694 /* Query memory about VRAM and GTT domains *
846 struct drm_amdgpu_heap_info vram; member in struct:drm_amdgpu_memory_info
    [all...]
  /external/libdrm/include/drm/
amdgpu_drm.h 82 /* Flag that CPU access will be required for the case of VRAM domain */
84 /* Flag that CPU access will not work, this VRAM domain is invisible */
88 /* Flag that the memory should be in VRAM and cleared */
90 /* Flag that create shadow bo(GTT) while allocating vram bo */
92 /* Flag that allocating the BO should use linear VRAM */
176 /* indicate vram lost occured after ctx created */
625 /* the used VRAM size */
631 /* Query information about VRAM and GTT domains */
637 /* visible vram usage */
641 /* Query memory about VRAM and GTT domains *
793 struct drm_amdgpu_heap_info vram; member in struct:drm_amdgpu_memory_info
    [all...]

Completed in 307 milliseconds