Searched refs:descriptorSetHandles (Results 1 – 5 of 5) sorted by relevance
211 … RenderHandle descriptorSetHandles[PipelineLayoutConstants::MAX_DESCRIPTOR_SET_COUNT] {}; in ExecuteFrameGraphics() local216 … descriptorSetHandles[setIdx] = descriptorSetMgr.CreateOneFrameDescriptorSet(currSet.bindings); in ExecuteFrameGraphics()218 … descriptorSetHandles[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() local305 … descriptorSetHandles[setIdx] = descriptorSetMgr.CreateOneFrameDescriptorSet(currSet.bindings); in ExecuteFrameCompute()307 … descriptorSetHandles[setIdx], binder->GetDescriptorSetLayoutBindingResources(currSet.set)); in ExecuteFrameCompute()311 cmdList.BindDescriptorSets(binder->GetFirstSet(), { descriptorSetHandles, setCount }); in ExecuteFrameCompute()
208 …RenderHandle descriptorSetHandles[PipelineLayoutConstants::MAX_DESCRIPTOR_SET_COUNT] { {}, {}, {},…
1601 data->descriptorSetHandles[currSet] = ref.handle; in BindDescriptorSets()
2153 const RenderHandle descriptorSetHandle = renderCmd.descriptorSetHandles[idx]; in RenderCommand()2183 const RenderHandle descriptorSetHandle = renderCmd.descriptorSetHandles[idx]; in RenderCommand()
2143 const auto descriptorSetHandle = renderCmd.descriptorSetHandles[idx]; in RenderCommandBindDescriptorSets()