/external/u-boot/arch/mips/mach-ath79/ar934x/ |
D | ddr.c | 41 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/ |
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
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_miptree.c | 283 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()
|
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()
|
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_Memory.h | 209 …geIndex>::memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType memtype, Index& num_expan… in memXpand() argument 212 if (memtype == USUB) in memXpand()
|
D | SparseLUImpl.h | 38 …Index memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType memtype, Index& num_expansion…
|
/external/v8/src/wasm/ |
D | value-type.h | 97 #define MEMTYPE(_, __, memtype, ___) MachineType::memtype(), argument
|
D | function-body-decoder-impl.h | 2253 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/ |
D | nv50_miptree.c | 357 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()
|
D | nv50_winsys.h | 87 return bo->config.nv50.memtype; in nouveau_bo_memtype()
|
D | nv84_video.c | 660 cfg.nv50.memtype = 0x70; in nv84_video_buffer_create()
|
/external/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()
|
/external/epid-sdk/ext/ipp/sources/include/ |
D | ia_32e.inc | 2677 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/ |
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
|
/external/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 …]
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_mm.c | 178 size, cache->config.nv50.memtype, ret); in nouveau_mm_allocate()
|
/external/v8/src/compiler/ |
D | wasm-compiler.cc | 1231 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 …]
|
D | wasm-compiler.h | 230 Node* LoadMem(wasm::ValueType type, MachineType memtype, Node* index,
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_build.c | 131 unsigned memtype, in tgsi_build_declaration() argument 149 declaration.MemType = memtype; in tgsi_build_declaration()
|