| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fShaderMultisampleInterpolationTests.cpp | 173 if (shadeFrequency.find(packed) == shadeFrequency.end()) in verifyImage()
|
| H A D | es31fShaderImageLoadStoreTests.cpp | 117 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 D | vktPipelineSpecConstantTests.cpp | 285 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 D | vktRayTracingComplexControlFlowTests.cpp | 210 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 D | vktRenderPassDepthStencilResolveTests.cpp | 157 const auto itr = m_compatibleFormats.find(format); in getAlternativeFormat()
|
| /third_party/ninja/src/ |
| H A D | build_test.cc | 587 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 D | assembler-x64.cc | 268 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 D | OutputSPIRV.cpp | 513 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 D | ParseContext.cpp | 1448 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 D | AsmParser.cpp | 1753 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 D | MachOObjectFile.cpp | 956 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 D | gl3cTransformFeedbackTests.cpp | 789 << 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 D | vkImageUtil.cpp | 522 auto iter = spirvFormats.find(fmt); in hasSpirvFormat() 528 auto iter = spirvFormats.find(fmt); in getSpirvFormat()
|
| H A D | vkPipelineConstructionUtil.cpp | 2002 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 D | ContextVk.cpp | 1449 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 D | Reactor.cpp | 79 auto iter = variables.find(v); in remove() 4447 while((pos = str.find(substr, pos)) != std::string::npos)
|
| /third_party/python/Lib/test/ |
| H A D | test_zipfile.py | 2146 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 D | SimplifyCFG.cpp | 1240 // 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 D | PPCInstrInfo.cpp | 304 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 D | X86FastISel.cpp | 764 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 D | simulator-aarch64.h | 219 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 D | vktTransformFeedbackSimpleTests.cpp | 568 } 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 D | checkpatch.pl | 179 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 D | checkpatch.pl | 223 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 D | ltmain.sh | 3925 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...] |