Searched refs:memtype (Results 1 - 18 of 18) sorted by relevance

/external/opencv3/modules/cudaoptflow/src/
H A Dbrox.cpp150 frame0MemSeg.begin.memtype = NCVMemoryTypeDevice;
155 frame1MemSeg.begin.memtype = NCVMemoryTypeDevice;
160 uMemSeg.begin.memtype = NCVMemoryTypeDevice;
165 vMemSeg.begin.memtype = NCVMemoryTypeDevice;
/external/libdrm/nouveau/
H A Dabi16.c297 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 Dnouveau.h102 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 Dnv50_winsys.h86 return bo->config.nv50.memtype;
H A Dnv50_miptree.c272 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 DSparseLU_Memory.h204 * \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 DSparseLUImpl.h36 Index memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType memtype, Index& num_expansions);
/external/v8/src/compiler/
H A Dwasm-compiler.cc2562 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 Dwasm-compiler.h169 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 Dnvc0_winsys.h96 return bo->config.nvc0.memtype;
H A Dnvc0_miptree.c289 bo_config.nvc0.memtype = nvc0_mt_choose_storage_type(mt, TRUE);
299 if (likely(bo_config.nvc0.memtype)) {
H A Dnvc0_screen.c760 mm_config.nvc0.memtype = 0xfe0;
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
H A DNCV.hpp442 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 DNCV.cpp172 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 Dkgsl_bo.c196 .memtype = KGSL_USER_MEM_TYPE_ADDR,
H A Dmsm_kgsl.h332 enum kgsl_user_mem_type memtype; member in struct:kgsl_map_user_mem
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_mm.c171 size, cache->config.nv50.memtype, ret);
/external/opencv3/modules/cudaobjdetect/src/
H A Dcascadeclassifier.cpp323 src_beg.memtype = NCVMemoryTypeDevice;
336 objects_beg.memtype = NCVMemoryTypeDevice;

Completed in 427 milliseconds