Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/mach-ath79/ar934x/
Dddr.c41 int memtype; in ar934x_ddr_init() local
50 memtype = AR934X_DDR1; in ar934x_ddr_init()
53 memtype = AR934X_DDR2; in ar934x_ddr_init()
79 memtype = AR934X_SDRAM; in ar934x_ddr_init()
90 memcfg = &ar934x_mem_config[memtype]; in ar934x_ddr_init()
107 if (memtype == AR934X_DDR2) { in ar934x_ddr_init()
115 if (memtype != AR934X_SDRAM) in ar934x_ddr_init()
138 if (memtype != AR934X_SDRAM) { in ar934x_ddr_init()
/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.c283 bo_config.nvc0.memtype = nvc0_mt_choose_storage_type(mt, compressed); in nvc0_miptree_create()
293 if (likely(bo_config.nvc0.memtype)) { in nvc0_miptree_create()
302 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/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/v8/src/wasm/
Dvalue-type.h97 #define MEMTYPE(_, __, memtype, ___) MachineType::memtype(), argument
Dfunction-body-decoder-impl.h2253 MachineType memtype; in DecodeAtomicOpcode() local
2257 memtype = MachineType::Type(); \ in DecodeAtomicOpcode()
2265 memtype = MachineType::Type(); \ in DecodeAtomicOpcode()
2276 this, this->pc_ + 1, ElementSizeLog2Of(memtype.representation())); in DecodeAtomicOpcode()
/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.c660 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/epid-sdk/ext/ipp/sources/include/
Dia_32e.inc2677 memtype INSTR <src>,<oword>
2678 IF memtype EQ 0
2679 memtype INSTR <src>,<OWORD>
2681 IF memtype EQ 0
2688 memtype INSTR <dst>,<oword>
2689 IF memtype EQ 0
2690 memtype INSTR <dst>,<OWORD>
2692 IF memtype EQ 0
3028 memtype INSTR <src>,memlc
3029 IF memtype EQ 0
[all …]
/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/v8/src/compiler/
Dwasm-compiler.cc1231 MachineType memtype, in BuildChangeEndiannessLoad() argument
1236 int valueSizeInBytes = ElementSizeInBytes(memtype.representation()); in BuildChangeEndiannessLoad()
1240 switch (memtype.representation()) { in BuildChangeEndiannessLoad()
1353 switch (memtype.representation()) { in BuildChangeEndiannessLoad()
1367 if (memtype.IsSigned()) { in BuildChangeEndiannessLoad()
3182 Node* WasmGraphBuilder::LoadMem(wasm::ValueType type, MachineType memtype, in LoadMem() argument
3190 index = BoundsCheckMem(wasm::ValueTypes::MemSize(memtype), index, offset, in LoadMem()
3193 if (memtype.representation() == MachineRepresentation::kWord8 || in LoadMem()
3194 mcgraph()->machine()->UnalignedLoadSupported(memtype.representation())) { in LoadMem()
3196 load = graph()->NewNode(mcgraph()->machine()->ProtectedLoad(memtype), in LoadMem()
[all …]
Dwasm-compiler.h230 Node* LoadMem(wasm::ValueType type, MachineType memtype, Node* index,
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_build.c131 unsigned memtype, in tgsi_build_declaration() argument
149 declaration.MemType = memtype; in tgsi_build_declaration()