/external/opencv3/modules/cudaoptflow/src/ |
H A D | brox.cpp | 150 frame0MemSeg.begin.memtype = NCVMemoryTypeDevice; 155 frame1MemSeg.begin.memtype = NCVMemoryTypeDevice; 160 uMemSeg.begin.memtype = NCVMemoryTypeDevice; 165 vMemSeg.begin.memtype = NCVMemoryTypeDevice;
|
/external/libdrm/nouveau/ |
H A D | abi16.c | 297 bo->config.nvc0.memtype = (info->tile_flags & 0xff00) >> 8; 301 bo->config.nv50.memtype = (info->tile_flags & 0x07f00) >> 8 | 342 info->tile_flags = (config->nvc0.memtype & 0xff) << 8; 346 info->tile_flags = (config->nv50.memtype & 0x07f) << 8 | 347 (config->nv50.memtype & 0x180) << 9;
|
H A D | nouveau.h | 102 uint32_t memtype; member in struct:nouveau_bo_config::__anon9600 106 uint32_t memtype; member in struct:nouveau_bo_config::__anon9601
|
/external/mesa3d/src/gallium/drivers/nv50/ |
H A D | nv50_winsys.h | 86 return bo->config.nv50.memtype;
|
H A D | nv50_miptree.c | 272 bo_config.nv50.memtype = nv50_mt_choose_storage_type(mt, TRUE); 279 if (bo_config.nv50.memtype != 0) {
|
/external/eigen/Eigen/src/SparseLU/ |
H A D | SparseLU_Memory.h | 204 * \param memtype Type of the element to expand 210 Index SparseLUImpl<Scalar,Index>::memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType memtype, Index& num_expansions) argument 213 if (memtype == USUB)
|
H A D | SparseLUImpl.h | 36 Index memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType memtype, Index& num_expansions);
|
/external/v8/src/compiler/ |
H A D | wasm-compiler.cc | 2562 void WasmGraphBuilder::BoundsCheckMem(MachineType memtype, Node* index, argument 2567 byte memsize = wasm::WasmOpcodes::MemSize(memtype); 2638 MachineType memtype, Node* index, 2649 bool signExtend = memtype.IsSigned(); 2651 bool isFloat = IsFloatingPoint(memtype.representation()); 2655 int numberOfBytes = 1 << ElementSizeLog2Of(memtype.representation()); 2718 Node* WasmGraphBuilder::LoadMem(wasm::LocalType type, MachineType memtype, argument 2725 BoundsCheckMem(memtype, index, offset, position); 2727 ElementSizeLog2Of(memtype.representation()); 2730 jsgraph()->machine()->UnalignedLoadSupported(memtype, alignmen 2637 BuildUnalignedLoad(wasm::LocalType type, MachineType memtype, Node* index, uint32_t offset, uint32_t alignment) argument 2781 BuildUnalignedStore(MachineType memtype, Node* index, uint32_t offset, uint32_t alignment, Node* val) argument 2846 StoreMem(MachineType memtype, Node* index, uint32_t offset, uint32_t alignment, Node* val, wasm::WasmCodePosition position) argument [all...] |
H A D | wasm-compiler.h | 169 Node* LoadMem(wasm::LocalType type, MachineType memtype, Node* index, 221 void BoundsCheckMem(MachineType memtype, Node* index, uint32_t offset, 230 Node* BuildUnalignedLoad(wasm::LocalType type, MachineType memtype, 234 Node* BuildUnalignedStore(MachineType memtype, Node* index, uint32_t offset,
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
H A D | nvc0_winsys.h | 96 return bo->config.nvc0.memtype;
|
H A D | nvc0_miptree.c | 289 bo_config.nvc0.memtype = nvc0_mt_choose_storage_type(mt, TRUE); 299 if (likely(bo_config.nvc0.memtype)) {
|
H A D | nvc0_screen.c | 760 mm_config.nvc0.memtype = 0xfe0;
|
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/ |
H A D | NCV.hpp | 442 NCVMemoryType memtype; member in struct:NCVMemPtr 651 this->_memtype = this->allocatedMem.begin.memtype; 703 this->_memtype = memSegment.begin.memtype; 718 this->_memtype = memSegment.begin.memtype; 880 this->_memtype = this->allocatedMem.begin.memtype; 956 this->_memtype = memSegment.begin.memtype;
|
/external/opencv3/modules/cudalegacy/src/ |
H A D | NCV.cpp | 172 memtype = NCVMemoryTypeNone; 437 seg.begin.memtype = this->_memType; 448 ncvAssertReturn(seg.begin.memtype == this->_memType, NCV_ALLOCATOR_BAD_DEALLOC); 538 seg.begin.memtype = this->_memType; 548 ncvAssertReturn(seg.begin.memtype == this->_memType, NCV_ALLOCATOR_BAD_DEALLOC);
|
/external/libdrm/freedreno/kgsl/ |
H A D | kgsl_bo.c | 196 .memtype = KGSL_USER_MEM_TYPE_ADDR,
|
H A D | msm_kgsl.h | 332 enum kgsl_user_mem_type memtype; member in struct:kgsl_map_user_mem
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_mm.c | 171 size, cache->config.nv50.memtype, ret);
|
/external/opencv3/modules/cudaobjdetect/src/ |
H A D | cascadeclassifier.cpp | 323 src_beg.memtype = NCVMemoryTypeDevice; 336 objects_beg.memtype = NCVMemoryTypeDevice;
|