Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_miptree.c327 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()
Dnvc0_video_bsp.c72 cfg.nvc0.memtype = 0xfe; in nvc0_decoder_bsp_next()
108 cfg.nvc0.memtype = 0xfe; in nvc0_decoder_bsp_next()
Dnvc0_winsys.h102 return bo->config.nvc0.memtype; in nouveau_bo_memtype()
Dnvc0_video.c101 cfg.nvc0.memtype = 0xfe; in nvc0_create_decoder()
/third_party/libdrm/nouveau/
Dabi16.c293 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()
Dnouveau.h102 uint32_t memtype; member
106 uint32_t memtype; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_miptree.c353 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()
Dnv50_winsys.h87 return bo->config.nv50.memtype; in nouveau_bo_memtype()
Dnv84_video.c659 cfg.nv50.memtype = 0x70; in nv84_video_buffer_create()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/
Dszrt_asan.c125 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/
Dkgsl_bo.c198 .memtype = KGSL_USER_MEM_TYPE_ADDR, in fd_bo_from_fbdev()
Dmsm_kgsl.h332 enum kgsl_user_mem_type memtype; member
/third_party/ltp/testcases/kernel/fs/doio/
Ddoio.c109 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/
Dnouveau_mm.c179 size, cache->config.nv50.memtype, ret); in nouveau_mm_allocate()
/third_party/mesa3d/src/freedreno/vulkan/
Dmsm_kgsl.h607 enum kgsl_user_mem_type memtype; member