Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
Darm_mve.td824 multiclass contiguous_load<string mnemonic, PrimitiveType memtype,
830 (load (address (CPtr<Vector> $addr), !srl(memtype.size,3)))>,
835 (CPtr<Vector> $addr), !srl(memtype.size,3),
845 (load (address (CPtr<Vector> $addr), !srl(memtype.size,3)))>,
850 (CPtr<Vector> $addr), !srl(memtype.size,3),
860 (extend (load (address (CPtr<NarrowedVecOf<memtype,Vector>>
861 $addr), !srl(memtype.size,3))),
867 [NarrowedVecOf<memtype,Vector>,
868 CPtr<NarrowedVecOf<memtype,Vector>>]>
869 (CPtr<NarrowedVecOf<memtype,Vector>> $addr),
[all …]
/external/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
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_miptree.c296 switch (config->nvc0.memtype) { in nvc0_miptree_get_modifier()
410 bo_config.nvc0.memtype = nvc0_mt_choose_storage_type(mt, compressed); in nvc0_miptree_create()
412 bo_config.nvc0.memtype = tu102_mt_choose_storage_type(mt, compressed); in nvc0_miptree_create()
422 if (likely(bo_config.nvc0.memtype)) { in nvc0_miptree_create()
431 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()
/external/igt-gpu-tools/tests/
Dprime_nv_pcopy.c61 uint32_t dx = 1, dy = 1, memtype = 0; in nv_bo_alloc() local
75 memtype = 0x70; in nv_bo_alloc()
78 memtype = 0xfe; in nv_bo_alloc()
82 memtype = memtype_intel; in nv_bo_alloc()
99 cfg.nv50.memtype = memtype; in nv_bo_alloc()
107 (*bo)->flags, (*bo)->config.nv50.memtype, in nv_bo_alloc()
122 (*bo)->flags, (*bo)->config.nv50.memtype, in nv_bo_alloc()
124 (*bo)->config.nv50.memtype = memtype; in nv_bo_alloc()
/external/eigen/Eigen/src/SparseLU/
DSparseLU_Memory.h209 …geIndex>::memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType memtype, Index& num_expan… in memXpand() argument
212 if (memtype == USUB) in memXpand()
DSparseLUImpl.h38 …Index memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType memtype, Index& num_expansion…
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_miptree.c357 bo_config.nv50.memtype = nv50_mt_choose_storage_type(mt, compressed); in nv50_miptree_create()
371 if (bo_config.nv50.memtype != 0) { in nv50_miptree_create()
380 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()
/external/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()
/external/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
/external/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 …]
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_mm.c178 size, cache->config.nv50.memtype, ret); in nouveau_mm_allocate()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_build.c131 unsigned memtype, in tgsi_build_declaration() argument
149 declaration.MemType = memtype; in tgsi_build_declaration()
/external/mesa3d/src/freedreno/vulkan/
Dmsm_kgsl.h607 enum kgsl_user_mem_type memtype; member
/external/cpuinfo/test/dmesg/
Dnexus9.log75 …6M video=tegrafb console=ttyS0,115200n8 earlyprintk MTS Version=33985182 memtype=0 tzram=4M@3962M …
/external/libabigail/tests/data/test-diff-filter/
Dtest-PR27569-v0.abi60937 …<var-decl name="memtype" type-id="95e97e5e" visibility="default" filepath="include/linux/uio_drive…
Dtest-PR27569-v1.abi60951 …<var-decl name="memtype" type-id="95e97e5e" visibility="default" filepath="include/linux/uio_drive…