Searched refs:memtype (Results 1 – 15 of 15) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_miptree.c | 327 if (config->nvc0.memtype == 0x00) in nvc0_miptree_get_modifier() 331 if (config->nvc0.memtype != uc_kind) in nvc0_miptree_get_modifier() 338 config->nvc0.memtype, in nvc0_miptree_get_modifier() 493 bo_config.nvc0.memtype = 0; in nvc0_miptree_create() 495 bo_config.nvc0.memtype = (modifier >> 12) & 0xff; in nvc0_miptree_create() 498 bo_config.nvc0.memtype = nvc0_mt_choose_storage_type(pscreen, mt, compressed); in nvc0_miptree_create() 510 if (likely(bo_config.nvc0.memtype)) { in nvc0_miptree_create() 528 if (!bo_config.nvc0.memtype && (pt->usage == PIPE_USAGE_STAGING || pt->bind & PIPE_BIND_SHARED)) in nvc0_miptree_create()
|
D | nvc0_video_bsp.c | 72 cfg.nvc0.memtype = 0xfe; in nvc0_decoder_bsp_next() 108 cfg.nvc0.memtype = 0xfe; in nvc0_decoder_bsp_next()
|
D | nvc0_winsys.h | 102 return bo->config.nvc0.memtype; in nouveau_bo_memtype()
|
D | nvc0_video.c | 101 cfg.nvc0.memtype = 0xfe; in nvc0_create_decoder()
|
/third_party/libdrm/nouveau/ |
D | abi16.c | 293 bo->config.nvc0.memtype = (info->tile_flags & 0xff00) >> 8; in abi16_bo_info() 297 bo->config.nv50.memtype = (info->tile_flags & 0x07f00) >> 8 | in abi16_bo_info() 338 info->tile_flags = (config->nvc0.memtype & 0xff) << 8; in abi16_bo_init() 342 info->tile_flags = (config->nv50.memtype & 0x07f) << 8 | in abi16_bo_init() 343 (config->nv50.memtype & 0x180) << 9; in abi16_bo_init()
|
D | nouveau.h | 102 uint32_t memtype; member 106 uint32_t memtype; member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_miptree.c | 353 bo_config.nv50.memtype = nv50_mt_choose_storage_type(mt, compressed); in nv50_miptree_create() 367 if (bo_config.nv50.memtype != 0) { in nv50_miptree_create() 383 if (!bo_config.nv50.memtype && (pt->bind & PIPE_BIND_SHARED)) in nv50_miptree_create()
|
D | nv50_winsys.h | 87 return bo->config.nv50.memtype; in nouveau_bo_memtype()
|
D | nv84_video.c | 659 cfg.nv50.memtype = 0x70; in nv84_video_buffer_create()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/ |
D | szrt_asan.c | 125 const char *memtype = memtype_names[MEMTYPE_INDEX(shadow_val)]; in __asan_error() local 127 access_name, memtype, ptr); in __asan_error()
|
/third_party/libdrm/freedreno/kgsl/ |
D | kgsl_bo.c | 198 .memtype = KGSL_USER_MEM_TYPE_ADDR, in fd_bo_from_fbdev()
|
D | msm_kgsl.h | 332 enum kgsl_user_mem_type memtype; member
|
/third_party/ltp/testcases/kernel/fs/doio/ |
D | doio.c | 109 int memtype; member 3886 switch (Memalloc[me].memtype) { in alloc_mem() 3928 Memalloc[me].memtype, me); in alloc_mem() 3944 switch (M->memtype) { in alloc_mem() 4125 Memalloc[me].memtype, mturn); in alloc_mem() 5182 Memalloc[Nmemalloc].memtype = MEM_DATA; in parse_cmdline() 5257 M->memtype = MEM_DATA; in parse_memalloc() 5268 M->memtype = MEM_MMAP; in parse_memalloc() 5312 M->memtype = MEM_SHMEM; in parse_memalloc() 5349 switch (Memalloc[ma].memtype) { in dump_memalloc() [all …]
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_mm.c | 179 size, cache->config.nv50.memtype, ret); in nouveau_mm_allocate()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | msm_kgsl.h | 607 enum kgsl_user_mem_type memtype; member
|