Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dmain.cpp1238 for (auto& remap : resources.push_constant_buffers) { in reflectSpvBinary() local
1239 const auto& blockType = compiler.get_type(remap.base_type_id); in reflectSpvBinary()
1240 auto name = compiler.get_name(remap.id); in reflectSpvBinary()
1401 for (const auto& remap : resources) { in Collect() local
1402 const auto binding = get_binding(compiler, remap.id); in Collect()
1411 compiler.set_name(remap.base_type_id, name); in Collect()
1413 compiler.set_name(remap.id, name); in Collect()
1416 compiler.set_name(remap.id, name); in Collect()
1420 compiler.unset_decoration(remap.id, spv::DecorationBinding); in Collect()
1449 for (auto& remap : compiler.get_combined_image_samplers()) { in CollectRes() local
[all …]
H A Dspirv_cross_helpers_gles.cpp107 for (auto& remap : resources.push_constant_buffers) { in ReflectPushConstants() local
108 const auto& blockType = compiler.get_type(remap.base_type_id); in ReflectPushConstants()
113 compiler.set_name(remap.id, name); in ReflectPushConstants()
115 …ProcessStruct(std::string_view(name.data(), name.size()), 0, compiler, remap.base_type_id, reflect… in ReflectPushConstants()
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-basic-inner-reflect.md76 - Call **LOS\_ArchMmuMove** to remap the virtual address region.
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-gpio-develop.md392 HDF_LOGE("%s: err remap phy:0x%x", __func__, pl061->phyBase);
H A Ddriver-platform-pin-develop.md310 HDF_LOGE("%s: remap Pin base failed", __func__);
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-gpio-develop.md354 HDF_LOGE("%s: err remap phy:0x%x", __func__, pl061->phyBase);
H A Ddriver-platform-pin-develop.md291 HDF_LOGE("%s: remap Pin base failed", __func__);
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-c-cpp-secure-coding-guide.md2829 In the mmap interface of the kernel, the **remap\_pfn\_range()** function is often used to map the…
2833 When **remap\_pfn\_range()** is used for memory mapping in the following code, the user-controllabl…
/ohos5.0/base/update/packaging_tools/test/
H A Dsource_vendor_data Error!