Home
last modified time | relevance | path

Searched refs:find (Results 3326 - 3350 of 3459) sorted by relevance

1...<<131132133134135136137138139

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassFragmentDensityMapTests.cpp2735 auto it = colorCount.find(outputColor); in verifyImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationInvarianceTests.cpp205 return c.find(key) != c.end(); in contains()
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRenderer.cpp867 if (vertices.find(packet) == vertices.end()) in makeSharedVerticeDistinct()
1458 for (; (primitiveEnd < emitted.size()) && emitted[primitiveEnd]; ++primitiveEnd); // find primitive end in drawWithGeometryShader()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp274 // open until we find an instruction that can't be added to it. in forwardITPosition()
3926 StringMap<unsigned>::const_iterator Entry = RegisterReqs.find(lowerCase); in tryParseRegister()
4961 size_t Start = 0, Next = Mask.find('_'); in parseMSRMaskOperand()
6733 // it. If we do find anything that prevents us from doing the transformation we
6797 size_t Start = 0, Next = Name.find('.'); in ParseInstruction()
6799 StringRef ExtraToken = Name.slice(Next, Name.find(' ', Next + 1)); in ParseInstruction()
6927 Next = Name.find('.', Start + 1); in ParseInstruction()
7783 // lead to bugs that are difficult to find since this is an easy mistake in validateInstruction()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp1521 if (std::find(extensions.begin(), extensions.end(), extension_name) == extensions.end()) in isExtensionSupported()
1577 * @param search_position Position at which find will start, it is updated to position at which replaced text ends
1585 const size_t token_position = string.find(token, search_position); in replaceToken()
1617 const size_t token_position = string.find(token, search_position); in replaceAllTokens()
1669 const size_t list_position = string.find(list, search_position); in insertElementOfList()
1670 const size_t sep_list_position = string.find(sep_list, search_position); in insertElementOfList()
1706 const size_t sep_position = string.find("SEPARATOR", search_position); in endList()
H A Dgl4cMultiBindTests.cpp1589 * @param search_position Position at which find will start, it is updated to position at which replaced text ends
1597 const size_t token_position = string.find(token, search_position); in replaceToken()
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex1203 \errmessage{Could not find image file #1 for pdf}%
2764 % and it is not used as such in any manual I can find. We need it for
3961 % Use the current \colcount to find the correct column width:
4097 % Define a command to find the next `@end #1'.
4101 % And this command to find another #1 command, at the beginning of a
7996 % find a line break at a hyphen in a node names. Since some manuals
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext.cpp3341 auto extension = extensionInfos.find(name); in isExtensionRequestable()
3350 auto extension = extensionInfos.find(name); in isExtensionDisablable()
3373 ASSERT(extensionInfos.find(name) != extensionInfos.end()); in setExtensionEnabled()
/third_party/skia/modules/skparagraph/tests/
H A DSkParagraphTest.cpp7420 auto K = text.find("k"); in UNIX_ONLY_TEST()
7421 auto P = text.find("P"); in UNIX_ONLY_TEST()
7422 auto h = text.find("h"); in UNIX_ONLY_TEST()
/third_party/json/tests/src/
H A Dunit-cbor.cpp2233 if (unsupported.find(byte) != unsupported.end())
/third_party/node/src/
H A Dnode_http2.cc736 auto s = streams_.find(id); in FindStream()
2493 // find out when the HTTP2 stream wants to consume data, and because the in OnRead()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.h1893 return internal_reference_positions_.find(L->pos()) != in is_internal_reference()
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.h1865 return internal_reference_positions_.find(L->pos()) != in is_internal_reference()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorCopyTests.cpp1439 if (m_descriptorCounts.find(type) != m_descriptorCounts.end())
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktAttachmentRateTests.cpp1170 // find proper set in map and add value to it after doing verification with existing items in verifyUsingAtomicChecks()
1171 auto fragmentsSetMapIt = fragmentsWithSameAtomicValueMap.find(atomicValue); in verifyUsingAtomicChecks()
1746 // find graphics and transfer queue families in runCopyModeOnTransferQueue()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineLibraryTests.cpp1166 if (was.find(uniqueTreeSubsetCode) == was.end()) in iterate()
1469 // find set bits in runNullDescriptorSet()
2760 // find set bits in initPrograms()
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp349 if (takenLocationIndices.find(locationNdx) == takenLocationIndices.end()) in fillSampleLocationsPacked()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp1845 const auto itr = std::find(begin(validSamplerTypes), end(validSamplerTypes), samplerType); in genGatherPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp3865 const StageToSpecConstantMap::const_iterator stageIt = instance.specConstants.find(stageInfo->stage); in runAndVerifyDefaultPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp874 if (compareFuncs.find(glu::DataType(type)) != compareFuncs.end()) in generateCompareFuncs()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationTimelineSemaphoreTests.cpp1485 if (used_queues.find(std::make_pair(familyIdx, instanceIdx)) != used_queues.end()) in WaitBeforeSignalTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoBaseDecodeUtils.cpp2370 else if (recommendedFormat != VK_FORMAT_UNDEFINED && std::find(formats.begin(), formats.end(), recommendedFormat) != formats.end())
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorCopyTests.cpp1439 if (m_descriptorCounts.find(type) != m_descriptorCounts.end())
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp286 // don't, this at least helps the user find where a global came from. in doInitialization()
3094 gcp_map_type::iterator GCPI = GCMap.find(&S); in GetOrCreateGCPrinter()

Completed in 165 milliseconds

1...<<131132133134135136137138139