Searched refs:memtype (Results 1 – 14 of 14) sorted by relevance
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_Memory.h | 210 …r,Index>::memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType memtype, Index& num_expan… in memXpand() argument 213 if (memtype == USUB) in memXpand()
|
D | SparseLUImpl.h | 36 …Index memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType memtype, Index& num_expansion…
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
D | nvc0_miptree.c | 289 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()
|
D | nvc0_winsys.h | 96 return bo->config.nvc0.memtype; in nouveau_bo_memtype()
|
D | nvc0_screen.c | 760 mm_config.nvc0.memtype = 0xfe0; in nvc0_screen_create()
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_miptree.c | 289 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()
|
D | nvc0_winsys.h | 96 return bo->config.nvc0.memtype; in nouveau_bo_memtype()
|
D | nvc0_screen.c | 760 mm_config.nvc0.memtype = 0xfe0; in nvc0_screen_create()
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_winsys.h | 86 return bo->config.nv50.memtype; in nouveau_bo_memtype()
|
D | nv50_miptree.c | 272 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/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/ |
D | nv50_winsys.h | 86 return bo->config.nv50.memtype; in nouveau_bo_memtype()
|
D | nv50_miptree.c | 272 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/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_mm.c | 171 size, cache->config.nv50.memtype, ret); in nouveau_mm_allocate()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/ |
D | nouveau_mm.c | 171 size, cache->config.nv50.memtype, ret); in nouveau_mm_allocate()
|