Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkResourceInterface.cpp132 std::set<VkDescriptorSetLayout> descriptorSetLayoutsInPipeline; in removeRedundantObjects() local
187 descriptorSetLayoutsInPipeline.insert(plCI.pSetLayouts[i]); in removeRedundantObjects()
193 if (descriptorSetLayoutsInPipeline.find(it->first) == end(descriptorSetLayoutsInPipeline)) in removeRedundantObjects()