Home
last modified time | relevance | path

Searched refs:descriptorSetHandles (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_shader_passes_generic.cpp211 … RenderHandle descriptorSetHandles[PipelineLayoutConstants::MAX_DESCRIPTOR_SET_COUNT] {}; in ExecuteFrameGraphics() local
216descriptorSetHandles[setIdx] = descriptorSetMgr.CreateOneFrameDescriptorSet(currSet.bindings); in ExecuteFrameGraphics()
218descriptorSetHandles[setIdx], binder->GetDescriptorSetLayoutBindingResources(currSet.set)); in ExecuteFrameGraphics()
222 … cmdList.BindDescriptorSets(binder->GetFirstSet(), { descriptorSetHandles, setCount }); in ExecuteFrameGraphics()
300 RenderHandle descriptorSetHandles[PipelineLayoutConstants::MAX_DESCRIPTOR_SET_COUNT] {}; in ExecuteFrameCompute() local
305descriptorSetHandles[setIdx] = descriptorSetMgr.CreateOneFrameDescriptorSet(currSet.bindings); in ExecuteFrameCompute()
307descriptorSetHandles[setIdx], binder->GetDescriptorSetLayoutBindingResources(currSet.set)); in ExecuteFrameCompute()
311 cmdList.BindDescriptorSets(binder->GetFirstSet(), { descriptorSetHandles, setCount }); in ExecuteFrameCompute()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.h208 …RenderHandle descriptorSetHandles[PipelineLayoutConstants::MAX_DESCRIPTOR_SET_COUNT] { {}, {}, {},…
H A Drender_command_list.cpp1601 data->descriptorSetHandles[currSet] = ref.handle; in BindDescriptorSets()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp2153 const RenderHandle descriptorSetHandle = renderCmd.descriptorSetHandles[idx]; in RenderCommand()
2183 const RenderHandle descriptorSetHandle = renderCmd.descriptorSetHandles[idx]; in RenderCommand()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp2143 const auto descriptorSetHandle = renderCmd.descriptorSetHandles[idx]; in RenderCommandBindDescriptorSets()