Home
last modified time | relevance | path

Searched refs:memtype (Results 1 – 12 of 12) sorted by relevance

/external/libdrm/nouveau/
Dabi16.c165 bo->config.nvc0.memtype = (info->tile_flags & 0xff00) >> 8; in abi16_bo_info()
169 bo->config.nv50.memtype = (info->tile_flags & 0x07f00) >> 8 | in abi16_bo_info()
206 info->tile_flags = (config->nvc0.memtype & 0xff) << 8; in abi16_bo_init()
210 info->tile_flags = (config->nv50.memtype & 0x07f) << 8 | in abi16_bo_init()
211 (config->nv50.memtype & 0x180) << 9; in abi16_bo_init()
Dnouveau.h107 uint32_t memtype; member
111 uint32_t memtype; member
/external/eigen/Eigen/src/SparseLU/
DSparseLU_Memory.h210 …r,Index>::memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType memtype, Index& num_expan… in memXpand() argument
213 if (memtype == USUB) in memXpand()
DSparseLUImpl.h36 …Index memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType memtype, Index& num_expansion…
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_miptree.c289 bo_config.nvc0.memtype = nvc0_mt_choose_storage_type(mt, TRUE); in nvc0_miptree_create()
299 if (likely(bo_config.nvc0.memtype)) { in nvc0_miptree_create()
Dnvc0_winsys.h96 return bo->config.nvc0.memtype; in nouveau_bo_memtype()
Dnvc0_screen.c760 mm_config.nvc0.memtype = 0xfe0; in nvc0_screen_create()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_winsys.h86 return bo->config.nv50.memtype; in nouveau_bo_memtype()
Dnv50_miptree.c272 bo_config.nv50.memtype = nv50_mt_choose_storage_type(mt, TRUE); in nv50_miptree_create()
279 if (bo_config.nv50.memtype != 0) { in nv50_miptree_create()
/external/libdrm/freedreno/kgsl/
Dkgsl_bo.c196 .memtype = KGSL_USER_MEM_TYPE_ADDR, in fd_bo_from_fbdev()
Dmsm_kgsl.h332 enum kgsl_user_mem_type memtype; member
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_mm.c171 size, cache->config.nv50.memtype, ret); in nouveau_mm_allocate()