Home
last modified time | relevance | path

Searched refs:std (Results 10876 - 10900 of 20229) sorted by relevance

1...<<431432433434435436437438439440>>...810

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSamplerStateQueryTests.cpp181 std::string() + states[stateNdx].name + verifierSuffix, in init()
190 std::string() + states[stateNdx].name + verifierSuffix, in init()
199 std::string() + states[stateNdx].name + verifierSuffix, in init()
224 std::string() + pureStates[stateNdx].name, in init()
/third_party/vk-gl-cts/framework/common/
H A DtcuTestCase.cpp33 using namespace std;
77 void TestNode::addRootChild (const std::string& groupName, const CaseListFilter* caseListFilter, TestCaseGroup* (*createTestGroup)(tcu::TestContext& testCtx, const std::string& name)) in addRootChild()
94 throw tcu::InternalError(std::string("Test case with non-unique name '") + node->getName() + "' added to group '" + getName() + "'."); in addChild()
/third_party/vk-gl-cts/framework/opengl/
H A DgluProgramInterfaceQuery.cpp41 void getProgramResourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, std::string& dst) in getProgramResourceName()
47 std::vector<char> buf(length+1); in getProgramResourceName()
55 std::ostringstream msg; in getProgramResourceName()
61 static void getProgramInterfaceActiveVariables (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, std::vector<int>& activeVariables) in getProgramInterfaceActiveVariables()
H A DgluVarTypeUtil.cpp90 std::string parseVariableName (const char* nameWithPath) in parseVariableName()
116 std::string memberName = tokenizer.getIdentifier(); in parseTypePath()
162 std::ostream& operator<< (std::ostream& str, const TypeAccessFormat& format) in operator <<()
/third_party/vulkan-loader/tests/
H A Dloader_phys_dev_inst_ext_tests.cpp335 std::array<VkPhysicalDevice, max_phys_devs> physical_devices; in TEST()
705 std::array<VkPhysicalDevice, max_phys_devs> physical_devices; in TEST()
719 void FillInRandomFormatProperties(std::vector<VkFormatProperties>& props) { in FillInRandomFormatProperties()
989 std::array<VkPhysicalDevice, max_phys_devs> physical_devices; in TEST()
1367 std::array<VkPhysicalDevice, max_phys_devs> physical_devices; in TEST()
1673 std::array<VkPhysicalDevice, max_phys_devs> physical_devices; in TEST()
1717 uint32_t FillInRandomQueueFamilyData(std::vector<MockQueueFamilyProperties>& props) { in FillInRandomQueueFamilyData()
1732 bool CompareQueueFamilyData(const std::vector<VkQueueFamilyProperties>& props1, in CompareQueueFamilyData()
1733 const std::vector<VkQueueFamilyProperties2>& props2) { in CompareQueueFamilyData()
1772 std in TEST()
[all...]
/third_party/gn/src/gn/
H A Dframeworks_utils.h13 std::string_view GetFrameworkName(const std::string& file);
/third_party/node/deps/v8/src/heap/cppgc/
H A Dprocess-heap-statistics.cc9 std::atomic_size_t ProcessHeapStatistics::total_allocated_space_{0};
10 std::atomic_size_t ProcessHeapStatistics::total_allocated_object_size_{0};
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dbad-namespace-parenthood-inheritance.hpp1 namespace std namespace
9 namespace std namespace
/third_party/rust/crates/env_logger/ci/src/
H A Dtask.rs1 use std::collections::BTreeSet;
2 use std::process::{Command, Stdio};
/third_party/skia/src/utils/
H A DSkNullCanvas.cpp13 std::unique_ptr<SkCanvas> SkMakeNullCanvas() { in SkMakeNullCanvas()
16 return std::unique_ptr<SkCanvas>(new SkNWayCanvas(0, 0)); in SkMakeNullCanvas()
/third_party/json/tests/src/
H A Dunit-iterators2.cpp884 CHECK(std::bidirectional_iterator<json::iterator>);
885 CHECK(std::input_iterator<iteration_proxy_value<json::iterator>>);
887 CHECK(std::is_same<json::iterator, std::ranges::iterator_t<json>>::value);
888 CHECK(std::ranges::bidirectional_range<json>);
891 using items_type = decltype(std::declval<json&>().items());
892 CHECK(std::is_same<items_type, iteration_proxy<json::iterator>>::value);
893 CHECK(std::is_same<iteration_proxy_value<json::iterator>, std::ranges::iterator_t<items_type>>::value);
894 CHECK(std
[all...]
/third_party/node/deps/v8/src/objects/
H A Dsource-text-module.cc33 : public std::unordered_set<Handle<String>, StringHandleHash,
38 : std::unordered_set<Handle<String>, StringHandleHash, StringHandleEqual, in UnorderedStringSet()
45 : public std::unordered_map<
47 ZoneAllocator<std::pair<const Handle<String>, Handle<Object>>>> {
50 : std::unordered_map< in UnorderedStringMap()
52 ZoneAllocator<std::pair<const Handle<String>, Handle<Object>>>>( in UnorderedStringMap()
54 ZoneAllocator<std::pair<const Handle<String>, Handle<Object>>>( in UnorderedStringMap()
59 : public std::unordered_map<
62 ZoneAllocator<std::pair<const Handle<Module>, UnorderedStringSet*>>> {
65 : std in ResolveSet()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolPerformanceTests.cpp56 std::string uuidToHex(const deUint8 uuid[]) in uuidToHex()
61 std::string result; in uuidToHex()
70 std::string partString; in uuidToHex()
119 const std::vector<VkQueueFamilyProperties> queueProperties = getPhysicalDeviceQueueFamilyProperties(vki, physicalDevice); in iterate()
133 std::vector<VkPerformanceCounterKHR> counters (counterCount); in iterate()
138 std::map<std::string, size_t> uuidValidator; in iterate()
158 const std::string uuidStr = uuidToHex(counter.uuid); in iterate()
176 std::vector<VkPerformanceCounterDescriptionKHR> counterDescriptors (counterCount); in iterate()
219 std
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectBinaryTests.cpp132 std::vector<vk::VkShaderCreateInfoEXT> shaderCreateInfos = in createShader()
227 std::vector<vk::VkShaderEXT> shaders(shaderCreateInfos.size()); in createShader()
285 std::vector<deUint8> data (dataSize); in iterate()
291 std::vector<deUint8> otherData; in iterate()
316 std::vector<const char*> extensions; in iterate()
378 ShaderObjectBinaryQueryCase (tcu::TestContext& testCtx, const std::string& name, TestParams params) in ShaderObjectBinaryQueryCase()
464 std::vector<deUint8> data (dataSize, 123); in iterate()
526 ShaderObjectIncompatibleBinaryCase (tcu::TestContext& testCtx, const std::string& name, const vk::VkShaderStageFlagBits shaderStage, const IncompleteBinaryTestType testType) in ShaderObjectIncompatibleBinaryCase()
610 std::vector<deUint8> data (dataSize); in iterate()
614 std in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktAtomicOperationTests.cpp61 using std::vector;
202 std::string atomicOp2Str (AtomicOperation op) in atomicOp2Str()
236 std::string dataType2Str(DataType type) in dataType2Str()
619 std::ostringstream errorMessage; in checkOperation()
832 std::ostringstream errorMessage; in checkOperationFloatingPoint()
905 std::unique_ptr<Buffer> auxBuffer; in iterate()
998 std::vector<deUint32> outputs (NUM_ELEMENTS); in iterate()
999 std::vector<void*> outputPtr (NUM_ELEMENTS); in iterate()
1285 std::ostringstream shaderTemplateGlobalStream; in createShaderSpec()
1354 std in createShaderSpec()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DDisplayEGL.cpp36 std::vector<EGLint> RenderableTypesFromPlatformAttrib(const rx::FunctionsEGL *egl, in RenderableTypesFromPlatformAttrib()
39 std::vector<EGLint> renderableTypes; in RenderableTypesFromPlatformAttrib()
160 std::vector<egl::AttributeMap> contextAttribLists; in initializeContext()
169 contextAttribLists.push_back(std::move(requestedVersionAttribs)); in initializeContext()
190 contextAttribLists.push_back(std::move(versionAttribs)); in initializeContext()
204 contextAttribLists.push_back(std::move(fallbackAttribs)); in initializeContext()
228 *outAttribs = std::move(attribVector); in initializeContext()
241 *outAttribs = std::move(attribVector); in initializeContext()
273 std::vector<EGLint> renderableTypes = in initialize()
303 std in initialize()
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DRewritePipelines.cpp31 bool IsVariableInvariant(const std::vector<sh::ShaderVariable> &mVars, const ImmutableString &name) in IsVariableInvariant()
45 using VariableSet = std::unordered_set<const TVariable *>;
46 using VariableList = std::vector<const TVariable *>;
78 const std::vector<sh::ShaderVariable> *mVariableInfos;
90 const std::vector<sh::ShaderVariable> *variableInfos) in Exec()
106 const std::vector<sh::ShaderVariable> *variableInfos) in GeneratePipelineStruct()
345 const std::unordered_set<const TFunction *> &mPipelineFunctions;
349 std::unordered_map<const TFunction *, const TFunction *> mFuncMap;
356 const std::unordered_set<const TFunction *> &pipelineFunctions, in PipelineFunctionEnv()
404 std in getUpdatedFunction()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp719 map.remove_if([&](std::pair<ValueType, SUList> &mapEntry) { in insertBarrierChain()
800 MachineInstr &MI = *std::prev(MII); in buildSchedGraph()
802 DbgValues.push_back(std::make_pair(DbgMI, &MI)); in buildSchedGraph()
1051 std::vector<unsigned> NodeNums; in reduceHugeMemNodeMaps()
1147 MachineBasicBlock::instr_iterator I = std::next(Bundle); in fixupKills()
1178 std::string ScheduleDAGInstrs::getGraphNodeLabel(const SUnit *SU) const { in getGraphNodeLabel()
1179 std::string s; in getGraphNodeLabel()
1192 std::string ScheduleDAGInstrs::getDAGName() const { in getDAGName()
1226 std::vector<std
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp75 HdrData.Atoms.push_back(std::make_pair(AtomType, AtomForm)); in extract()
89 ArrayRef<std::pair<AppleAcceleratorTable::HeaderData::AtomType,
114 std::pair<uint64_t, dwarf::Tag>
281 if (std::get<0>(Tuple).first == Atom) in lookup()
282 return std::get<1>(Tuple); in lookup()
451 Expected<std::vector<DWARFDebugNames::AttributeEncoding>>
453 std::vector<AttributeEncoding> Result; in extractAttributeEncodings()
459 return std::move(Result); in extractAttributeEncodings()
480 return Abbrev(Code, dwarf::Tag(Tag), std::move(*AttrEncOr)); in extractAbbrev()
516 if (!Abbrevs.insert(std in extract()
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkCommandBuffer.cpp129 if (std::max(newStart, oldStart) <= std::min(newEnd, oldEnd)) { in pipelineBarrier()
196 this->addGrBuffer(std::move(buffer)); in bindInputBuffer()
210 this->addGrBuffer(std::move(buffer));
268 this->addResource(std::move(pipeline));
333 this->addGrBuffer(std::move(indirectBuffer));
351 this->addGrBuffer(std::move(indirectBuffer));
491 std::vector<VkRect2D> regions;
495 std::vector<SkIRect>& renderAreas = GrVkDrawAreaManager::getInstance().getDrawingArea(renderTarget);
515 this->addResource(std
[all...]
/third_party/skia/src/pathops/
H A DSkOpAngle.cpp329 int start = std::min(fSectorStart, fSectorEnd); in checkCrossesZero()
330 int end = std::max(fSectorStart, fSectorEnd); in checkCrossesZero()
497 longest = std::max(longest, lenSq); in distEndRatio()
536 smallTs[index] = t = testAscends ? std::max(t, testT) : std::min(t, testT); in endsIntersect()
583 minX = std::min(minX, curve[idx2].fX); in endsIntersect()
584 minY = std::min(minY, curve[idx2].fY); in endsIntersect()
585 maxX = std::max(maxX, curve[idx2].fX); in endsIntersect()
586 maxY = std::max(maxY, curve[idx2].fY); in endsIntersect()
588 double maxWidth = std in endsIntersect()
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DMultisampledRenderingTests.cpp152 std::initializer_list<wgpu::TextureView> colorViews, in CreateComboRenderPassDescriptorForTest()
153 std::initializer_list<wgpu::TextureView> resolveTargetViews, in CreateComboRenderPassDescriptorForTest()
278 result.r = static_cast<uint8_t>(std::min(255.0, 256 * color.r * msaaCoverage)); in ExpectedMSAAColor()
279 result.g = static_cast<uint8_t>(std::min(255.0, 256 * color.g * msaaCoverage)); in ExpectedMSAAColor()
280 result.b = static_cast<uint8_t>(std::min(255.0, 256 * color.b * msaaCoverage)); in ExpectedMSAAColor()
281 result.a = static_cast<uint8_t>(std::min(255.0, 256 * color.a * msaaCoverage)); in ExpectedMSAAColor()
303 std::array<float, 4> kUniformData = {kGreen.r, kGreen.g, kGreen.b, kGreen.a}; in TEST_P()
357 std::array<float, 5> kUniformData = {kGreen.r, kGreen.g, kGreen.b, kGreen.a, // Color in TEST_P()
371 std::array<float, 5> kUniformData = {kRed.r, kRed.g, kRed.b, kRed.a, // color in TEST_P()
443 std in TEST_P()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp95 "threshold to DefaultThreshold*std::min(MaxPercentThresholdBoost, "
173 static const unsigned NoThreshold = std::numeric_limits<unsigned>::max();
196 UP.MaxCount = std::numeric_limits<unsigned>::max(); in gatherUnrollingPreferences()
197 UP.FullUnrollMaxCount = std::numeric_limits<unsigned>::max(); in gatherUnrollingPreferences()
291 using PairInfo = DenseMapInfo<std::pair<Instruction *, int>>;
343 (unsigned)(std::numeric_limits<int>::max() / 2) && in analyzeLoopUnrollCost()
357 SmallSetVector<std::pair<BasicBlock *, BasicBlock *>, 4> ExitWorklist; in analyzeLoopUnrollCost()
359 SmallVector<std::pair<Value *, Constant *>, 4> SimplifiedInputValues; in analyzeLoopUnrollCost()
620 std::tie(ExitingBB, ExitBB) = ExitWorklist.pop_back_val(); in analyzeLoopUnrollCost()
660 LoopSize = std in ApproximateLoopSize()
[all...]
H A DGVNHoist.cpp124 using HoistingPointInfo = std::pair<BasicBlock *, SmallVecInsn>;
129 using VNType = std::pair<unsigned, unsigned>;
160 DenseMap<BasicBlock *, SmallVector<std::pair<VNType, Instruction *>, 2>>;
229 auto Entry = std::make_pair(V, InvalidVN); in insert()
261 MSSAUpdater(std::make_unique<MemorySSAUpdater>(MSSA)) {} in GVNHoist()
336 std::unique_ptr<MemorySSAUpdater> MSSAUpdater;
623 for (std::pair<VNType, Instruction *> &VI : reverse(it1->second)) { in fillRenameStack()
659 It = std::find_if(It, VCHI.end(), in fillChiArgs()
700 for (std::pair<BasicBlock *, SmallVector<CHIArg, 2>> &A : CHIBBs) { in findHoistableCandidates()
710 auto PHIIt = std in findHoistableCandidates()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp61 static std::string GetAEABIUnwindPersonalityName(unsigned Index) { in GetAEABIUnwindPersonalityName()
285 std::string StringValue;
443 ARMELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB,
444 std::unique_ptr<MCObjectWriter> OW,
445 std::unique_ptr<MCCodeEmitter> Emitter, bool IsThumb,
447 : MCELFStreamer(Context, std::move(TAB), std::move(OW),
448 std::move(Emitter)),
476 LastMappingSymbols[getCurrentSection().first] = std::move(LastEMSInfo);
480 LastEMSInfo = std
[all...]

Completed in 36 milliseconds

1...<<431432433434435436437438439440>>...810