Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_miptree.c327 if (config->nvc0.memtype == 0x00) in nvc0_miptree_get_modifier()
331 if (config->nvc0.memtype != uc_kind) in nvc0_miptree_get_modifier()
338 config->nvc0.memtype, in nvc0_miptree_get_modifier()
496 bo_config.nvc0.memtype = 0; in nvc0_miptree_create()
498 bo_config.nvc0.memtype = (modifier >> 12) & 0xff; in nvc0_miptree_create()
501 bo_config.nvc0.memtype = nvc0_mt_choose_storage_type(pscreen, mt, compressed); in nvc0_miptree_create()
513 if (likely(bo_config.nvc0.memtype)) { in nvc0_miptree_create()
531 if (!bo_config.nvc0.memtype && (pt->usage == PIPE_USAGE_STAGING || pt->bind & PIPE_BIND_SHARED)) in nvc0_miptree_create()
H A Dnvc0_video_bsp.c72 cfg.nvc0.memtype = 0xfe; in nvc0_decoder_bsp_next()
108 cfg.nvc0.memtype = 0xfe; in nvc0_decoder_bsp_next()
H A Dnvc0_winsys.h102 return bo->config.nvc0.memtype;
H A Dnvc0_video.c102 cfg.nvc0.memtype = 0xfe; in nvc0_create_decoder()
/third_party/libdrm/nouveau/
H A Dabi16.c293 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()
H A Dnouveau.h102 uint32_t memtype; member
106 uint32_t memtype; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_miptree.c353 bo_config.nv50.memtype = nv50_mt_choose_storage_type(mt, compressed); in nv50_miptree_create()
367 if (bo_config.nv50.memtype != 0) { in nv50_miptree_create()
383 if (!bo_config.nv50.memtype && (pt->bind & PIPE_BIND_SHARED)) in nv50_miptree_create()
H A Dnv50_winsys.h87 return bo->config.nv50.memtype; in nouveau_bo_memtype()
H A Dnv84_video.c659 cfg.nv50.memtype = 0x70; in nv84_video_buffer_create()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/
H A Dszrt_asan.c125 const char *memtype = memtype_names[MEMTYPE_INDEX(shadow_val)]; in __asan_error() local
127 access_name, memtype, ptr); in __asan_error()
/third_party/node/deps/v8/src/wasm/
H A Dvalue-type.h691 #define LOAD_SIZE(_, __, memtype) \
693 ElementSizeLog2Of(MachineType::memtype().representation())),
705 #define MEMTYPE(_, __, memtype) MachineType::memtype(),
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc1752 MachineType memtype, in BuildChangeEndiannessLoad()
1757 int valueSizeInBytes = ElementSizeInBytes(memtype.representation()); in BuildChangeEndiannessLoad()
1761 switch (memtype.representation()) { in BuildChangeEndiannessLoad()
1844 switch (memtype.representation()) { in BuildChangeEndiannessLoad()
1857 if (memtype.IsSigned()) { in BuildChangeEndiannessLoad()
3970 MachineType memtype, wasm::LoadTransformationKind transform) { in GetLoadTransformation()
3973 if (memtype == MachineType::Int8()) { in GetLoadTransformation()
3975 } else if (memtype == MachineType::Int16()) { in GetLoadTransformation()
3977 } else if (memtype == MachineType::Int32()) { in GetLoadTransformation()
3979 } else if (memtype in GetLoadTransformation()
1751 BuildChangeEndiannessLoad(Node* node, MachineType memtype, wasm::ValueType wasmtype) BuildChangeEndiannessLoad() argument
3969 GetLoadTransformation( MachineType memtype, wasm::LoadTransformationKind transform) GetLoadTransformation() argument
4031 LoadLane(wasm::ValueType type, MachineType memtype, Node* value, Node* index, uint64_t offset, uint32_t alignment, uint8_t laneidx, wasm::WasmCodePosition position) LoadLane() argument
4062 LoadTransform(wasm::ValueType type, MachineType memtype, wasm::LoadTransformationKind transform, Node* index, uint64_t offset, uint32_t alignment, wasm::WasmCodePosition position) LoadTransform() argument
4103 LoadMem(wasm::ValueType type, MachineType memtype, Node* index, uint64_t offset, uint32_t alignment, wasm::WasmCodePosition position) LoadMem() argument
[all...]
H A Dwasm-compiler.h391 Node* LoadMem(wasm::ValueType type, MachineType memtype, Node* index,
395 Node* LoadTransformBigEndian(wasm::ValueType type, MachineType memtype,
400 Node* LoadTransform(wasm::ValueType type, MachineType memtype,
404 Node* LoadLane(wasm::ValueType type, MachineType memtype, Node* value,
/third_party/node/deps/v8/src/wasm/baseline/arm64/
H A Dliftoff-assembler-arm64.h1680 MachineType memtype = type.mem_type(); in LoadTransform() local
1683 if (memtype == MachineType::Int8()) { in LoadTransform()
1686 } else if (memtype == MachineType::Uint8()) { in LoadTransform()
1689 } else if (memtype == MachineType::Int16()) { in LoadTransform()
1692 } else if (memtype == MachineType::Uint16()) { in LoadTransform()
1695 } else if (memtype == MachineType::Int32()) { in LoadTransform()
1698 } else if (memtype == MachineType::Uint32()) { in LoadTransform()
1703 if (memtype == MachineType::Int32()) { in LoadTransform()
1706 DCHECK_EQ(MachineType::Int64(), memtype); in LoadTransform() local
1711 if (memtype in LoadTransform()
[all...]
/third_party/ltp/testcases/kernel/fs/doio/
H A Ddoio.c109 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...]
/third_party/libdrm/freedreno/kgsl/
H A Dkgsl_bo.c198 .memtype = KGSL_USER_MEM_TYPE_ADDR, in fd_bo_from_fbdev()
H A Dmsm_kgsl.h332 enum kgsl_user_mem_type memtype; member
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h2598 MachineType memtype = type.mem_type(); in LoadTransform() local
2600 if (memtype == MachineType::Int8()) { in LoadTransform()
2602 } else if (memtype == MachineType::Uint8()) { in LoadTransform()
2604 } else if (memtype == MachineType::Int16()) { in LoadTransform()
2606 } else if (memtype == MachineType::Uint16()) { in LoadTransform()
2608 } else if (memtype == MachineType::Int32()) { in LoadTransform()
2610 } else if (memtype == MachineType::Uint32()) { in LoadTransform()
2614 if (memtype == MachineType::Int32()) { in LoadTransform()
2617 DCHECK_EQ(MachineType::Int64(), memtype); in LoadTransform() local
2622 if (memtype in LoadTransform()
[all...]
/third_party/node/deps/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h2026 MachineType memtype = type.mem_type(); in LoadTransform() local
2030 if (memtype == MachineType::Int8()) { in LoadTransform()
2034 } else if (memtype == MachineType::Uint8()) { in LoadTransform()
2038 } else if (memtype == MachineType::Int16()) { in LoadTransform()
2042 } else if (memtype == MachineType::Uint16()) { in LoadTransform()
2046 } else if (memtype == MachineType::Int32()) { in LoadTransform()
2050 } else if (memtype == MachineType::Uint32()) { in LoadTransform()
2057 if (memtype == MachineType::Int32()) { in LoadTransform()
2061 DCHECK_EQ(MachineType::Int64(), memtype); in LoadTransform() local
2067 if (memtype in LoadTransform()
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_mm.c183 size, cache->config.nv50.memtype, ret); in nouveau_mm_allocate()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h2771 MachineType memtype = type.mem_type(); in LoadTransform() local
2773 if (memtype == MachineType::Int8()) { in LoadTransform()
2775 } else if (memtype == MachineType::Uint8()) { in LoadTransform()
2777 } else if (memtype == MachineType::Int16()) { in LoadTransform()
2779 } else if (memtype == MachineType::Uint16()) { in LoadTransform()
2781 } else if (memtype == MachineType::Int32()) { in LoadTransform()
2783 } else if (memtype == MachineType::Uint32()) { in LoadTransform()
2787 if (memtype == MachineType::Int32()) { in LoadTransform()
2790 DCHECK_EQ(MachineType::Int64(), memtype); in LoadTransform() local
2795 if (memtype in LoadTransform()
[all...]
/third_party/node/deps/v8/src/wasm/baseline/arm/
H A Dliftoff-assembler-arm.h2354 MachineType memtype = type.mem_type(); in LoadTransform() local
2357 if (memtype == MachineType::Int8()) { in LoadTransform()
2361 } else if (memtype == MachineType::Uint8()) { in LoadTransform()
2365 } else if (memtype == MachineType::Int16()) { in LoadTransform()
2369 } else if (memtype == MachineType::Uint16()) { in LoadTransform()
2373 } else if (memtype == MachineType::Int32()) { in LoadTransform()
2377 } else if (memtype == MachineType::Uint32()) { in LoadTransform()
2384 if (memtype == MachineType::Int32()) { in LoadTransform()
2389 DCHECK_EQ(MachineType::Int64(), memtype); in LoadTransform() local
2396 if (memtype in LoadTransform()
[all...]
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h2394 MachineType memtype = type.mem_type(); in LoadTransform() local
2396 if (memtype == MachineType::Int8()) { in LoadTransform()
2398 } else if (memtype == MachineType::Uint8()) { in LoadTransform()
2400 } else if (memtype == MachineType::Int16()) { in LoadTransform()
2402 } else if (memtype == MachineType::Uint16()) { in LoadTransform()
2404 } else if (memtype == MachineType::Int32()) { in LoadTransform()
2406 } else if (memtype == MachineType::Uint32()) { in LoadTransform()
2410 if (memtype == MachineType::Int32()) { in LoadTransform()
2413 DCHECK_EQ(MachineType::Int64(), memtype); in LoadTransform() local
2418 if (memtype in LoadTransform()
[all...]
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
H A Dliftoff-assembler-riscv64.h1740 MachineType memtype = type.mem_type(); in LoadTransform() local
1743 if (memtype == MachineType::Int8()) { in LoadTransform()
1748 } else if (memtype == MachineType::Uint8()) { in LoadTransform()
1753 } else if (memtype == MachineType::Int16()) { in LoadTransform()
1758 } else if (memtype == MachineType::Uint16()) { in LoadTransform()
1763 } else if (memtype == MachineType::Int32()) { in LoadTransform()
1767 } else if (memtype == MachineType::Uint32()) { in LoadTransform()
1774 if (memtype == MachineType::Int32()) { in LoadTransform()
1779 DCHECK_EQ(MachineType::Int64(), memtype); in LoadTransform() local
1786 if (memtype in LoadTransform()
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dmsm_kgsl.h635 enum kgsl_user_mem_type memtype; member

Completed in 61 milliseconds

12