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

/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::__anon11327
106 uint32_t memtype; member in struct:nouveau_bo_config::__anon11328
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_miptree.c283 bo_config.nvc0.memtype = nvc0_mt_choose_storage_type(mt, compressed);
293 if (likely(bo_config.nvc0.memtype)) {
302 if (!bo_config.nvc0.memtype && (pt->usage == PIPE_USAGE_STAGING || pt->bind & PIPE_BIND_SHARED))
H A Dnvc0_video_bsp.c72 cfg.nvc0.memtype = 0xfe;
108 cfg.nvc0.memtype = 0xfe;
H A Dnvc0_winsys.h102 return bo->config.nvc0.memtype;
H A Dnvc0_video.c100 cfg.nvc0.memtype = 0xfe;
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_winsys.h87 return bo->config.nv50.memtype;
H A Dnv50_miptree.c357 bo_config.nv50.memtype = nv50_mt_choose_storage_type(mt, compressed);
371 if (bo_config.nv50.memtype != 0) {
380 if (!bo_config.nv50.memtype && (pt->bind & PIPE_BIND_SHARED))
H A Dnv84_video.c660 cfg.nv50.memtype = 0x70;
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_Memory.h203 * \param memtype Type of the element to expand
209 Index SparseLUImpl<Scalar,StorageIndex>::memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType memtype, Index& num_expansions) argument
212 if (memtype == USUB)
H A DSparseLUImpl.h38 Index memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType memtype, Index& num_expansions);
/external/swiftshader/third_party/subzero/runtime/
H A Dszrt_asan.c125 const char *memtype = memtype_names[MEMTYPE_INDEX(shadow_val)]; local
127 access_name, memtype, ptr);
/external/v8/src/compiler/
H A Dwasm-compiler.cc1186 Node* WasmGraphBuilder::BuildChangeEndianness(Node* node, MachineType memtype, argument
1191 int valueSizeInBytes = 1 << ElementSizeLog2Of(memtype.representation());
1195 switch (memtype.representation()) {
1282 switch (memtype.representation()) {
1296 if (memtype.IsSigned()) {
3140 void WasmGraphBuilder::BoundsCheckMem(MachineType memtype, Node* index, argument
3146 byte memsize = wasm::WasmOpcodes::MemSize(memtype);
3195 Node* WasmGraphBuilder::LoadMem(wasm::ValueType type, MachineType memtype, argument
3203 BoundsCheckMem(memtype, index, offset, position);
3206 ElementSizeLog2Of(memtype
3250 StoreMem(MachineType memtype, Node* index, uint32_t offset, uint32_t alignment, Node* val, wasm::WasmCodePosition position) argument
[all...]
H A Dwasm-compiler.h207 Node* LoadMem(wasm::ValueType type, MachineType memtype, Node* index,
280 void BoundsCheckMem(MachineType memtype, Node* index, uint32_t offset,
/external/libdrm/freedreno/kgsl/
H A Dkgsl_bo.c202 .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.c178 size, cache->config.nv50.memtype, ret);
/external/ltp/testcases/kernel/fs/doio/
H A Ddoio.c109 int memtype; member in struct:memalloc
3886 switch (Memalloc[me].memtype) {
3928 Memalloc[me].memtype, me);
3944 switch (M->memtype) {
4125 Memalloc[me].memtype, mturn);
5182 Memalloc[Nmemalloc].memtype = MEM_DATA;
5257 M->memtype = MEM_DATA;
5268 M->memtype = MEM_MMAP;
5312 M->memtype = MEM_SHMEM;
5349 switch (Memalloc[ma].memtype) {
[all...]

Completed in 574 milliseconds