HomeSort by relevance Sort by last modified time
    Searched refs:bo_size (Results 1 - 17 of 17) sorted by null

  /device/asus/fugu/kernel-headers/drm/
psb_ttm_placement_user.h 50 uint64_t bo_size; member in struct:ttm_pl_rep
  /device/asus/fugu/original-kernel-headers/drm/
psb_ttm_placement_user.h 87 * @bo_size: Actual buffer object size.
106 uint64_t bo_size; member in struct:ttm_pl_rep
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_context.h 41 unsigned bo_size; member in struct:nouveau_context::__anon18442
nouveau_buffer.c 599 if ((size > nv->scratch.bo_size) || (i == nv->scratch.wrap))
605 ret = nouveau_scratch_bo_alloc(nv, &bo, nv->scratch.bo_size);
612 nv->scratch.end = nv->scratch.bo_size;
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_context.h 41 unsigned bo_size; member in struct:nouveau_context::__anon10926
nouveau_buffer.c 599 if ((size > nv->scratch.bo_size) || (i == nv->scratch.wrap))
605 ret = nouveau_scratch_bo_alloc(nv, &bo, nv->scratch.bo_size);
612 nv->scratch.end = nv->scratch.bo_size;
  /hardware/intel/common/libwsbm/src/
wsbm_ttmpool.c 147 dBuf->realSize = arg.rep.bo_size;
188 dBuf->requestedSize = arg.rep.bo_size;
191 dBuf->realSize = arg.rep.bo_size;
568 dBuf->realSize = arg.rep.bo_size;
wsbm_slabpool.c 417 kbo->actualSize = arg.rep.bo_size;
  /hardware/intel/img/libdrm/libdrm/intel/
intel_bufmgr_gem.c 329 unsigned long bo_size; local
338 bo_size = size;
339 if (bo_size < page_size)
340 bo_size = page_size;
342 bo_size = bucket->size;
380 bo_gem->bo.size = bo_size;
382 create.size = bo_size;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_context.c 188 nv50->base.scratch.bo_size = 2 << 20;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_context.c 193 nvc0->base.scratch.bo_size = 2 << 20;
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_context.c 188 nv50->base.scratch.bo_size = 2 << 20;
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_context.c 193 nvc0->base.scratch.bo_size = 2 << 20;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_texture.c 173 rtex->size = rtex->surface.bo_size;
304 out->size = (fmask.bo_size + 7) / 8;
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_texture.c 173 rtex->size = rtex->surface.bo_size;
304 out->size = (fmask.bo_size + 7) / 8;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
r600_texture.c 505 unsigned size = rtex->surface.bo_size;
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_texture.c 505 unsigned size = rtex->surface.bo_size;

Completed in 293 milliseconds