Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp454 const uint32_t descriptorSetsPerFrame = kMaxLayersPerFrame; in setUpDescriptorSets() local
455 const uint32_t descriptorSetsTotal = descriptorSetsPerFrame * m_maxFramesInFlight; in setUpDescriptorSets()
459 descriptorSetsPerFrame * descriptorsOfEachTypePerSet; in setUpDescriptorSets()
481 const std::vector<VkDescriptorSetLayout> frameDescriptorSetLayouts(descriptorSetsPerFrame, in setUpDescriptorSets()
486 .descriptorSetCount = descriptorSetsPerFrame, in setUpDescriptorSets()
493 frameResources.m_layerDescriptorSets.resize(descriptorSetsPerFrame); in setUpDescriptorSets()