/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderDerivateTests.cpp | 63 using std::vector; 64 using std::string; 65 using std::map; 67 using std::ostringstream; 340 std::ostream& operator<< (std::ostream& str, const LogVecComps& v) in operator <<() 768 const std::string& name, 780 const std::string& name, in TriangleDerivateCase() 799 const std::string errorPrefix = m_definitions.inNonUniformControlFlow in checkSupport() 822 static std [all...] |
/third_party/skia/src/pathops/ |
H A D | SkOpCoincidence.cpp | 125 using std::swap; in contains() 135 using std::swap; in contains() 200 using std::swap; in extend() 209 double oppMinT = std::min(oppPtTStart->fT, oppPtTEnd->fT); in extend() 210 SkDEBUGCODE(double oppMaxT = std::max(oppPtTStart->fT, oppPtTEnd->fT)); in extend() 218 double oTestMinT = std::min(test->oppPtTStart()->fT, test->oppPtTEnd()->fT); in extend() 219 double oTestMaxT = std::max(test->oppPtTStart()->fT, test->oppPtTEnd()->fT); in extend() 337 using std::swap; in addEndMovedSpans() 345 using std::swap; in addEndMovedSpans() 581 using std in checkOverlap() [all...] |
/third_party/skia/tests/ |
H A D | GrThreadSafeCacheTest.cpp | 41 static std::unique_ptr<skgpu::v1::SurfaceDrawContext> new_SDC(GrRecordingContext* rContext, in new_SDC() 127 fRecorder1 = std::make_unique<SkDeferredDisplayListRecorder>(characterization); in TestHelper() 130 fRecorder2 = std::make_unique<SkDeferredDisplayListRecorder>(characterization); in TestHelper() 360 auto error = std::function<ComparePixmapsErrorReporter>( in checkImage() 382 if (!tmp->draw(std::move(ddl))) { in checkImage() 386 return this->checkImage(reporter, std::move(tmp)); in checkImage() 413 std::unique_ptr<SkDeferredDisplayListRecorder> fRecorder1; 414 std::unique_ptr<SkDeferredDisplayListRecorder> fRecorder2; 475 std::move(appliedClip), dstProxyView, in createProgramInfo() 547 fVertexData->setGpuBuffer(std in findOrCreateVertices() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
H A D | Attributor.h | 576 SccSizeOpt = std::move(SccSize); in InformationCache() 589 using InstructionVectorTy = std::vector<Instruction *>; 762 static_assert(std::is_base_of<AbstractAttribute, AAType>::value, in registerAA() 912 using CalleeRepairCBTy = std::function<void( 926 std::function<void(const ArgumentReplacementInfo &, AbstractCallSite, 952 CalleeRepairCB(std::move(CalleeRepairCB)), in ArgumentReplacementInfo() 953 ACSRepairCB(std::move(ACSRepairCB)) {} in ArgumentReplacementInfo() 1104 static_assert(std::is_base_of<AbstractAttribute, AAType>::value, in lookupAAFor() 1406 this->Assumed = std::max(std in takeAssumedMinimum() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | SCCP.cpp | 195 std::function<const TargetLibraryInfo &(Function &)> GetTLI; 203 DenseMap<std::pair<Value *, unsigned>, LatticeVal> StructValueState; 218 MapVector<std::pair<Function *, unsigned>, LatticeVal> TrackedMultipleRetVals; 248 using Edge = std::pair<BasicBlock *, BasicBlock *>; 256 AnalysisResults.insert({&F, std::move(A)}); in addAnalysis() 273 std::function<const TargetLibraryInfo &(Function &)> GetTLI) in SCCPSolver() 274 : DL(DL), GetTLI(std::move(GetTLI)) {} in SCCPSolver() 309 TrackedMultipleRetVals.insert(std::make_pair(std::make_pair(F, i), in AddTrackedFunction() 312 TrackedRetVals.insert(std in AddTrackedFunction() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenInsert.cpp | 167 resize(std::max(Idx+1, 32U)); in ensure() 223 // comparators in std::sort et al. 230 // is supplies a comparison operator() for use in std:: algorithms. 278 CVect.resize(std::max(RInd+16, 32U), nullptr); in lookup() 288 using CellVectType = std::vector<const BitTracker::RegisterCell *>; 343 for (uint16_t i = 0, w = std::min(W1, W2); i < w; ++i) { in operator ()() 383 using ListType = std::vector<unsigned>; 493 using IFRecordWithRegSet = std::pair<IFRecord, RegisterSet>; 527 using PairMapType = DenseMap<std::pair<unsigned, unsigned>, unsigned>; 563 using IFListType = std [all...] |
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | dependency_graph_test.cc | 34 DependencyGraph Build(std::string expected_error = "") { in Build() 186 std::ostream& operator<<(std::ostream& out, SymbolDeclKind kind) { in operator <<() 214 std::ostream& operator<<(std::ostream& out, SymbolUseKind kind) { in operator <<() 283 std::string DiagString(SymbolUseKind kind) { in DiagString() 393 std::vector<const ast::Variable*> parameters; 395 std::vector<const ast::Statement*> statements; 397 std::vector<const ast::Statement*> nested_statements; 1031 std [all...] |
/third_party/vixl/src/ |
H A D | utils-vixl.h | 85 using List = std::list<T>; 88 using Map = std::map<K, V>; 91 using UnorderedMap = std::unordered_map<K, V>; 94 using UnorderedSet = std::unordered_set<K>; 96 using String = std::string; 99 using Vector = std::vector<T>; 107 struct is_unbounded_array : public std::false_type {}; 110 struct is_unbounded_array<T[]> : public std::true_type {}; 131 return std::allocator<void>(); in Adapter() 136 [[nodiscard]] std [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineFramebufferAttachmentTests.cpp | 67 using std::vector; 208 const std::vector<VkViewport> viewports { makeViewport(renderSize) }; in preparePipelineWrapper() 209 const std::vector<VkRect2D> scissors { makeRect2D(renderSize) }; in preparePipelineWrapper() 238 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentStates; in preparePipelineWrapper() 319 std::ostringstream src; in initColorPrograms() 338 std::ostringstream src; in initColorPrograms() 434 deMemcpy(vertexBufferAlloc->getHostPtr(), &vertices[0], static_cast<std::size_t>(vertexBufferSize)); in test() 672 std::ostringstream src; in initImagePrograms() 693 std::ostringstream src; in initImagePrograms() 844 deMemcpy(vertexBufferAlloc->getHostPtr(), &vertices[0], static_cast<std in testNoAtt() [all...] |
H A D | vktPipelineRenderToImageTests.cpp | 71 using std::vector; 278 const std::vector<VkViewport> viewport { makeViewport(renderSize) }; in preparePipelineWrapper() 279 const std::vector<VkRect2D> scissor { makeRect2D(renderSize) }; in preparePipelineWrapper() 487 std::string getColorFormatStr (const int numComponents, const bool isUint, const bool isSint) in getColorFormatStr() 489 std::ostringstream str; in getColorFormatStr() 736 std::ostringstream src; in initPrograms() 758 std::ostringstream colorValue; in initPrograms() 760 const std::string colorFormat = getColorFormatStr(numComponents, isUint, isSint); in initPrograms() 761 const std::string colorInteger = (isUint || isSint ? " * "+colorFormat+"("+colorValue.str()+")" :""); in initPrograms() 763 std in initPrograms() [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | duplicated-namespaces.hpp | 3 namespace std {} namespace 4 namespace std {} namespace
|
/third_party/gn/src/gn/ |
H A D | builder_record.cc | 77 std::vector<const BuilderRecord*> BuilderRecord::GetSortedUnresolvedDeps() in GetSortedUnresolvedDeps() 79 std::vector<const BuilderRecord*> result; in GetSortedUnresolvedDeps() 85 std::sort(result.begin(), result.end(), LabelCompare); in GetSortedUnresolvedDeps()
|
H A D | command_ls.cc | 59 int RunLs(const std::vector<std::string>& args) { 75 std::vector<const Target*> matches; 78 std::vector<std::string> inputs(args.begin() + 1, args.end());
|
H A D | file_writer.cc | 34 const std::u16string& path = file_path.value(); in Create() 56 bool FileWriter::Write(std::string_view str) { in Write() 97 bool FileWriter::Write(std::string_view str) { in Write()
|
H A D | function_filter.cc | 65 const std::vector<Value>& args, in RunFilter() 112 const std::vector<Value>& args, in RunFilterExclude() 119 const std::vector<Value>& args, in RunFilterInclude()
|
H A D | value_unittest.cc | 37 Value scopeval(nullptr, std::unique_ptr<Scope>(scope)); in TEST() 49 Value inner_scopeval(nullptr, std::unique_ptr<Scope>(inner_scope)); in TEST() 58 Value nested_scopeval(nullptr, std::unique_ptr<Scope>(nested_scope)); in TEST()
|
H A D | resolved_target_deps.h | 65 static std::unique_ptr<const Target*[]> Allocate( in Allocate() 71 auto result = std::make_unique<const Target*[]>(total_size); in Allocate() 87 std::unique_ptr<const Target*[]> deps_;
|
/third_party/glslang/glslang/Include/ |
H A D | SpirvIntrinsics.h | 106 return std::get<const TIntermConstantUnion*>(value); in getAsConstant() 112 return std::get<const TType*>(value); in getAsType() 120 std::variant<const TIntermConstantUnion*, const TType*> value;
|
/third_party/cups-filters/filter/pdftopdf/ |
H A D | qpdf_tools.cc | 45 QPDFObjectHandle makePage(QPDF &pdf,const std::map<std::string,QPDFObjectHandle> &xobjs,QPDFObjectHandle mediabox,const std::string &content) // {{{ in makePage() argument
|
/third_party/icu/icu4c/source/test/fuzzer/ |
H A D | break_iterator_fuzzer.cpp | 32 std::unique_ptr<char16_t[]> fuzzbuff(new char16_t[unistr_size]); in LLVMFuzzerTestOneInput() 33 std::memcpy(fuzzbuff.get(), data, unistr_size * 2); in LLVMFuzzerTestOneInput() 39 std::unique_ptr<icu::BreakIterator> bi; in LLVMFuzzerTestOneInput()
|
/third_party/libabigail/tests/ |
H A D | test-diff-dwarf-abixml.cc | 19 using std::string; 20 using std::ofstream; 21 using std::cerr;
|
/third_party/json/include/nlohmann/detail/iterators/ |
H A D | primitive_iterator.hpp | 32 using difference_type = std::ptrdiff_t; 38 difference_type m_it = (std::numeric_limits<std::ptrdiff_t>::min)();
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_shader_cs.cpp | 80 bool ComputeShader::read_prop(UNUSED std::istream& is) in read_prop() 85 void ComputeShader::do_print_properties(UNUSED std::ostream& os) const in do_print_properties() 110 bool ComputeShader::emit_load_3vec(nir_intrinsic_instr* instr, const std::array<PRegister,3>& src) in emit_load_3vec() argument
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | status.cc | 12 std::string Status::Message() const { in Message() 123 std::string Status::ToASCIIString() const { in ToASCIIString() 126 return Message() + " at position " + std::to_string(pos); in ToASCIIString()
|
/third_party/node/deps/v8/src/zone/ |
H A D | compressed-zone-ptr.h | 31 explicit CompressedZonePtr(std::nullptr_t) : CompressedZonePtr() {} in CompressedZonePtr() 52 bool operator==(std::nullptr_t) const { return compressed_value_ == 0; } in operator ==() 53 bool operator!=(std::nullptr_t) const { return compressed_value_ != 0; } in operator !=() 87 // static_assert(std::is_trivially_copyable<CompressedZonePtr<int>>::value,
|