Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.cpp1635 BindDescriptorSetData bdsd[PipelineLayoutConstants::MAX_DESCRIPTOR_SET_COUNT]; in BindDescriptorSets() local
1639 bdsd[idx].handle = handles[idx]; in BindDescriptorSets()
1641 BindDescriptorSets(firstSet, { bdsd, count }); in BindDescriptorSets()
1646 BindDescriptorSetData bdsd = { handle, {} }; in BindDescriptorSet() local
1647 BindDescriptorSets(set, { &bdsd, 1U }); in BindDescriptorSet()
1653 BindDescriptorSetData bdsd = { handle, dynamicOffsets }; in BindDescriptorSet() local
1654 BindDescriptorSets(set, { &bdsd, 1U }); in BindDescriptorSet()