Searched refs:allDescSets (Results 1 – 1 of 1) sorted by relevance
1914 const auto& allDescSets = renderCommandList.GetUpdateDescriptorSetHandles(); in UpdateCommandListDescriptorSets() local1915 const uint32_t upDescriptorSetCount = static_cast<uint32_t>(allDescSets.size()); in UpdateCommandListDescriptorSets()1920 … (RenderHandleUtil::GetHandleType(allDescSets[descIdx]) != RenderHandleType::DESCRIPTOR_SET)) { in UpdateCommandListDescriptorSets()1923 const RenderHandle descHandle = allDescSets[descIdx]; in UpdateCommandListDescriptorSets()