| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| H A D | OutputASM.cpp | 2361 it = blockDefinition.find(i); in getArgumentInfo() 3681 // The block is already defined, find the register for the current uniform and return it in blockMemberLookup()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
| H A D | validate_builtins.cpp | 78 << " did not find an member index to get underlying data type for " in GetUnderlyingType() 4266 const auto it = id_to_at_reference_checks_.find(id); in Run()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 2658 StringView("yptn").find(look(1)) != StringView::npos) { in parseUnnamedTypeName() 2668 // TemplateParams list. Unfortunately, we don't find out whether there are in parseUnnamedTypeName() 2679 // don't find this out until we encounter the type of the next parameter. in parseUnnamedTypeName()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 1938 if (llvm::find(Tys, ElemTy) != Tys.end()) { in getPreferredVectorAction()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 1680 // Try to find the callee in the current module. in LowerCall() 2459 return std::find(std::begin(specialTypes), std::end(specialTypes), in isImageOrSamplerVal()
|
| /third_party/toybox/generated/ |
| H A D | flags.h | 882 // find ?^HL[-HL] ?^HL[-HL] 4223 #define TT this.find
|
| /third_party/python/Lib/test/ |
| H A D | test_logging.py | 2234 self.assertGreater(s.find("UserWarning: I'm warning you...\n"), 0)
|
| H A D | datetimetester.py | 5924 abbr = abbrs[abbrind:abbrs.find(0, abbrind)].decode()
|
| /third_party/spirv-tools/source/val/ |
| H A D | validate_builtins.cpp | 76 << " did not find an member index to get underlying data type for " in GetUnderlyingType() 4364 const auto it = id_to_at_reference_checks_.find(id); in Run()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmFloatControlsTests.cpp | 323 while((start_pos = str.find(from, start_pos)) != std::string::npos) in replace()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 6823 if (RegRewriteTable.find(TrueReg) != RegRewriteTable.end()) in createPHIsForSelects() 6826 if (RegRewriteTable.find(FalseReg) != RegRewriteTable.end()) in createPHIsForSelects() 6964 // address, so take special care to find the storing memory operand. in emitCondStore()
|
| /third_party/astc-encoder/Source/ |
| H A D | tinyexr.h | 619 (thanks kahmyong.moon@hp.com) which could cause locate files to not find 11381 if (std::find(layer_names.begin(), layer_names.end(), full_name) == layer_names.end()) in GetLayers() 11406 const size_t pos = ch_name.find(layer_name + '.'); in ChannelsInLayer()
|
| /third_party/skia/third_party/vulkanmemoryallocator/include/ |
| H A D | vk_mem_alloc.h | 201 -# If you just want to find memory type index that meets your requirements, you 660 To find the one suitable for your buffers or images, you can use helper functions 694 algorithm tries to find best place for new allocations among free regions to 819 to find a continuous range of free memory for a new allocation despite there is 1296 If you find these values while debugging your program, good chances are that you incorrectly 1526 When you find it, you can assume that memory is unified and all memory types are comparably fast 1557 both `DEVICE_LOCAL` and `HOST_VISIBLE`. When you find it, use (2), otherwise use (1). 1582 Please check "CONFIGURATION SECTION" in the code to find macros that you can define 1849 -# Try to find free range of memory in existing blocks. 1853 specified, try to find spac [all...] |
| /third_party/vulkan-headers/include/vulkan/ |
| H A D | vulkan.hpp | 6761 VULKAN_HPP_ASSERT_ON_RESULT( std::find( successCodes.begin(), successCodes.end(), result ) != successCodes.end() ); in resultCheck() 6763 if ( std::find( successCodes.begin(), successCodes.end(), result ) == successCodes.end() ) in resultCheck()
|
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_instruction_selection.cpp | 357 auto it = ctx->allocated_vec.find(src.id()); in emit_extract_vector() 386 if (ctx->allocated_vec.find(vec_src.id()) != ctx->allocated_vec.end()) in emit_split_vector() 803 auto it = ctx->allocated_vec.find(tmp.id()); 4737 auto it = ctx->allocated_vec.find(src.id());
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 150 /// This is used to find and remove nodes from the worklist (by nulling 267 auto It = WorklistMap.find(N); in removeFromWorklist() 628 /// Used by BackwardsPropagateMask to find suitable loads. 1794 // early if we find all remaining work is associated with just one operand as in visitTokenFactor() 1819 "expected to find TokenFactor Operand"); in visitTokenFactor() 2768 // We couldn't find a suitable Z. in combineADDCARRYDiamond() 5104 // Look through an optional extension and find a 'not'. in combineShiftAnd1ToBitTest() 5378 // transform, and then we have no way to find this better fold. in visitAND() 8483 // can find the SETCC that produced it and inspect its operands. This is in foldSelectOfConstants() 8551 // to the right anyway if we find th in visitSELECT() [all...] |
| /third_party/icu/icu4c/source/ |
| H A D | configure | 108 # We did not find ourselves, most probably we were run as `sh COMMAND' 114 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 498 # (the dirname of $[0] is not the place where we might find the 1348 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" 1396 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 1517 it to find libraries and programs with nonstandard names/locations. 1802 # Tries to find the compile-time value of EXPR in a program that includes 2762 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 8325 # We did not find ourselves, most probably we were run as `sh COMMAND' 8331 $as_echo "$as_myself: error: cannot find mysel [all...] |
| /third_party/json/tests/thirdparty/doctest/ |
| H A D | doctest.h | 467 // - find & friends 1078 // This will check if there is any way it could find a operator like member or friend and uses it. 1079 // If not it doesn't find the operator or if the operator at global scope is defined after 4116 if(std::find(getExceptionTranslators().begin(), getExceptionTranslators().end(), et) ==
|
| /third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/ |
| H A D | api.js | [all...] |
| /third_party/node/deps/v8/src/heap/ |
| H A D | mark-compact.cc | 5331 std::find(promoted_pages_.begin(), promoted_pages_.end(), p)); in CollectGarbage()
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | objects.cc | 4898 const auto line_end = std::find(line_begin, end, '\n'); in GetPositionInfoSlowImpl() 5080 // was included in the snapshot). In that case, we can find it based on the in FindWebSnapshotSharedFunctionInfo()
|
| /third_party/node/deps/undici/ |
| H A D | undici.js | 10120 let dispatcher = this[kClients].find((dispatcher2) => !dispatcher2[kNeedDrain]);
|
| /third_party/pcre2/pcre2/src/ |
| H A D | pcre2test.c | 3578 * Check a modifer and find its field * 3582 it is allowed here and find the field that is to be changed. 3824 /* Set the data length for those types that have data. Then find the field in decode_modifiers() 6129 fprintf(outfile, "Can't find minimum %s limit: check pattern for " in check_match_limit() 6322 subsequent calls in the same match, we use PCHARS() just to find the printed in callout_function()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
| H A D | vktRayTracingAccelerationStructuresTests.cpp | 3211 if (addrs2.end() != addrs2.find(addr1)) in areAddressesDifferent()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| H A D | vktRenderPassTests.cpp | 6255 bool col = colorAttachments.find(inputAttachmentIndex) != colorAttachments.end();
|