Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.cpp485 if (stateData_.currentBoundSets[idx].hasDynamicBarrierResources) { in AddBarrierPoint()
486 … descriptorSetHandlesForBarriers_.push_back(stateData_.currentBoundSets[idx].descriptorSetHandle); in AddBarrierPoint()
1609 … stateData_.currentBoundSets[currSet].hasDynamicBarrierResources = hasDynamicBarrierResources; in BindDescriptorSets()
1610 stateData_.currentBoundSets[currSet].descriptorSetHandle = ref.handle; in BindDescriptorSets()
1962 const DescriptorSetBind& currSet = stateData_.currentBoundSets[idx]; in ValidatePipelineLayout()
H A Drender_command_list.h650 DescriptorSetBind currentBoundSets[PipelineLayoutConstants::MAX_DESCRIPTOR_SET_COUNT]; member