/third_party/rust/crates/cxx/gen/cmd/src/ |
H A D | app.rs | 11 use std::collections::{BTreeMap as Map, BTreeSet as Set}; 12 use std::path::PathBuf; 13 use std::process; 14 use std::sync::{Arc, Mutex, PoisonError};
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/ |
H A D | vktPostmortemShaderTimeoutTests.cpp | 52 ShaderTimeoutCase(tcu::TestContext& testCtx, const std::string& name, deUint32 iterations) : TestCase(testCtx, name), m_iterations(iterations) {} in ShaderTimeoutCase() 85 std::ostringstream src; in initPrograms() 213 std::ostringstream msg; in iterate() 230 std::stringstream name; in createShaderTimeoutTests()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | ExternalImageSiblingImpl11.cpp | 205 mRenderTarget = std::make_unique<TextureRenderTarget11>( in createRenderTarget() 206 std::move(rtv), mTexture, std::move(srv), std::move(blitSrv), mFormat.info->internalFormat, in createRenderTarget()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ValidateVaryingLocations.cpp | 139 using LocationMap = std::map<int, SymbolAndField>; 154 std::stringstream strstr = sh::InitializeStream<std::stringstream>(); in MarkVaryingLocations() 175 using VaryingVector = std::vector<const TIntermSymbol *>;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | DisplayMtl.h | 49 std::string getRendererDescription() override; 50 std::string getVendorString() override; 51 std::string getVersionString() override; 197 std::shared_ptr<DefaultShaderAsyncInfoMtl> mDefaultShadersAsyncInfo;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Buffer.h | 49 std::string getLabel() const { return mLabel; } in getLabel() 54 std::string mLabel; 94 void setLabel(const Context *context, const std::string &label) override; 95 const std::string &getLabel() const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.h | 62 void consume(unsigned N) { std::advance(Start, N); } in consume() 351 std::vector<std::string> Comments; 357 std::unique_ptr<TempBuffer> TmpBuf;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | Localizer.cpp | 32 Localizer::Localizer(std::function<bool(const MachineFunction &)> F) in Localizer() 115 DenseMap<std::pair<MachineBasicBlock *, unsigned>, unsigned> MBBWithLocalDef; in localizeInterBlock() 145 auto MBBAndReg = std::make_pair(InsertMBB, Reg); in localizeInterBlock() 163 MBBWithLocalDef.insert(std::make_pair(MBBAndReg, NewReg)).first; in localizeInterBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MacroFusion.cpp | 200 std::unique_ptr<ScheduleDAGMutation> 204 return std::make_unique<MacroFusion>(shouldScheduleAdjacent, true); in createMacroFusionDAGMutation() 208 std::unique_ptr<ScheduleDAGMutation> 212 return std::make_unique<MacroFusion>(shouldScheduleAdjacent, false); in createBranchMacroFusionDAGMutation()
|
H A D | SlotIndexes.cpp | 93 mi2iMap.insert(std::make_pair( in runOnMachineFunction() 146 MachineBasicBlock::instr_iterator Next = std::next(MI.getIterator()); in removeSingleMachineInstrFromMaps() 149 mi2iMap.insert(std::make_pair(&NextMI, MIIndex)); in removeSingleMachineInstrFromMaps() 164 IndexList::iterator startItr = std::prev(curItr); in renumberIndexes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnitIndex.cpp | 57 Rows = std::make_unique<Entry[]>(Header.NumBuckets); in parseImpl() 59 std::make_unique<Entry::SectionContribution *[]>(Header.NumUnits); in parseImpl() 60 ColumnKinds = std::make_unique<DWARFSectionKind[]>(Header.NumColumns); in parseImpl() 73 std::make_unique<Entry::SectionContribution[]>(Header.NumColumns); in parseImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | DbiModuleList.cpp | 70 std::ptrdiff_t DbiModuleSourceFilesIterator:: 96 operator+=(std::ptrdiff_t N) { in operator +=() 106 operator-=(std::ptrdiff_t N) { in operator -=() 277 return std::move(EC);
|
H A D | NativeTypeUDT.cpp | 22 Class(std::move(CR)), Tag(Class.getPointer()) {} in NativeTypeUDT() 27 Union(std::move(UR)), Tag(Union.getPointer()) {} in NativeTypeUDT() 33 UnmodifiedType(&UnmodifiedType), Modifiers(std::move(Modifier)) {} in NativeTypeUDT() 73 std::string NativeTypeUDT::getName() const { in getName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | InlineAsm.cpp | 30 InlineAsm::InlineAsm(FunctionType *FTy, const std::string &asmString, in InlineAsm() 31 const std::string &constraints, bool hasSideEffects, in InlineAsm() 137 StringRef::iterator ConstraintEnd = std::find(I+1, E, '}'); in Parse() 226 StringRef::iterator ConstraintEnd = std::find(I, E, ','); in ParseConstraints()
|
H A D | LLVMContextImpl.cpp | 24 : DiagHandler(std::make_unique<DiagnosticHandler>()), in LLVMContextImpl() 201 return &*(BundleTagCache.insert(std::make_pair(Tag, NewIdx)).first); in getOrInsertBundleTag() 218 assert(NewSSID < std::numeric_limits<SyncScope::ID>::max() && in getOrInsertSyncScopeID() 220 return SSC.insert(std::make_pair(SSN, SyncScope::ID(NewSSID))).first->second; in getOrInsertSyncScopeID()
|
H A D | PassTimingInfo.cpp | 62 DenseMap<PassInstanceID, std::unique_ptr<Timer>> TimingData; ///< timers for pass instances 123 std::string PassDescNumbered = in newPassTimer() 134 std::unique_ptr<Timer> &T = TimingData[Pass]; in getPassTimer() 175 std::string FullDesc = formatv("{0} #{1}", PassID, Count).str(); in getPassTimer()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/ |
H A D | esextcTextureBorderClampSamplerParameterIWithWrongPname.cpp | 173 std::vector<glw::GLint> params(m_buffer_size); in VerifyGLGetSamplerParameterIiv() 206 std::vector<glw::GLuint> params(m_buffer_size); in VerifyGLGetSamplerParameterIuiv() 239 std::vector<glw::GLint> params(m_buffer_size); in VerifyGLSamplerParameterIiv() 272 std::vector<glw::GLuint> params(m_buffer_size); in VerifyGLSamplerParameterIuiv()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | available_instructions_test.cpp | 26 std::string shader = R"( in TEST() 28 %1 = OpExtInstImport "GLSL.std.450" in TEST() 278 std::string shader = R"( in TEST() 280 %1 = OpExtInstImport "GLSL.std.450" in TEST()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | D3D11EmulatedIndexedBufferTest.cpp | 126 std::vector<GLfloat> mExpectedExpandedData; 127 std::vector<GLubyte> mubyteIndices; 128 std::vector<GLuint> muintIndices; 129 std::vector<GLushort> mushortIndices;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
H A D | DisplayNULL.cpp | 110 std::string DisplayNULL::getRendererDescription() in getRendererDescription() 115 std::string DisplayNULL::getVendorString() in getVendorString() 120 std::string DisplayNULL::getVersionString() in getVersionString() 122 return std::string(); in getVersionString()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkPipelineStateDataManager.cpp | 41 std::pair<sk_sp<GrGpuBuffer>, bool> GrVkPipelineStateDataManager::uploadUniforms( in uploadUniforms() 44 return std::make_pair(nullptr, true); in uploadUniforms() 57 return std::make_pair(nullptr, false); in uploadUniforms() 63 return std::make_pair(fUniformBuffer, true); in uploadUniforms()
|
/third_party/skia/src/gpu/ |
H A D | GrGpuResource.cpp | 56 std::lock_guard<std::mutex> lock(mutex_); in release() 228 static std::atomic<uint32_t> nextID{1}; in CreateUniqueID() 231 id = nextID.fetch_add(1, std::memory_order_relaxed); in CreateUniqueID()
|
H A D | GrTextureProxy.cpp | 56 : INHERITED(std::move(callback), format, dimensions, fit, budgeted, isProtected, 74 : INHERITED(std::move(surf), SkBackingFit::kExact, useAllocator) 152 void GrTextureProxyPriv::setDeferredUploader(std::unique_ptr<GrDeferredProxyUploader> uploader) { in setDeferredUploader() 154 fTextureProxy->fDeferredUploader = std::move(uploader); in setDeferredUploader()
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DBuffer.cpp | 77 std::move(resource), std::move(alloc), in Make() 86 , fD3DResource(std::move(bufferResource)) in GrD3DBuffer() 87 , fAlloc(std::move(alloc)) { in GrD3DBuffer()
|
/third_party/skia/src/gpu/tessellate/ |
H A D | PathCurveTessellator.cpp | 73 numFixedSegments_pow4 = std::max(n4, numFixedSegments_pow4); in writePatches() 95 numFixedSegments_pow4 = std::max(n2*n2, numFixedSegments_pow4); in writePatches() 117 numFixedSegments_pow4 = std::max(n4, numFixedSegments_pow4); in writePatches() 174 SkTArray<std::array<uint16_t, 3>> indexData(triangleCount); in WriteFixedIndexBufferBaseIndex()
|