Home
last modified time | relevance | path

Searched refs:end (Results 19126 - 19150 of 24880) sorted by relevance

1...<<761762763764765766767768769770>>...996

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRatePixelConsistency.cpp382 std::sort(m_shadingRateClamped.begin(), m_shadingRateClamped.end(), compareShadingRate); in clampShadingRate()
389 while (it != m_shadingRateClamped.end()) in clampShadingRate()
395 it = m_shadingRateClamped.erase(it, m_shadingRateClamped.end()); in clampShadingRate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/modifiers/
H A DvktModifiersTests.cpp248 if (std::find(std::begin(skippedFormats), std::end(skippedFormats), format) != std::end(skippedFormats)) in checkExportImportExtensions()
562 if (!de::contains(begin(creationModifiers), end(creationModifiers), properties.drmFormatModifier)) in createImageListModifiersCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemUtils.cpp156 bool useYCbCr = de::contains(extensions.begin(), extensions.end(), std::string("VK_KHR_sampler_ycbcr_conversion")); in makeProtectedMemDevice()
158 bool useProtectedAccess = de::contains(extensions.begin(), extensions.end(), std::string("VK_EXT_pipeline_protected_access")); in makeProtectedMemDevice()
165 if (notInCore && !isExtensionStructSupported(supportedExtensions.begin(), supportedExtensions.end(), RequiredExtension(extensions[ndx]))) in makeProtectedMemDevice()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrStorageImageWriteTests.cpp88 auto it = std::find_if(std::begin(ycbcrFormats), std::end(ycbcrFormats), [result](const std::pair<vk::VkFormat, vk::VkFormat>& p) { return p.first == result; }); in getPlaneCompatibleFormatForWriting()
89 if (it != std::end(ycbcrFormats)) in getPlaneCompatibleFormatForWriting()
710 std::sort(begin(channelsOnPlane), end(channelsOnPlane), [](const std::pair<deUint32, deUint32>& lhs, const std::pair<deUint32, deUint32>& rhs) { return lhs.second < rhs.second; });
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeIndirectComputeDispatchTests.cpp75 std::set<std::string> excludedExtensions (coreExtensions.begin(), coreExtensions.end()); in removeCoreExtensions()
340 for (DispatchCommandsVec::const_iterator cmdIter = m_dispatchCommands.begin(); cmdIter != m_dispatchCommands.end(); ++cmdIter) in fillIndirectBufferData()
770 for (DispatchCommandsVec::const_iterator cmdIter = m_dispatchCommands.begin(); cmdIter != m_dispatchCommands.end(); ++cmdIter) in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRatePixelConsistency.cpp382 std::sort(m_shadingRateClamped.begin(), m_shadingRateClamped.end(), compareShadingRate); in clampShadingRate()
389 while (it != m_shadingRateClamped.end()) in clampShadingRate()
395 it = m_shadingRateClamped.erase(it, m_shadingRateClamped.end()); in clampShadingRate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A DFrameCapture.h494 if (bufferDataInfo != mBufferDataMap.end()) in eraseBufferDataMapEntry()
503 if (bufferDataInfo != mBufferDataMap.end()) in hasBufferData()
513 ASSERT(bufferDataInfo != mBufferDataMap.end()); in getBufferDataOffsetAndLength()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCAssembler.cpp72 } // end namespace stats
73 } // end anonymous namespace
427 // ensure that it's bundle aligned. This means that if we end up with in layoutFragment()
509 // the end of the function. in writeFragment()
523 // FIXME: This error shouldn't actually occur (the front end should emit in writeFragment()
1008 // exists) also marks the end of the branch. in relaxBoundaryAlign()
1119 for (MCSection::iterator I = Sec.begin(), IE = Sec.end(); I != IE; ++I) { in layoutSectionOnce()
1168 for (iterator it = begin(), ie = end(); it != ie; ++it) { in layoutOnce()
1194 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in dump()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DCommandProcessor.cpp655 if (mSwapchainStatus.find(swapchain) == mSwapchainStatus.end()) in getLastAndClearPresentResult()
659 return mSwapchainStatus.find(swapchain) != mSwapchainStatus.end(); in getLastAndClearPresentResult()
1039 ANGLE_VK_TRY(context, commandBuffer.end()); in submitFrame()
/third_party/skia/src/core/
H A DSkRemoteGlyphCache.cpp676 SkASSERT(it != fDescToRemoteStrike.end()); in writeStrikeData()
709 it != fDescToRemoteStrike.end()) { in checkForDeletedEntries()
738 if (it != fDescToRemoteStrike.end()) { in getOrCreateCache()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShader.cpp916 case OPCODE_END: return "end"; in operationString()
1503 // A return (leave) right before the end of a function or the shader can be removed
1541 if(calledFunctions.find(instruction[i]->dst.label) == calledFunctions.end())
1719 if(instruction[i]->isLoop() || instruction[i]->opcode == OPCODE_SWITCH) // Nested loop or switch, don't make the end of it disable the break execution mask
1744 if(instruction[i]->isLoop() || instruction[i]->opcode == OPCODE_SWITCH) // Nested loop or switch, don't make the end of it disable the break execution mask
1971 // functions. These start with a label and end with a ret. Note that
2013 ASSERT(functions.find(id) != functions.end()); // Sanity check
2023 ASSERT(functions.find(id) != functions.end());
/third_party/openssl/crypto/sha/asm/
H A Dsha512-parisc.pl165 ldo 1($Tbl),$Tbl ; signal end of $Tbl
265 addl $inp,$num,$num ; $num to point at the end of $inp
325 bb,>= $Tbl,31,L\$rounds ; end of $Tbl signalled?
/third_party/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c489 goto end; in ec_export()
509 goto end; in ec_export()
514 end: in ec_export()
/third_party/openssl/ssl/
H A Dssl_cert.c407 goto end; in ssl_verify_cert_chain()
421 goto end; in ssl_verify_cert_chain()
466 end: in ssl_verify_cert_chain()
/third_party/skia/third_party/externals/libwebp/examples/
H A Dcwebp.c877 const char* const end = start + strlen(start); in main() local
879 while (start < end) { in main()
882 if (token == NULL) token = end; in main()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DANGLETest.cpp394 std::replace(testName.begin(), testName.end(), '/', '_'); in SetupEnvironmentVarsForCaptureReplay()
489 if (iter != gFixtures.end()) in ANGLETestBase()
816 for (auto it = gFixtures.begin(); it != gFixtures.end(); it++) in ReleaseFixtures()
/third_party/openssl/test/helpers/
H A Dhandshake.c1734 goto end; in do_handshake()
1738 goto end; in do_handshake()
1746 end: in do_handshake()
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttsbit.c1268 FT_UInt start, end, index_format, image_format; in tt_sbit_decoder_load_image() local
1286 end = FT_NEXT_USHORT( p ); in tt_sbit_decoder_load_image()
1288 if ( glyph_index >= start && glyph_index <= end ) in tt_sbit_decoder_load_image()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-coretext.cc506 unsigned int index_last; /* == end - 1 */
551 /* Sort features by start/end events. */ in _hb_coretext_shape()
578 event->index = features[i].end; in _hb_coretext_shape()
852 feature.start < chars_len && feature.start < feature.end) in _hb_coretext_shape()
855 hb_min (feature.end, chars_len) - feature.start); in _hb_coretext_shape()
H A Dhb-ot-glyf-table.hh685 unsigned int end = bytes.length; in instructions_length() local
693 if (unlikely (start > end)) return 0; in instructions_length()
694 return end - start; in instructions_length()
707 /* Chop instructions off the end */
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h678 ArgIndices(ArgIndices.begin(), ArgIndices.end()) {} in BuildInfoRecord()
706 MethodNames.insert(MethodNames.end(), Methods.begin(), Methods.end()); in VFTableRecord()
919 /// together. The first will end in an LF_INDEX record that points to the next.
961 } // end namespace codeview
962 } // end namespace llvm
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DMetadata.h468 /// The end-goal is to create a new type of metadata, called (e.g.) \a MDInt,
480 /// complex and bug-prone control flow that will disappear in the end. In
523 } // end namespace detail
597 } // end namespace mdconst
630 /// Pointer to one byte past the end of the string.
631 iterator end() const { return getString().end(); } in end() function in llvm::MDString
1267 iterator end() const { return N ? iterator(N->op_end()) : iterator(); } in end() function in llvm::MDTupleTypedArrayWrapper
1437 } // end namespace llvm
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp148 if (Iter == std::end(AllocationFnData)) in getAllocationDataForFunction()
541 // If we've outside the end of the object, then we can always access in lowerObjectSizeCall()
850 if (CacheIt != CacheMap.end() && anyKnown(CacheIt->second)) in compute()
877 if (CacheIt != CacheMap.end()) in compute_()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DMetadata.h450 /// The end-goal is to create a new type of metadata, called (e.g.) \a MDInt,
462 /// complex and bug-prone control flow that will disappear in the end. In
505 } // end namespace detail
579 } // end namespace mdconst
611 /// \brief Pointer to one byte past the end of the string.
612 iterator end() const { return getString().end(); } in end() function in llvm::MDString
1222 iterator end() const { return N ? iterator(N->op_end()) : iterator(); } in end() function in llvm::MDTupleTypedArrayWrapper
1380 } // end namespace llvm
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceConverter.cpp175 if (VarMap.find(V) == VarMap.end()) { in mapValueToIceVar()
188 if (NodeMap.find(BB) == NodeMap.end()) { in mapBasicBlockToNode()
807 } // end of anonymous namespace
852 if (Pos == GlobalDeclarationMap.end()) { in getGlobalDeclaration()
929 } // end of namespace Ice

Completed in 57 milliseconds

1...<<761762763764765766767768769770>>...996