Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkResourceInterface.cpp131 std::set<VkPipelineLayout> pipelineLayoutsInPipeline; in removeRedundantObjects() local
147 pipelineLayoutsInPipeline.insert(gpCI.layout); in removeRedundantObjects()
156 pipelineLayoutsInPipeline.insert(cpCI.layout); in removeRedundantObjects()
177 if (pipelineLayoutsInPipeline.find(it->first) == end(pipelineLayoutsInPipeline)) in removeRedundantObjects()