Home
last modified time | relevance | path

Searched refs:itEnd (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorPool.cpp105 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 DvktMeshShaderUtil.hpp56 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 DvktMeshShaderUtil.hpp56 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 Dcatch.hpp3013 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 DOutputASM.cpp2345 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 DProgram.cpp2805 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 Djsoncpp.cpp3591 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 Djsoncpp.cpp3558 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 Djsoncpp.cpp3558 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 Djsoncpp.cpp3558 ObjectValues::const_iterator itEnd = value_.map_->end(); in getMemberNames() local
3559 for (; it != itEnd; ++it) { in getMemberNames()

Completed in 39 milliseconds