Searched refs:pit (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkResourceInterface.cpp | 319 auto pit = pipelineInfoPerTest.find(test); in preparePipelinePoolSizes() local 320 if (pit == end(pipelineInfoPerTest)) in preparePipelinePoolSizes() 321 pit = pipelineInfoPerTest.insert({ test, std::vector<PipelinePoolSizeInfo>() }).first; in preparePipelinePoolSizes() 324 for (size_t i = 0; i<pit->second.size(); ++i) in preparePipelinePoolSizes() 326 if (pit->second[i].size == ppsi.size) in preparePipelinePoolSizes() 328 pit->second[i].maxTestCount += ppsi.maxTestCount; in preparePipelinePoolSizes() 334 pit->second.push_back(ppsi); in preparePipelinePoolSizes() 403 auto pit = m_pipelineCache.find(device); in getPipelineCache() local 404 if (pit == end(m_pipelineCache)) in getPipelineCache() 406 return pit in getPipelineCache() 696 auto pit = m_pipelineCache.find(device); createGraphicsPipelines() local 788 auto pit = m_pipelineCache.find(device); createComputePipelines() local 839 auto pit = std::find_if(begin(m_pipelineInput.pipelines), end(m_pipelineInput.pipelines), vksc_server::PipelineIdentifierEqual(it->second)); destroyPipeline() local [all...] |
/third_party/python/Lib/ |
H A D | profile.py | 302 ppt, pit, pet, pfn, pframe, pcur = rcur 303 self.cur = ppt, pit + rpt, pet + frame_total, pfn, pframe, pcur
|
/third_party/libabigail/src/ |
H A D | abg-reader.cc | 682 for (auto pit : fn->get_parameters()) in record_artifacts_as_used_in_fn_decl() 684 type_base_sptr t = pit->get_type(); in record_artifacts_as_used_in_fn_decl() 708 for (auto pit : fn_type->get_parameters()) in record_artifacts_as_used_in_fn_type() 710 type_base_sptr t = pit->get_type(); in record_artifacts_as_used_in_fn_type()
|
Completed in 10 milliseconds