Home
last modified time | relevance | path

Searched refs:find (Results 201 - 225 of 3778) sorted by relevance

12345678910>>...152

/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_derivatives.cpp83 models->find(SpvExecutionModelGLCompute) != models->end() && in DerivativesPass()
85 (modes->find(SpvExecutionModeDerivativeGroupLinearNV) == in DerivativesPass()
87 modes->find(SpvExecutionModeDerivativeGroupQuadsNV) == in DerivativesPass()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dpass_utils.cpp66 for (size_t pos = process_str->find(find_str, 0); pos != std::string::npos; in FindAndReplace()
67 pos = process_str->find(find_str, pos)) { in FindAndReplace()
78 return std::string(inst).find(op) != std::string::npos; in ContainsDebugOpcode()
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DUnrollFlatten_test.cpp40 mCurrentPosition = static_cast<int>(mTranslatedSource.find("cbuffer DriverConstants")); in compile()
49 auto position = mTranslatedSource.find(pattern, mCurrentPosition); in expect()
52 FAIL() << "Couldn't find '" << pattern << "' after expectations '" in expect()
61 mTranslatedSource.find(badPattern, mCurrentPosition) < position) in expect()
/third_party/skia/src/gpu/
H A DGrClientMappedBufferManager.cpp31 SkASSERT(std::find(fClientHeldBuffers.begin(), end, b) == end); in insert()
56 SkASSERT(std::find(fClientHeldBuffers.begin(), end, b) != end); in remove()
63 SkASSERT(std::find(fClientHeldBuffers.begin(), end, b) == end); in remove()
/third_party/skia/third_party/externals/spirv-tools/source/lint/
H A Ddivergence_analysis.h78 auto it = divergence_.find(id); in GetDivergenceLevel()
93 auto it = divergence_source_.find(id); in GetDivergenceSource()
110 auto it = divergence_dependence_source_.find(id); in GetDivergenceDependenceSource()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dstruct_cfg_analysis.h39 auto it = bb_to_construct_.find(bb_id); in ContainingConstruct()
65 auto it = bb_to_construct_.find(bb_id); in ContainingLoop()
93 auto it = bb_to_construct_.find(bb_id); in ContainingSwitch()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/lint/
H A Ddivergence_analysis.h78 auto it = divergence_.find(id); in GetDivergenceLevel()
93 auto it = divergence_source_.find(id); in GetDivergenceSource()
110 auto it = divergence_dependence_source_.find(id); in GetDivergenceDependenceSource()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dstruct_cfg_analysis.h39 auto it = bb_to_construct_.find(bb_id); in ContainingConstruct()
65 auto it = bb_to_construct_.find(bb_id); in ContainingLoop()
93 auto it = bb_to_construct_.find(bb_id); in ContainingSwitch()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_derivatives.cpp83 models->find(SpvExecutionModelGLCompute) != models->end() && in DerivativesPass()
85 (modes->find(SpvExecutionModeDerivativeGroupLinearNV) == in DerivativesPass()
87 modes->find(SpvExecutionModeDerivativeGroupQuadsNV) == in DerivativesPass()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dpass_utils.cpp66 for (size_t pos = process_str->find(find_str, 0); pos != std::string::npos; in FindAndReplace()
67 pos = process_str->find(find_str, pos)) { in FindAndReplace()
78 return std::string(inst).find(op) != std::string::npos; in ContainsDebugOpcode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DOrderedBasicBlock.cpp18 // It's currently used by the CaptureTracker in order to find relative
32 /// Given no cached results, find if \p A comes before \p B in \p BB.
48 // Number all instructions up to the point where we find 'A' or 'B'. in comesBefore()
57 assert((Inst == A || Inst == B) && "Should find A or B"); in comesBefore()
77 auto NAI = NumberedInsts.find(A); in dominates()
78 auto NBI = NumberedInsts.find(B); in dominates()
103 auto OI = NumberedInsts.find(Old); in replaceInstruction()
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
H A Dmutator_cache.cc27 auto it = map_.find(key); in Get()
37 auto it = map_.find(key); in Put()
54 auto it = map_.find(key); in Remove()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dnamer.h57 return id_to_name_.find(id) != id_to_name_.end(); in HasName()
63 return name_to_id_.find(name) != name_to_id_.end(); in IsRegistered()
69 return id_to_name_.find(id)->second; in GetName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLiveStacks.h66 SS2IntervalMap::iterator I = S2IMap.find(Slot); in getInterval()
73 SS2IntervalMap::const_iterator I = S2IMap.find(Slot); in getInterval()
83 S2RCMap.find(Slot); in getIntervalRegClass()
/third_party/spirv-tools/source/lint/
H A Ddivergence_analysis.h78 auto it = divergence_.find(id); in GetDivergenceLevel()
93 auto it = divergence_source_.find(id); in GetDivergenceSource()
110 auto it = divergence_dependence_source_.find(id); in GetDivergenceDependenceSource()
/third_party/spirv-tools/source/opt/
H A Dstruct_cfg_analysis.h39 auto it = bb_to_construct_.find(bb_id); in ContainingConstruct()
65 auto it = bb_to_construct_.find(bb_id); in ContainingLoop()
93 auto it = bb_to_construct_.find(bb_id); in ContainingSwitch()
/third_party/spirv-tools/source/val/
H A Dvalidate_derivatives.cpp82 models->find(spv::ExecutionModel::GLCompute) != models->end() && in DerivativesPass()
84 (modes->find(spv::ExecutionMode::DerivativeGroupLinearNV) == in DerivativesPass()
86 modes->find(spv::ExecutionMode::DerivativeGroupQuadsNV) == in DerivativesPass()
/third_party/spirv-tools/test/opt/
H A Dpass_utils.cpp66 for (size_t pos = process_str->find(find_str, 0); pos != std::string::npos; in FindAndReplace()
67 pos = process_str->find(find_str, pos)) { in FindAndReplace()
78 return std::string(inst).find(op) != std::string::npos; in ContainsDebugOpcode()
/third_party/vulkan-loader/tests/
H A Dloader_envvar_tests.cpp101 env.debug_log.find("Ignoring override VK_ICD_FILENAMES, VK_DRIVER_FILES, and VK_ADD_DRIVER_FILES due to high-integrity")); in TEST()
132 EXPECT_TRUE(env.debug_log.find("vkCreateInstance: Found no drivers!")); in TEST()
147 env.debug_log.find("Ignoring override VK_ICD_FILENAMES, VK_DRIVER_FILES, and VK_ADD_DRIVER_FILES due to high-integrity")); in TEST()
178 EXPECT_TRUE(env.debug_log.find("vkCreateInstance: Found no drivers!")); in TEST()
195 ASSERT_FALSE(log.find("Loader is using non-secure environment variable lookup for")); in TEST()
197 ASSERT_TRUE(log.find("Loader is using non-secure environment variable lookup for")); in TEST()
204 // so that the test app can find them. Include some badly specified elements as well. in TEST()
221 EXPECT_TRUE(debug_log.find((fs::path("/tmp/goober/vulkan") / category_path_name(category)).str())); in TEST()
222 EXPECT_TRUE(debug_log.find((fs::path("/tmp/goober2/vulkan") / category_path_name(category)).str())); in TEST()
223 EXPECT_TRUE(debug_log.find((f in TEST()
[all...]
/test/testfwk/developer_test/aw/cxx/distributed/
H A Ddistributed_cfg.cpp52 position = strline.find(":"); in OpenCfg()
69 cfgIterator = cfgMap_.find(key); in GetCfgVal()
82 posend = str.find(",", pos); in GetValueInString()
89 posend = str.find(",", pos); in GetValueInString()
/third_party/libphonenumber/cpp/src/phonenumbers/ohos/
H A Dupdate_metadata.cc41 if (metadataMap->find(code) != metadataMap->end()) { in UpdateShortNumber()
55 if (regionMetadataMap->find(code) != regionMetadataMap->end()) { in UpdatePhoneNumber()
64 if (countryMetadataMap->find(code) != countryMetadataMap->end()) { in UpdatePhoneNumber()
76 if (metadataMap.find(code) != metadataMap.end()) { in UpdateAlternateFormat()
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dregexp_adapter_icu.cc144 : matcher->find(input->position(), status); in Consume()
179 : matcher->find(input.position(), status); in Match()
207 if (!matcher->find()) { in Replace()
215 while (matcher->find()) { in Replace()
/third_party/mesa3d/src/vulkan/util/
H A Dvk_entrypoints.py111 name = command.find('./proto/name').text
112 ret_type = command.find('./proto/type').text
114 type=p.find('./type').text,
115 name=p.find('./name').text,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktSafetyCriticalApiTests.cpp143 if(coreExtensions.find(extensionName)!= coreExtensions.end()) in forbiddenCoreExtensions()
332 if (extensionName.find("VK_KHR") != 0 && extensionName.find("VK_EXT") != 0) in allowedExtensions()
335 if(extensions.find(extensionName)==extensions.end()) in allowedExtensions()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DDirectiveHandler.cpp151 TExtensionBehavior::iterator iter = mExtensionBehavior.find(GetExtensionByName(name.c_str())); in handleExtension()
159 iter = mExtensionBehavior.find(GetExtensionByName(kMultiviewExtName)); in handleExtension()
170 iter = mExtensionBehavior.find(GetExtensionByName(kIOBlocksExtName)); in handleExtension()
188 iter = mExtensionBehavior.find(GetExtensionByName(kAPPLEClipDistanceEXTName)); in handleExtension()

Completed in 10 milliseconds

12345678910>>...152