Home
last modified time | relevance | path

Searched refs:set (Results 1 - 25 of 1713) sorted by relevance

12345678910>>...69

/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/
H A D3d_dm_frag_layout_common.h29 layout(set = 0, binding = 0, std140) uniform uCameraMatrices
33 layout(set = 0, binding = 1, std140) uniform uGeneralStructData
37 layout(set = 0, binding = 2, std140) uniform uEnvironmentStructData
41 layout(set = 0, binding = 3, std140) uniform uFogStructData
45 layout(set = 0, binding = 4, std140) uniform uLightStructData
49 layout(set = 0, binding = 5, std140) uniform uPostProcessStructData
53 layout(set = 0, binding = 6, std430) buffer uLightClusterIndexData
57 layout(set = 0, binding = 7) uniform CORE_RELAXEDP sampler2D uSampColorPrePass;
58 layout(set = 0, binding = 8) uniform sampler2D uSampColorShadow; // VSM or other
59 layout(set
[all...]
H A D3d_post_process_layout_common.h34 layout(set = 0, binding = 2, std140) uniform uCameraMatrices
38 layout(set = 0, binding = 3, std140) uniform uGeneralStructData
42 layout(set = 0, binding = 4, std140) uniform uEnvironmentStructData
46 layout(set = 0, binding = 5, std140) uniform uFogStructData
50 layout(set = 0, binding = 6, std140) uniform uLightStructData
54 layout(set = 0, binding = 7, std140) uniform uPostProcessStructData
58 layout(set = 0, binding = 8, std430) buffer uLightClusterIndexData
62 layout(set = 0, binding = 9) uniform CORE_RELAXEDP sampler2D uSampColorPrePass;
63 layout(set = 0, binding = 10) uniform sampler2D uSampColorShadow; // VSM or other
64 layout(set
[all...]
H A D3d_dm_vert_layout_common.h29 layout(set = 0, binding = 0, std140) uniform uCameraMatrices
33 layout(set = 0, binding = 1, std140) uniform uGeneralStructData
37 layout(set = 0, binding = 2, std140) uniform uEnvironmentStructData
41 layout(set = 0, binding = 3, std140) uniform uFogStructData
45 layout(set = 0, binding = 4, std140) uniform uLightStructData
49 layout(set = 0, binding = 5, std140) uniform uPostProcessStructData
54 // set 1 for dynamic uniform buffers
56 layout(set = 1, binding = 0, std140) uniform uMeshStructData
60 layout(set = 1, binding = 1, std140) uniform uObjectSkinStructData
64 layout(set
[all...]
H A D3d_dm_deferred_shading_frag_layout_common.h29 // set 0 is coming from post process layout
31 // set 1 GBuffer
33 layout(input_attachment_index = 0, set = 1, binding = 0) uniform subpassInput uGBufferDepthBuffer;
34 layout(input_attachment_index = 0, set = 1, binding = 1) uniform subpassInput uGBufferVelocityNormal;
35 layout(input_attachment_index = 0, set = 1, binding = 2) uniform subpassInput uGBufferBaseColor;
36 layout(input_attachment_index = 0, set = 1, binding = 3) uniform subpassInput uGBufferMaterial;
38 layout(set = 1, binding = 0) uniform texture2D uGBufferDepthBuffer;
39 layout(set = 1, binding = 1) uniform texture2D uGBufferVelocityNormal;
40 layout(set = 1, binding = 2) uniform texture2D uGBufferBaseColor;
41 layout(set
[all...]
H A D3d_dm_env_frag_layout_common.h27 // set 0 for general, camera, and lighting data
28 layout(set = 0, binding = 0, std140) uniform uCameraMatrices
32 layout(set = 0, binding = 1, std140) uniform uGeneralStructData
36 layout(set = 0, binding = 2, std140) uniform uEnvironmentStructData
40 layout(set = 0, binding = 3, std140) uniform uFogStructData
44 layout(set = 0, binding = 4, std140) uniform uPostProcessStructData
49 layout(set = 1, binding = 0) uniform sampler2D uImgSampler;
50 layout(set = 1, binding = 1) uniform samplerCube uImgCubeSampler;
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_descriptor_cache.h20 #include <set>
35 void MatchFromFontDescriptor(FontDescSharedPtr desc, std::set<FontDescSharedPtr>& result);
52 bool HandleMapIntersection(std::set<FontDescSharedPtr>& finishRet, const std::string& name,
53 std::unordered_map<std::string, std::set<FontDescSharedPtr>>& map);
54 bool FilterBoldCache(int weight, std::set<FontDescSharedPtr>& finishRet);
55 bool FilterWidthCache(int width, std::set<FontDescSharedPtr>& finishRet);
56 bool FilterItalicCache(int italic, std::set<FontDescSharedPtr>& finishRet);
57 bool FilterMonoSpaceCache(bool monoSpace, std::set<FontDescSharedPtr>& finishRet);
58 bool FilterSymbolicCache(bool symbolic, std::set<FontDescSharedPtr>& finishRet);
73 std::set<FontDescSharedPt
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dpre_install_exception_mgr.h20 #include <set>
31 std::set<std::string> &exceptionPaths, std::set<std::string> &exceptionBundleNames,
32 std::set<std::string> &exceptionAppServicePaths, std::set<std::string> &exceptionAppServiceBundleNames);
49 std::set<std::string> exceptionPaths_;
50 std::set<std::string> exceptionBundleNames_;
51 std::set<std::string> exceptionAppServicePaths_;
52 std::set<std::string> exceptionAppServiceBundleNames_;
H A Dpre_bundle_profile.h19 #include <set>
37 std::set<PreScanInfo> &scanInfos) const;
46 std::set<std::string> &uninstallList) const;
55 std::set<PreBundleConfigInfo> &preBundleConfigInfos) const;
63 const nlohmann::json &jsonBuf, std::set<std::string> &extensionTypeList) const;
H A Dbundle_parser.h19 #include <set>
60 const std::string &configFile, std::set<PreScanInfo> &scanInfos) const;
69 std::set<std::string> &uninstallList) const;
77 const std::string &configFile, std::set<PreBundleConfigInfo> &preBundleConfigInfos) const;
86 const std::string &permissionFile, std::set<DefaultPermission> &defaultPermissions) const;
95 const std::string &configFile, std::set<std::string> &extensionTypeList) const;
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dshader_module_gles.cpp41 void Collect(const uint32_t set, const DescriptorSetLayoutBinding& binding, SetType& sets) in Collect() argument
43 const auto name = "s" + to_string(set) + "_b" + to_string(binding.binding); in Collect()
44 sets.push_back({ static_cast<uint8_t>(set), static_cast<uint8_t>(binding.binding), in Collect()
51 uint8_t set; in CollectRes() member
56 for (const auto& set : pipeline.descriptorSetLayouts) { in CollectRes()
57 if (set.set != PipelineLayoutConstants::INVALID_INDEX) { in CollectRes()
58 for (const auto& binding : set.bindings) { in CollectRes()
61 samplers.push_back({ static_cast<uint8_t>(set.set), static_cas in CollectRes()
[all...]
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/
H A Dhvigorw.bat11 set DIRNAME=%~dp0
12 if "%DIRNAME%" == "" set DIRNAME=.
13 set APP_BASE_NAME=%~n0
14 set APP_HOME=%DIRNAME%
17 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
19 set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js
20 set NODE_EXE=node.exe
32 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
34 echo Please set the NODE_HOME variable in your environment to match the
40 set NODE_HOM
[all...]
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
H A Dtrigger_db_helper.cpp127 bool TriggerDbHelper::GetVendorUuid(std::shared_ptr<AbsSharedResultSet> &set, int32_t &vendorUuid) const in GetVendorUuid() argument
130 int ret = set->GetColumnIndex("vendor_uuid", columnIndex); in GetVendorUuid()
136 ret = set->GetInt(columnIndex, vendorUuid); in GetVendorUuid()
144 bool TriggerDbHelper::GetBlob(std::shared_ptr<AbsSharedResultSet> &set, std::vector<uint8_t> &data) const in GetBlob() argument
147 int ret = set->GetColumnIndex("data", columnIndex); in GetBlob()
153 ret = set->GetBlob(columnIndex, data); in GetBlob()
161 bool TriggerDbHelper::GetModelVersion(std::shared_ptr<AbsSharedResultSet> &set, int32_t &version) const in GetModelVersion() argument
164 int ret = set->GetColumnIndex("model_version", columnIndex); in GetModelVersion()
170 ret = set->GetInt(columnIndex, version); in GetModelVersion()
178 bool TriggerDbHelper::GetModelType(std::shared_ptr<AbsSharedResultSet> &set, int32_ argument
205 std::shared_ptr<AbsSharedResultSet> set = store_->QuerySql( GetGenericTriggerModel() local
[all...]
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dmedia_app_uri_permission_column.h20 #include <set>
38 static const std::set<int> URI_TYPES_ALL EXPORT;
46 static const std::set<int> PERMISSION_TYPES_ALL EXPORT;
47 static const std::set<int> PERMISSION_TYPES_PICKER EXPORT;
48 static const std::set<int> PERMISSION_TYPES_TEMPORARY EXPORT;
49 static const std::set<int> PERMISSION_TYPES_PERSIST EXPORT;
58 static const std::set<std::string> DEFAULT_FETCH_COLUMNS EXPORT;
65 static const std::set<std::string> ALL_COLUMNS EXPORT;
/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/
H A Dcomposelistitem.js17 Reflect.set(ViewPU.prototype, "finalizeConstruction", () => { });
120 this.__iconStyle.set(null);
123 this.__icon.set(null);
126 this.__primaryText.set(null);
129 this.__secondaryText.set(null);
132 this.__description.set(null);
138 this.__leftWidth.set(LEFT_PART_WIDTH);
196 set iconStyle(w10) {
197 this.__iconStyle.set(w10);
202 set ico
[all...]
/foundation/distributeddatamgr/pasteboard/services/core/include/
H A Dpasteboard_pattern.h21 #include <set>
29 static const std::set<Pattern> Detect(
30 const std::set<Pattern> &patternsToCheck, const PasteData &pasteData, bool hasHTML, bool hasPlain);
31 static bool IsValid(const std::set<Pattern> &patterns);
36 std::set<Pattern> &patternsOut, const std::set<Pattern> &PatternsIn, const std::string &plainText);
/foundation/communication/wifi/wifi/application/wifi_direct_demo/
H A Dgradlew.bat26 set DIRNAME=%~dp0
27 if "%DIRNAME%" == "" set DIRNAME=.
28 set APP_BASE_NAME=%~n0
29 set APP_HOME=%DIRNAME%
32 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
35 set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
40 set JAVA_EXE=java.exe
45 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
47 echo Please set the JAVA_HOME variable in your environment to match the
53 set JAVA_HOM
[all...]
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnet_supplier_callback_base.h20 #include <set>
34 std::set<NetBearType> bearTypes;
35 std::set<NetCap> netCaps;
37 const std::string ident = "", const std::set<NetBearType> &netBearTypes = {}, in NetRequest()
38 const std::set<NetCap> &netCaps = {})
49 const std::set<NetCap> &netCaps,
51 virtual int32_t ReleaseNetwork(const std::string &ident, const std::set<NetCap> &netCaps);
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/PathDrawingSample/
H A Dhvigorw.bat24 set DIRNAME=%~dp0
25 if "%DIRNAME%" == "" set DIRNAME=.
26 set APP_BASE_NAME=%~n0
27 set APP_HOME=%DIRNAME%
30 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
32 set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js
33 set NODE_EXE=node.exe
45 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
47 echo Please set the NODE_HOME variable in your environment to match the
53 set NODE_HOM
[all...]
/foundation/communication/bluetooth_service/test/example/BluetoothSocketTest/
H A Dhvigorw.bat32 set DIRNAME=%~dp0
33 if "%DIRNAME%" == "" set DIRNAME=.
34 set APP_BASE_NAME=%~n0
35 set APP_HOME=%DIRNAME%
37 set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js
38 set NODE_EXE=node.exe
39 @rem set NODE_OPTS="--max-old-space-size=4096"
42 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
44 if not defined NODE_OPTS set NODE_OPTS="--"
48 set NODE_HOM
[all...]
/foundation/communication/bluetooth_service/test/example/bluetoothtest/
H A Dhvigorw.bat25 set DIRNAME=%~dp0
26 if "%DIRNAME%" == "" set DIRNAME=.
27 set APP_BASE_NAME=%~n0
28 set APP_HOME=%DIRNAME%
31 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
33 set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js
34 set NODE_EXE=node.exe
46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
48 echo Please set the NODE_HOME variable in your environment to match the
54 set NODE_HOM
[all...]
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dability_start_setting_test.cpp19 #include <set>
77 std::set<std::string> set = abilityStartSetting_->GetPropertiesKey(); in HWTEST_F() local
78 EXPECT_EQ((unsigned int)3, set.size()); in HWTEST_F()
79 std::set<std::string>::iterator it = set.begin(); in HWTEST_F()
80 if (it != set.end()) { in HWTEST_F()
85 if (it != set.end()) { in HWTEST_F()
90 if (it != set.end()) { in HWTEST_F()
103 std::set<st in HWTEST_F()
[all...]
/foundation/communication/netmanager_base/test/netpolicymanager/unittest/net_policy_manager_test/
H A Dut_net_policy_file.cpp39 std::set<uint32_t> white_;
40 std::set<uint32_t> black_;
73 std::set<uint32_t> allowedList; in HWTEST_F()
74 std::set<uint32_t> deniedList; in HWTEST_F()
81 std::set<uint32_t> allowedList1; in HWTEST_F()
82 std::set<uint32_t> deniedList1; in HWTEST_F()
95 std::set<uint32_t> allowedList; in HWTEST_F()
96 std::set<uint32_t> deniedList; in HWTEST_F()
104 std::set<uint32_t> allowedList1; in HWTEST_F()
105 std::set<uint32_ in HWTEST_F()
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_pipeline_binder.cpp46 constexpr string_view DESCRIPTOR_SET = "set";
58 cpd.set = (uint32_t)setProp->unsigned_; in UpdateCustomPropertyMetadata()
126 uint32_t set { ~0U }; in UpdateBindingPropertyMetadata()
136 set = (uint32_t)dataObject.value.unsigned_; in UpdateBindingPropertyMetadata()
142 set = Math::min(set, PipelineLayoutConstants::MAX_DESCRIPTOR_SET_COUNT); in UpdateBindingPropertyMetadata()
144 setAndBindings.push_back({ set, binding }); in UpdateBindingPropertyMetadata()
168 if (pipelineLayout.descriptorSetLayouts[idx].set < PipelineLayoutConstants::MAX_DESCRIPTOR_SET_COUNT) { in CreatePipelineDescriptorSetBinder()
172 // pass max amount to binder, it will check validity of sets and their set indices in CreatePipelineDescriptorSetBinder()
205 // process with pipeline descriptor set binde in ShaderPipelineBinder()
337 Bind(const uint32_t set, const uint32_t binding, const RenderHandleReference& handle) Bind() argument
351 SetUniformData( const uint32_t set, const uint32_t binding, const array_view<const uint8_t> data) SetUniformData() argument
366 BindBuffer( const uint32_t set, const uint32_t binding, const BindableBufferWithHandleReference& resource) BindBuffer() argument
397 BindBuffers( const uint32_t set, const uint32_t binding, const array_view<const BindableBufferWithHandleReference> resources) BindBuffers() argument
429 BindImage( const uint32_t set, const uint32_t binding, const BindableImageWithHandleReference& resource) BindImage() argument
462 BindImages( const uint32_t set, const uint32_t binding, array_view<const BindableImageWithHandleReference> resources) BindImages() argument
495 BindSampler( const uint32_t set, const uint32_t binding, const BindableSamplerWithHandleReference& resource) BindSampler() argument
524 BindSamplers( const uint32_t set, const uint32_t binding, array_view<const BindableSamplerWithHandleReference> resources) BindSamplers() argument
602 GetResourceBinding(uint32_t set, uint32_t binding) const GetResourceBinding() argument
[all...]
/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/
H A Dsegmentbutton.js32 Reflect.set(ViewPU.prototype, "finalizeConstruction", () => {
233 set buttons(val) {
347 this.n2.set(params.optionsArray);
348 this.o2.set(params.options);
352 this.n2.set(params.optionsArray);
353 this.o2.set(params.options);
384 set buttonBorderRadius(newValue) {
385 this.q2.set(newValue);
392 set buttonItemsSize(newValue) {
393 this.s2.set(newValu
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dintf_shader_pipeline_binder.h70 /** Descriptor set index */
71 uint32_t set { ~0U };
72 /** Descriptor set binding index */
80 /** Descriptor set index */
81 uint32_t set { PipelineLayoutConstants::INVALID_INDEX };
82 /** Descriptor set binding index */
86 /** Descriptor set binding array offset for array resources. Offset to first array resource. */
107 * @param set Set index
111 virtual void Bind(uint32_t set, uint32_t binding, const RenderHandleReference& handle) = 0;
114 * @param data Uniform data which is bind to shader with UBO in correct set/bindin
[all...]

Completed in 10 milliseconds

12345678910>>...69