Searched refs:itEnd (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDescriptorPool.cpp | 105 const auto itEnd = nodes.end(); in findAvailableMemory() local 108 for(auto it = itBegin; nextIt != itEnd; ++it, ++nextIt) in findAvailableMemory() 187 const auto itEnd = nodes.end(); in freeSet() local 188 auto it = std::find(nodes.begin(), itEnd, asMemory(descriptorSet)); in freeSet() 189 if(it != itEnd) in freeSet() 215 const auto itEnd = nodes.end(); in computeTotalFreeSize() local 218 for(auto it = itBegin; nextIt != itEnd; ++it, ++nextIt) in computeTotalFreeSize()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderUtil.hpp | 56 FragmentSize getBadShadingRateSize (Iterator itBegin, Iterator itEnd) in getBadShadingRateSize() argument 63 if (!de::contains(itBegin, itEnd, fs)) in getBadShadingRateSize()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderUtil.hpp | 56 FragmentSize getBadShadingRateSize (Iterator itBegin, Iterator itEnd) in getBadShadingRateSize() argument 63 if (!de::contains(itBegin, itEnd, fs)) in getBadShadingRateSize()
|
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 3013 virtual std::string translate( ExceptionTranslators::const_iterator it, ExceptionTranslators::const_iterator itEnd ) const = 0; 3031 std::string translate( ExceptionTranslators::const_iterator it, ExceptionTranslators::const_iterator itEnd ) const override { 3036 if( it == itEnd ) 3039 return (*it)->translate( it+1, itEnd ); 8869 Iterator itEnd; 8876 while( it != itEnd && it->empty() ) 8879 if( it != itEnd ) { 8906 TokenStream( Iterator it, Iterator itEnd ) : it( it ), itEnd( itEnd ) { [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | OutputASM.cpp | 2345 BlockDefinitionIndexMap::const_iterator itEnd = blockDefinition.end(); in getArgumentInfo() local 2346 BlockDefinitionIndexMap::const_iterator it = itEnd; in getArgumentInfo() 2362 if(it != itEnd) in getArgumentInfo() 2368 ASSERT(it != itEnd); in getArgumentInfo()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Program.cpp | 2805 std::vector<glsl::Attribute>::const_iterator itEnd = linkedAttribute.end(); in getActiveAttributeMaxLength() local 2806 for(; it != itEnd; ++it) in getActiveAttributeMaxLength()
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
H A D | jsoncpp.cpp | 3591 ObjectValues::const_iterator itEnd = value_.map_->end(); in getMemberNames() local 3592 for (; it != itEnd; ++it) { in getMemberNames()
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 3558 ObjectValues::const_iterator itEnd = value_.map_->end(); in getMemberNames() local 3559 for (; it != itEnd; ++it) { in getMemberNames()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 3558 ObjectValues::const_iterator itEnd = value_.map_->end(); in getMemberNames() local 3559 for (; it != itEnd; ++it) { in getMemberNames()
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 3558 ObjectValues::const_iterator itEnd = value_.map_->end(); in getMemberNames() local 3559 for (; it != itEnd; ++it) { in getMemberNames()
|
Completed in 39 milliseconds