/external/eigen/Eigen/src/SparseLU/ |
SparseLUImpl.h | 36 Index memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType memtype, Index& num_expansions);
|
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) 213 if (memtype == USUB)
|
SparseLU_Structs.h | 74 typedef enum {LUSUP, UCOL, LSUB, USUB, LLVL, ULVL} MemType;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/ |
nv50_winsys.h | 86 return bo->config.nv50.memtype;
|
nv50_miptree.c | 272 bo_config.nv50.memtype = nv50_mt_choose_storage_type(mt, TRUE); 279 if (bo_config.nv50.memtype != 0) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
nvc0_winsys.h | 96 return bo->config.nvc0.memtype;
|
nvc0_miptree.c | 289 bo_config.nvc0.memtype = nvc0_mt_choose_storage_type(mt, TRUE); 299 if (likely(bo_config.nvc0.memtype)) {
|
nvc0_screen.c | 760 mm_config.nvc0.memtype = 0xfe0;
|
/external/mesa3d/src/gallium/drivers/nv50/ |
nv50_winsys.h | 86 return bo->config.nv50.memtype;
|
nv50_miptree.c | 272 bo_config.nv50.memtype = nv50_mt_choose_storage_type(mt, TRUE); 279 if (bo_config.nv50.memtype != 0) {
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_winsys.h | 96 return bo->config.nvc0.memtype;
|
nvc0_miptree.c | 289 bo_config.nvc0.memtype = nvc0_mt_choose_storage_type(mt, TRUE); 299 if (likely(bo_config.nvc0.memtype)) {
|
/external/llvm/lib/Target/X86/ |
X86AtomicExpandPass.cpp | 41 bool needsCmpXchgNb(Type *MemType); 105 bool X86AtomicExpandPass::needsCmpXchgNb(llvm::Type *MemType) { 112 unsigned OpWidth = MemType->getPrimitiveSizeInBits();
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/ |
nouveau_mm.c | 171 size, cache->config.nv50.memtype, ret);
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_mm.c | 171 size, cache->config.nv50.memtype, ret);
|
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/ |
mcLoadFormat.h | 118 memType_t memType; /**< Type of memory the service must be executed from. */
|
/hardware/intel/common/libmix/videoencoder/ |
IntelMetadataBuffer.cpp | 465 //send pid, sessionflag, and memtype 750 //send pid, sessionflag, and memtype
|
/hardware/qcom/display/msm8084/libcopybit/ |
copybit_c2d.cpp | 338 uint32 memtype; local 349 memtype = KGSL_USER_MEM_TYPE_PMEM; 351 memtype = KGSL_USER_MEM_TYPE_ASHMEM; 353 memtype = KGSL_USER_MEM_TYPE_ION; 371 handle->offset, memtype, (void**)&gpuaddr); [all...] |
/hardware/qcom/display/msm8226/libcopybit/ |
copybit_c2d.cpp | 338 uint32 memtype, *gpuaddr = 0; local 348 memtype = KGSL_USER_MEM_TYPE_PMEM; 350 memtype = KGSL_USER_MEM_TYPE_ASHMEM; 352 memtype = KGSL_USER_MEM_TYPE_ION; 370 handle->offset, memtype, (void**)&gpuaddr); [all...] |
/hardware/qcom/display/msm8960/libcopybit/ |
copybit_c2d.cpp | 336 uint32 memtype, *gpuaddr; local 344 memtype = KGSL_USER_MEM_TYPE_PMEM; 346 memtype = KGSL_USER_MEM_TYPE_ASHMEM; 348 memtype = KGSL_USER_MEM_TYPE_ION; 355 handle->offset, memtype, (void**)&gpuaddr); [all...] |
/hardware/qcom/display/msm8974/libcopybit/ |
copybit_c2d.cpp | 340 uint32 memtype, *gpuaddr = 0; local 350 memtype = KGSL_USER_MEM_TYPE_PMEM; 352 memtype = KGSL_USER_MEM_TYPE_ASHMEM; 354 memtype = KGSL_USER_MEM_TYPE_ION; 372 handle->offset, memtype, (void**)&gpuaddr); [all...] |
/hardware/qcom/msm8x27/original-kernel-headers/linux/ |
msm_kgsl.h | 318 enum kgsl_user_mem_type memtype; member in struct:kgsl_map_user_mem
|
/external/llvm/lib/Target/Hexagon/ |
HexagonISelDAGToDAG.cpp | 365 static bool OffsetFitsS11(EVT MemType, int64_t Offset) { 366 if (MemType == MVT::i64 && isShiftedInt<11,3>(Offset)) { 369 if (MemType == MVT::i32 && isShiftedInt<11,2>(Offset)) { 372 if (MemType == MVT::i16 && isShiftedInt<11,1>(Offset)) { 375 if (MemType == MVT::i8 && isInt<11>(Offset)) { [all...] |
/hardware/qcom/msm8x27/kernel-headers/linux/ |
msm_kgsl.h | 252 enum kgsl_user_mem_type memtype; member in struct:kgsl_map_user_mem
|
/device/lge/mako/camera/mm-camera-interface/ |
mm_camera_stream.c | 435 ALOGV("%s: stream fd=%d, ioctl VIDIOC_REQBUFS: memtype = %d, num_frames = %d, rc=%d\n", 531 CDBG("%s: stream fd=%d, ioctl VIDIOC_REQBUFS: memtype = %d,"
|