Home
last modified time | relevance | path

Searched refs:GetSetIndices (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/
H A Dintf_pipeline_descriptor_set_binder.h205 virtual BASE_NS::array_view<const uint32_t> GetSetIndices() const = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_back_buffer.cpp112 for (auto refIndex : pipelineDescriptorSetBinder_->GetSetIndices()) { in ExecuteFrame()
H A Drender_node_compute_generic.cpp130 const auto setIndices = pipelineDescriptorSetBinder_->GetSetIndices(); in ExecuteFrame()
H A Drender_node_fullscreen_generic.cpp109 const auto setIndices = pipelineDescriptorSetBinder_->GetSetIndices(); in ExecuteFrame()
H A Drender_node_single_post_process.cpp309 const auto setIndices = pipelineDescriptorSetBinder_->GetSetIndices(); in ExecuteSinglePostProcess()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dpipeline_descriptor_set_binder.h173 BASE_NS::array_view<const uint32_t> GetSetIndices() const override;
H A Dpipeline_descriptor_set_binder.cpp733 array_view<const uint32_t> PipelineDescriptorSetBinder::GetSetIndices() const in GetSetIndices() function in PipelineDescriptorSetBinder
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_camera_single_post_process.cpp321 const auto setIndices = pipelineDescriptorSetBinder_->GetSetIndices(); in ExecuteSinglePostProcess()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_pipeline_binder.cpp207 const array_view<const uint32_t> setIndices = pipelineDescriptorSetBinder_->GetSetIndices(); in ShaderPipelineBinder()