Searched refs:setCount (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_relational_syncable_storage_test.cpp | 109 int setCount = 0; variable 110 for (; setCount < 1000; setCount++) { // 1000: run times 118 LOGD("run round set: %d, get: %d", getCount, setCount);
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/utils/ |
H A D | avc_config_data_parser.cpp | 210 uint32_t setCount = 0; in ParseSpsOrPps() local 211 if (!bitReader_.ReadBits(1, setCount)) { in ParseSpsOrPps() 214 setCount &= mask; in ParseSpsOrPps() 215 for (uint32_t idx = 0; idx < setCount; ++idx) { in ParseSpsOrPps()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_node_shader_passes_generic.cpp | 212 uint32_t setCount = 0U; in ExecuteFrameGraphics() local 219 setCount++; in ExecuteFrameGraphics() 222 … cmdList.BindDescriptorSets(binder->GetFirstSet(), { descriptorSetHandles, setCount }); in ExecuteFrameGraphics() 301 uint32_t setCount = 0U; in ExecuteFrameCompute() local 308 setCount++; in ExecuteFrameCompute() 311 cmdList.BindDescriptorSets(binder->GetFirstSet(), { descriptorSetHandles, setCount }); in ExecuteFrameCompute()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_default_material_deferred_shading.cpp | 198 uint32_t setCount = BUILT_IN_SETS_COUNT; in RenderData() local 200 …descriptorSets[setCount] = allDescriptorSets_.pipelineDescriptorSetBinder->GetDescriptorSetHandle(… in RenderData() 201 setCount++; in RenderData() 204 …descriptorSets[setCount] = allDescriptorSets_.pipelineDescriptorSetBinder->GetDescriptorSetHandle(… in RenderData() 205 setCount++; in RenderData() 207 cmdList.BindDescriptorSets(0u, { descriptorSets, setCount }); in RenderData()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/ |
H A D | js-apis-arkts-utils.md | 60 async setCount(count: number) { 78 async setCount(count: number) { 87 await a.setCount(10)
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | js-apis-arkts-utils.md | 60 async setCount(count: number) { 78 async setCount(count: number) { 87 await a.setCount(10)
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | render_backend_vk.cpp | 2144 const uint32_t setCount = renderCmd.setCount; in RenderCommand() local 2145 …if (valid && (firstSet + setCount <= PipelineLayoutConstants::MAX_DESCRIPTOR_SET_COUNT) && (setCou… in RenderCommand() 2151 const uint32_t firstPlusCount = firstSet + setCount; in RenderCommand() 2204 setCount, // descriptorSetCount in RenderCommand()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_command_list.h | 207 uint32_t setCount { 0u };
|
H A D | render_command_list.cpp | 1583 data->setCount = static_cast<uint32_t>(descriptorSetData.size()); in BindDescriptorSets()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | render_backend_gles.cpp | 2141 for (uint32_t idx = renderCmd.firstSet; idx < renderCmd.firstSet + renderCmd.setCount; ++idx) { in RenderCommandBindDescriptorSets()
|