Home
last modified time | relevance | path

Searched refs:std (Results 12176 - 12200 of 20229) sorted by relevance

1...<<481482483484485486487488489490>>...810

/third_party/rust/crates/cxx/gen/cmd/src/
H A Dapp.rs11 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 DvktPostmortemShaderTimeoutTests.cpp52 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 DExternalImageSiblingImpl11.cpp205 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 DValidateVaryingLocations.cpp139 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 DDisplayMtl.h49 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 DBuffer.h49 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 DDwarfExpression.h62 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 DLocalizer.cpp32 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 DMacroFusion.cpp200 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 DSlotIndexes.cpp93 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 DDWARFUnitIndex.cpp57 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 DDbiModuleList.cpp70 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 DNativeTypeUDT.cpp22 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 DInlineAsm.cpp30 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 DLLVMContextImpl.cpp24 : 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 DPassTimingInfo.cpp62 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 DesextcTextureBorderClampSamplerParameterIWithWrongPname.cpp173 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 Davailable_instructions_test.cpp26 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 DD3D11EmulatedIndexedBufferTest.cpp126 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 DDisplayNULL.cpp110 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 DGrVkPipelineStateDataManager.cpp41 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 DGrGpuResource.cpp56 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 DGrTextureProxy.cpp56 : 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 DGrD3DBuffer.cpp77 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 DPathCurveTessellator.cpp73 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()

Completed in 20 milliseconds

1...<<481482483484485486487488489490>>...810