Home
last modified time | relevance | path

Searched refs:remap (Results 1 – 25 of 160) sorted by relevance

1234567

/third_party/uboot/u-boot-2020.01/arch/arm/mach-socfpga/
Dmisc_gen5.c161 u32 remap; in socfpga_sdram_remap_zero() local
173 remap = 0x1; /* remap.mpuzero */ in socfpga_sdram_remap_zero()
176 remap |= 0x8; /* remap.hps2fpga */ in socfpga_sdram_remap_zero()
177 writel(remap, &nic301_regs->remap); in socfpga_sdram_remap_zero()
232 writel(iswgrp_handoff[1], &nic301_regs->remap); in do_bridge_reset()
240 writel(1, &nic301_regs->remap); in do_bridge_reset()
/third_party/uboot/u-boot-2020.01/arch/arm/mach-mvebu/
Dmbus.c110 u64 *remap) in mvebu_mbus_read_window() argument
133 if (remap) { in mvebu_mbus_read_window()
137 *remap = ((u64)remap_hi << 32) | remap_low; in mvebu_mbus_read_window()
139 *remap = 0; in mvebu_mbus_read_window()
238 phys_addr_t remap, u8 target, in mvebu_mbus_setup_window() argument
253 if (remap == MVEBU_MBUS_NO_REMAP) in mvebu_mbus_setup_window()
256 remap_addr = remap; in mvebu_mbus_setup_window()
266 phys_addr_t remap, u8 target, in mvebu_mbus_alloc_window() argument
271 if (remap == MVEBU_MBUS_NO_REMAP) { in mvebu_mbus_alloc_window()
276 size, remap, in mvebu_mbus_alloc_window()
[all …]
/third_party/ltp/testcases/kernel/mem/vma/
Dvma03.c73 void *map, *remap; in main() local
102 remap = mremap(map, pgsz, 2 * pgsz, 0); in main()
103 if (remap == MAP_FAILED) { in main()
111 munmap(remap, 2 * pgsz); in main()
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/vk-default/
Dmemory.txt407 dEQP-VK.memory.mapping.suballocation.full.33.remap
417 dEQP-VK.memory.mapping.suballocation.full.257.remap
427 dEQP-VK.memory.mapping.suballocation.full.4087.remap
437 dEQP-VK.memory.mapping.suballocation.full.8095.remap
447 dEQP-VK.memory.mapping.suballocation.full.1048577.remap
457 dEQP-VK.memory.mapping.suballocation.sub.33.offset_0.size_31.remap
467 dEQP-VK.memory.mapping.suballocation.sub.257.offset_0.size_31.remap
477 dEQP-VK.memory.mapping.suballocation.sub.257.offset_0.size_255.remap
487 dEQP-VK.memory.mapping.suballocation.sub.257.offset_17.size_31.remap
497 dEQP-VK.memory.mapping.suballocation.sub.257.offset_129.size_31.remap
[all …]
/third_party/skia/third_party/externals/spirv-cross/
Dmain.cpp961 … bool remap_generic(Compiler &compiler, const SmallVector<Resource> &resources, const Remap &remap) in remap_generic() argument
964 …find_if(begin(resources), end(resources), [&remap](const Resource &res) { return res.name == remap in remap_generic()
969 compiler.set_name(itr->id, remap.dst_name); in remap_generic()
970 compiler.set_subpass_input_remapped_components(itr->id, remap.components); in remap_generic()
1171 for (const VariableTypeRemap &remap : args.variable_type_remaps) in compile_iteration() local
1172 if (name == remap.variable_name) in compile_iteration()
1173 out = remap.new_variable_type; in compile_iteration()
1368 for (auto &remap : args.remaps) in compile_iteration() local
1370 if (remap_generic(*compiler, res.stage_inputs, remap)) in compile_iteration()
1372 if (remap_generic(*compiler, res.stage_outputs, remap)) in compile_iteration()
[all …]
/third_party/ffmpeg/libavcodec/
Dmsvideo1enc.c63 static const int remap[16] = { 0, 1, 4, 5, 2, 3, 6, 7, 8, 9, 12, 13, 10, 11, 14, 15 }; variable
103 c->block2[remap[i + j*4]*3 + k] = (val >> (10-k*5)) & 0x1F; in encode_frame()
178 … int t = c->codebook2[(c->output2[remap[i+j*4]] + (i&2) + (j&2)*2)*3+k] - c->block[i*3+k + j*4*3]; in encode_frame()
222 flags |= (c->output2[remap[i + j*4]]^1) << (i + j*4); in encode_frame()
224 …prevptr[x*3 + i*3 + k - j*3*avctx->width] = c->codebook2[(c->output2[remap[i+j*4]] + (i&2) + (j&2)… in encode_frame()
Ddv.c78 static const uint8_t remap[][2] = { in dv_calc_mb_coordinates() local
129 x = remap[y][0] + ((x - 80) << (y > 59)); in dv_calc_mb_coordinates()
130 y = remap[y][1]; in dv_calc_mb_coordinates()
/third_party/uboot/u-boot-2020.01/arch/nds32/cpu/n1213/ae3xx/
Dlowlevel_init.S101 jal remap
108 remap: label
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DToposortStructs.cpp43 if (const TStructure *z = symbolEnv.remap(f->type()->getStruct())) in BuildGraphImpl()
226 if (const TStructure *structure = symbolEnv.remap(type.getStruct())) in GetAsDeclaredStructure()
266 if (const TStructure *structure = mSymbolEnv.remap(leftType.getStruct())) in visitBinary()
287 if (const TStructure *subStruct = mSymbolEnv.remap(field->type()->getStruct())) in useStruct()
DSymbolEnv.h157 const TStructure &remap(const TStructure &s) const;
160 const TStructure *remap(const TStructure *s) const;
DSymbolEnv.cpp286 const TStructure &SymbolEnv::remap(const TStructure &s) const in remap() function in SymbolEnv
298 const TStructure *SymbolEnv::remap(const TStructure *s) const in remap() function in SymbolEnv
302 return &remap(*s); in remap()
/third_party/uboot/u-boot-2020.01/include/linux/
Dmbus.h66 phys_addr_t remap);
/third_party/uboot/u-boot-2020.01/arch/nds32/cpu/n1213/ag101/
Dlowlevel_init.S173 jal remap
181 remap: label
/third_party/uboot/u-boot-2020.01/doc/board/AndesTech/
Dadp-ag101p.rst21 Doing memory remap is essential for preparing some non-OS or RTOS
/third_party/pulseaudio/src/modules/
Dmeson.build42 [ 'module-remap-sink', 'module-remap-sink.c' ],
43 [ 'module-remap-source', 'module-remap-source.c' ],
/third_party/pulseaudio/src/pulsecore/
Dresampler.c425 setup_remap(r, &r->remap, &lfe_remixed); in pa_resampler_new()
469 free_remap(&r->remap); in pa_resampler_free()
1376 pa_remap_t *remap = &r->remap; in remap_channels() local
1378 pa_assert(remap->do_remap); in remap_channels()
1379 remap->do_remap(remap, dst, src, in_n_frames); in remap_channels()
Dresampler.h109 pa_remap_t remap; member
Dmeson.build34 'remap.c',
94 'remap.h',
/third_party/pulseaudio/src/
D.gitignore44 cpu-remap-test
/third_party/skia/third_party/externals/brotli/c/enc/
Dblock_splitter_inc.h220 uint32_t remap[HISTOGRAMS_PER_BATCH] = { 0 }; in FN() local
270 remap[new_clusters[j]] = (uint32_t)j; in FN()
273 histogram_symbols[i + j] = (uint32_t)num_clusters + remap[symbols[j]]; in FN()
/third_party/node/deps/brotli/c/enc/
Dblock_splitter_inc.h220 uint32_t remap[HISTOGRAMS_PER_BATCH] = { 0 }; in FN() local
270 remap[new_clusters[j]] = (uint32_t)j; in FN()
273 histogram_symbols[i + j] = (uint32_t)num_clusters + remap[symbols[j]]; in FN()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-var-hvar-table.hh114 void remap (const DeltaSetIndexMap *input_map, in remap() function
224 index_map_plans[i].remap (index_maps[i], outer_map, inner_maps, plan); in init()
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstdewarp.cpp659 cv::remap (fisheye_image, dewarped_image, filter->map_x, filter->map_y, in gst_dewarp_transform_frame()
668 cv::remap (fisheye_image, panorama_image, filter->map_x, filter->map_y, in gst_dewarp_transform_frame()
688 cv::remap (fisheye_image, panorama_image, filter->map_x, filter->map_y, in gst_dewarp_transform_frame()
/third_party/openGLES/extensions/NV/
DNV_texture_expand_normal.txt67 RESOLVED: It would be possible to remap after loading each texel,
68 remap after all filtering is done, or something in between.
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_texture_expand_normal.txt67 RESOLVED: It would be possible to remap after loading each texel,
68 remap after all filtering is done, or something in between.

1234567