Home
last modified time | relevance | path

Searched refs:find (Results 3551 - 3575 of 3778) sorted by relevance

1...<<141142143144145146147148149150>>...152

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderMultisampleInterpolationTests.cpp173 if (shadeFrequency.find(packed) == shadeFrequency.end()) in verifyImage()
H A Des31fShaderImageLoadStoreTests.cpp117 return (int)(std::find(arr.begin(), arr.end(), e) - arr.begin());
581 if (m_uniformLocations.find(name) == m_uniformLocations.end()) in getLocation()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSpecConstantTests.cpp285 const std::string::size_type pos = decl.find("${ID}"); in generateSpecConstantCode()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingComplexControlFlowTests.cpp210 while((start_pos = result.find(from, start_pos)) != std::string::npos) in replace()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassDepthStencilResolveTests.cpp157 const auto itr = m_compatibleFormats.find(format); in getAlternativeFormat()
/third_party/ninja/src/
H A Dbuild_test.cc587 assert(find(active_edges_.begin(), active_edges_.end(), edge) in StartCommand()
3611 string err_first_line = err.substr(0, err.find("\n")); in TEST_F()
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.cc268 auto existing = entries_.find(data); in AddSharedEntry()
523 auto it = label_farjmp_maps_.find(L); in bind_to()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputSPIRV.cpp513 auto iter = mSymbolIdMap.find(symbol); in getSymbolIdAndStorageClass()
4664 auto iter = mBuiltInResultStructMap.find(key); in makeBuiltInOutputStructType()
5368 // First, need to find out how many blocks are there in the switch. in visitSwitch()
H A DParseContext.cpp1448 auto extIter = extBehavior.find(extension); in checkCanUseOneOfExtensions()
4021 const TSymbol *prevSym = symbolTable.find(function->name(), getShaderVersion()); in parseFunctionDeclarator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1753 DirectiveKindMap.find(IDVal); in parseStatement()
3892 CVDefRangeTypeMap.find(CVDefRangeTypeStr); in parseDirectiveCVDefRange()
4980 "Could not find include file '" + Filename + "'")) in parseDirectiveInclude()
5023 return Error(IncbinLoc, "Could not find incbin file '" + Filename + "'"); in parseDirectiveIncbin()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMachOObjectFile.cpp956 uint32_t NullPos = StringRef(string, left).find('\0'); in checkLinkerOptCommand()
2730 return llvm::find(validArchs, ArchFlag) != validArchs.end(); in isValidArch()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTransformFeedbackTests.cpp789 << tcu::TestLog::Message << "Cannot find unused trnasform feedback object." << tcu::TestLog::EndMessage; in testExtension1()
1166 << tcu::TestLog::Message << "Cannot find unused trnasform feedback object." << tcu::TestLog::EndMessage; in testExtension2()
1394 while (supported_mode.find(mode) != supported_mode.end()) in testInstanced()
1579 << tcu::TestLog::Message << "Cannot find unused trnasform feedback object." << tcu::TestLog::EndMessage; in testInstanced()
6859 size_t position = destination.find(key, 0); in preprocessCode()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp522 auto iter = spirvFormats.find(fmt); in hasSpirvFormat()
528 auto iter = spirvFormats.find(fmt); in getSpirvFormat()
H A DvkPipelineConstructionUtil.cpp2002 return std::find(deviceExtensions.begin(), deviceExtensions.end(), ext) != deviceExtensions.end(); in extensionEnabled()
2980 // find free space for fragment shader in setupFragmentShaderState2()
3878 return std::find(m_internalData->shaderObjectDynamicStates.begin(), m_internalData->shaderObjectDynamicStates.end(), dynamicState) != m_internalData->shaderObjectDynamicStates.end(); in isShaderObjectDynamic()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp1449 size_t startOfParameters = topLevelCommand.find("("); in handleDirtyEventLogImpl()
5483 if (alreadyProcessed.find(image) != alreadyProcessed.end())
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DReactor.cpp79 auto iter = variables.find(v); in remove()
4447 while((pos = str.find(substr, pos)) != std::string::npos)
/third_party/python/Lib/test/
H A Dtest_zipfile.py2146 msg3 = b"To find, explore the funds offshore"
2174 bloc = txt.find(b"Bruce")
2453 bloc = txt.find(test_word)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1240 // This does very trivial matching, with limited scanning, to find identical in HoistThenElseCodeToIf()
2255 DenseMap<Value *, Value *>::iterator PI = TranslateMap.find(*i); in FoldCondBranchOnPHI()
2304 // are trying to find the condition that is being branched on, which in FoldTwoEntryPHINode()
2410 assert(DomBlock && "Failed to find root DomBlock"); in FoldTwoEntryPHINode()
2918 // as an incoming operand. If we find one, we use it, else we create a new in ensureValueAvailableInSuccessor()
3020 if (llvm::find(FreeStores, S)) in mergeConditionalStoreToAddress()
3122 // The intention here is to find diamonds or triangles (see below) where each in mergeConditionalStores()
3160 // If we couldn't find a good PostBB, stop. in mergeConditionalStores()
3632 /// This is called when we find an icmp instruction
5782 /// try to find anothe
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp304 if (End != std::find(OpcodesForSpill, End, Opcode)) { in isLoadFromStackSlot()
358 if (End != std::find(OpcodesForSpill, End, Opcode)) { in isStoreToStackSlot()
1352 assert(UseIdx < UseMI.getNumOperands() && "Cannot find Reg in UseMI"); in FoldImmediate()
1704 // Scan forward to find the first use of the compare.
2796 // Doing this post-RA would require dataflow analysis to reliably find uses
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86FastISel.cpp764 DenseMap<const Value *, unsigned>::iterator I = LocalValueMap.find(V); in handleConstantAddresses()
877 FuncInfo.StaticAllocaMap.find(A); in X86SelectAddress()
3952 // scan the instruction to find the index reg and see if its the correct reg in tryToFoldLoadIntoMI()
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.h219 auto pair = map->find(key); in GetAttribute()
325 auto search = branch_interceptions_.find(branch_target); in FindBranchInterception()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktTransformFeedbackSimpleTests.cpp568 } while (offsetsSet.find(chunkSlot) != offsetsSet.end()); in generateSizesList()
832 DE_ASSERT(topologyParametersMap.find(parameters.primTopology) != topologyParametersMap.end()); in TransformFeedbackWindingOrderTestInstance()
/kernel/linux/linux-5.10/scripts/
H A Dcheckpatch.pl179 or warn "$P: Can't find a readable $configuration_file file $!\n";
937 $files = `find $root/include -name "*.h"`;
2295 my ($string, $find, $replace) = @_;
2297 $string =~ s/$find/$replace/g;
/kernel/linux/linux-6.6/scripts/
H A Dcheckpatch.pl223 or warn "$P: Can't find a readable $configuration_file file $!\n";
337 # If /usr/share/codespell/dictionary.txt is not present, try to find it
1174 $files = `find $root/include -name "*.h"`;
2548 my ($string, $find, $replace) = @_;
2550 $string =~ s/$find/$replace/g;
3324 # A commit match can span multiple lines so this block attempts to find a
/third_party/eudev/
H A Dltmain.sh3925 func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'"
5218 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
5222 darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
5237 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
5850 lt_fatal (__FILE__, __LINE__, "couldn't find %s", argv[0]);
6779 func_fatal_error "cannot find name of object for '$arg'"
7147 # and Darwin in order for the loader to find any dlls it needs.
7384 func_fatal_error "cannot find name of object for '$arg'"
7888 || func_fatal_error "cannot find the library '$lib' or unhandled argument '$deplib'"
7937 func_fatal_error "cannot find nam
[all...]

Completed in 149 milliseconds

1...<<141142143144145146147148149150>>...152