Home
last modified time | relevance | path

Searched defs:handleIt (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan-hpp/
DVulkanHppGenerator.cpp93 auto handleIt = m_handles.find( command.second.handle ); in VulkanHppGenerator() local
521 for ( auto handleIt = std::next( m_handles.begin() ); handleIt != m_handles.end(); ++handleIt ) in prepareRAIIHandles() local
558 …std::map<std::string, HandleData>::iterator handleIt = m_handles.find( commandData.params[0].type.… in addCommand() local
1464 auto handleIt = m_handles.find( commandIt->second.handle ); in determineInitialSkipCount() local
1747 auto handleIt = m_handles.find( commandIt->second.params[1].type.type ); in distributeSecondLevelCommands() local
2277 auto handleIt = m_handles.find( commandData.params[1].type.type ); in generateCallArgumentsEnhanced() local
5642 auto handleIt = m_handles.find( parameter.type.type ); in generateHandleDependencies() local
5672 auto handleIt = m_handles.find( "" ); in generateHandleEmpty() local
5711 auto handleIt = m_handles.find( type ); in generateHandleHashStructures() local
8795 auto handleIt = m_handles.find( "Vk" + parentType ); in generateRAIIHandleDetails() local
[all …]