/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_miptree.c | 327 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 D | nvc0_video_bsp.c | 72 cfg.nvc0.memtype = 0xfe; in nvc0_decoder_bsp_next() 108 cfg.nvc0.memtype = 0xfe; in nvc0_decoder_bsp_next()
|
H A D | nvc0_winsys.h | 102 return bo->config.nvc0.memtype;
|
H A D | nvc0_video.c | 102 cfg.nvc0.memtype = 0xfe; in nvc0_create_decoder()
|
/third_party/libdrm/nouveau/ |
H A D | abi16.c | 293 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 D | nouveau.h | 102 uint32_t memtype; member 106 uint32_t memtype; member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_miptree.c | 353 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 D | nv50_winsys.h | 87 return bo->config.nv50.memtype; in nouveau_bo_memtype()
|
H A D | nv84_video.c | 659 cfg.nv50.memtype = 0x70; in nv84_video_buffer_create()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/ |
H A D | szrt_asan.c | 125 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 D | value-type.h | 691 #define LOAD_SIZE(_, __, memtype) \ 693 ElementSizeLog2Of(MachineType::memtype().representation())), 705 #define MEMTYPE(_, __, memtype) MachineType::memtype(),
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.cc | 1752 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 D | wasm-compiler.h | 391 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 D | liftoff-assembler-arm64.h | 1680 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 D | doio.c | 109 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 D | kgsl_bo.c | 198 .memtype = KGSL_USER_MEM_TYPE_ADDR, in fd_bo_from_fbdev()
|
H A D | msm_kgsl.h | 332 enum kgsl_user_mem_type memtype; member
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
H A D | liftoff-assembler-s390.h | 2598 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 D | liftoff-assembler-mips64.h | 2026 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 D | nouveau_mm.c | 183 size, cache->config.nv50.memtype, ret); in nouveau_mm_allocate()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 2771 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 D | liftoff-assembler-arm.h | 2354 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 D | liftoff-assembler-x64.h | 2394 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 D | liftoff-assembler-riscv64.h | 1740 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 D | msm_kgsl.h | 635 enum kgsl_user_mem_type memtype; member
|