/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | ShaderCache.h | 47 typename Map::iterator it = mMap.find(key); in create()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfFile.cpp | 108 auto Cached = ScopeVars.Args.find(ArgNum); in addScopeVariable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LatencyPriorityQueue.cpp | 136 std::vector<SUnit *>::iterator I = find(Queue, SU); in remove()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugChecksumsSubsection.cpp | 112 auto Iter = OffsetMap.find(Offset); in mapChecksumOffset()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugAbbrev.cpp | 120 const auto Pos = AbbrDeclSets.find(CUAbbrOffset); in getAbbreviationDeclarationSet()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbolFunc.cpp | 41 if (SeenNames.find(Name) != SeenNames.end()) in FunctionArgEnumerator()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
H A D | EHFrameSupportImpl.h | 77 auto I = CIEInfos.find(Address); in findCIEInfo()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkApiVersion.cpp | 128 if (pred.find(it->second) != end(pred)) in minVulkanAPIVersion()
|
/third_party/vk-gl-cts/execserver/ |
H A D | xsTcpServer.cpp | 90 std::vector<ConnectionHandler*>::iterator liveListPos = std::find(m_liveConnections.begin(), m_liveConnections.end(), handler); in connectionDone()
|
/third_party/vk-gl-cts/external/amber/src/android_gradle/ |
H A D | gradlew | 119 ROOTDIRSRAW=$(find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null)
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | eliminate_dead_const_test.cpp | 74 return std::string(line).find(const_decl_op) != std::string::npos; in TEST_F()
|
H A D | fold_spec_const_op_composite_test.cpp | 192 if (inst_str.find("OpName %") == std::string::npos) { in StripOpNameInstructions()
|
H A D | propagator_test.cpp | 191 auto it = values_.find(phi_arg_id); in TEST_F()
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_derivatives_test.cpp | 67 if (capabilities_and_extensions.find("OpCapability Float16") != in GenerateShaderCode()
|
/third_party/skia/third_party/externals/angle2/src/tests/gles_conformance_tests/ |
H A D | gles_conformance_tests.cpp | 88 while ((offset = log.find("failure = ", offset)) != std::string::npos) in RunConformanceTest()
|
/third_party/skia/src/core/ |
H A D | SkResourceCache.h | 121 * Callback function for find(). If called, the cache will have found a match for the 214 * find() will search the cache for the specified Key. If no match is found, return false and 220 bool find(const Key&, FindVisitor, void* context);
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkPipelineStateCache.cpp | 118 std::unique_ptr<Entry>* entry = fMap.find(desc); in findOrCreatePipelineStateImpl()
|
/third_party/skia/src/gpu/ops/ |
H A D | SmallPathAtlasMgr.cpp | 85 auto shapeData = fShapeCache.find(key); in findOrCreate()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | DirectiveHandler.cpp | 134 TExtensionBehavior::iterator iter = mExtensionBehavior.find(name); in handleExtension()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | VertexProgram.cpp | 74 auto it = spirvShader->inputBuiltins.find(spv::BuiltInVertexIndex); in program()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | ReactorDebugInfo.cpp | 91 auto iter = cache.find(frame.address()); in getCallerBacktrace()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | strip_reflect_info_pass.cpp | 101 if (non_semantic_sets.find(inst->GetSingleWordInOperand(0)) != in Process()
|
H A D | unify_const_pass.cpp | 39 // as an array of keys, looks up the trie to find a result id which is stored 72 auto iter = next_.find(key); in GetOrCreateTrieNodeFor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | strip_reflect_info_pass.cpp | 101 if (non_semantic_sets.find(inst->GetSingleWordInOperand(0)) != in Process()
|
H A D | unify_const_pass.cpp | 39 // as an array of keys, looks up the trie to find a result id which is stored 72 auto iter = next_.find(key); in GetOrCreateTrieNodeFor()
|