/third_party/rust/crates/regex/bench/src/ |
H A D | bench.rs | 140 use std::sync::Mutex; 185 use std::sync::Mutex; 218 use std::sync::Mutex; 241 use std::sync::Mutex; 269 use std::sync::Mutex;
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_equation_instruction.cpp | 25 : message_(std::move(message)) {} in TransformationEquationInstruction() 29 const std::vector<uint32_t>& in_operand_id, in TransformationEquationInstruction() 82 std::vector<uint32_t> rhs_id; in Apply() 94 std::move(in_operands))); in Apply() 295 std::unordered_set<uint32_t> TransformationEquationInstruction::GetFreshIds() in GetFreshIds()
|
H A D | transformation_store.cpp | 24 : message_(std::move(message)) {} in TransformationStore() 214 insert_before->InsertBefore(std::move(new_instruction)); in Apply() 231 insert_before->InsertBefore(std::move(new_instruction)); in Apply() 246 std::unordered_set<uint32_t> TransformationStore::GetFreshIds() const { in GetFreshIds() 247 return std::unordered_set<uint32_t>(); in GetFreshIds()
|
/third_party/spirv-tools/source/val/ |
H A D | construct.cpp | 27 BasicBlock* exit, std::vector<Construct*> constructs) in Construct() 35 const std::vector<Construct*>& Construct::corresponding_constructs() const { in corresponding_constructs() 38 std::vector<Construct*>& Construct::corresponding_constructs() { in corresponding_constructs() 59 std::vector<Construct*> constructs) { in set_corresponding_constructs() 82 std::vector<BasicBlock*> stack; in blocks()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderSwitchTests.cpp | 49 using std::string; 108 std::ostringstream vtx; in makeSwitchCase() 109 std::ostringstream frag; in makeSwitchCase() 110 std::ostringstream& op = isVertex ? vtx : frag; in makeSwitchCase() 145 std::map<string, string> params; in makeSwitchCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationOperation.hpp | 167 bool isDeviceFunctionalitySupported(const std::string& extension) const in isDeviceFunctionalitySupported() 196 const std::vector<deUint32>& queueFamilyIndex = std::vector<deUint32>()); 239 std::size_t size; 288 std::string getOperationName (const OperationName opName);
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglClientExtensionTests.cpp | 41 using std::string; 42 using std::vector; 43 using std::set; 149 std::istringstream stream (clientExtesionsStr); in iterate() 152 while (std::getline(stream, extension, ' ')) in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawNegativeViewportHeightTests.cpp | 186 std::vector<Vec4> vertexData; in NegativeViewportHeightTestInstance() 202 deMemcpy(m_vertexBuffer->getBoundMemory().getHostPtr(), &vertexData[0], static_cast<std::size_t>(dataSize)); in NegativeViewportHeightTestInstance() 258 std::vector<VkImageView> colorAttachments { *m_colorTargetView }; in NegativeViewportHeightTestInstance() 287 std::vector<VkDynamicState> dynamicStates; in NegativeViewportHeightTestInstance() 304 pipelineCreateInfo.addState (PipelineCreateInfo::ViewportState (1, std::vector<VkViewport>(), std::vector<VkRect2D>(1, scissor))); in NegativeViewportHeightTestInstance() 448 std::string getCullModeStr (const VkCullModeFlagBits cullMode) in getCullModeStr() 462 return std::string(); in getCullModeStr() 597 NegativeViewportHeightTest (tcu::TestContext& testCtx, const std::string& name, const TestParams& params) in NegativeViewportHeightTest() 607 std in initPrograms() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFVerifier.cpp | 33 auto Pos = std::lower_bound(Begin, End, R); in insert() 37 return std::move(Pos); in insert() 41 return std::move(Iter); in insert() 307 Unit = TypeUnitVector.addUnit(std::make_unique<DWARFTypeUnit>( in verifyUnitSection() 321 Unit = CompileUnitVector.addUnit(std::make_unique<DWARFCompileUnit>( in verifyUnitSection() 479 if (Expected<std::vector<DWARFLocationExpression>> Loc = in verifyDebugInfoAttribute() 645 for (const std::pair<const uint64_t, std::set<uint64_t>> &Pair : in verifyDebugInfoReferences() 660 std::map<uint64_t, DWARFDie> StmtListToDie; in verifyDebugLineStmtOffsets() 728 std in verifyDebugLineRows() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/ |
H A D | esextcTextureBufferTextureBufferRange.cpp | 608 std::vector<glw::GLenum> formats; in initTest() 648 std::vector<glw::GLubyte> buffer(m_buffer_total_size); in initTest() 652 for (std::map<glw::GLenum, FormatInfo>::iterator it = m_configurations.begin(); it != m_configurations.end(); ++it) in initTest() 676 std::string TextureBufferTextureBufferRange::getComputeShaderCode(FormatInfo& info) const in getComputeShaderCode() 678 std::stringstream result; in getComputeShaderCode() 716 std::string TextureBufferTextureBufferRange::getFragmentShaderCode(FormatInfo& info) const in getFragmentShaderCode() 720 std::stringstream result; in getFragmentShaderCode() 739 std::string TextureBufferTextureBufferRange::getVertexShaderCode(FormatInfo& info) const in getVertexShaderCode() 741 std::stringstream result; in getVertexShaderCode() 873 for (std in iterate() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderIndexingTests.cpp | 37 using namespace std; 251 std::ostringstream vtx; in createVaryingArrayCase() 299 std::ostringstream frag; in createVaryingArrayCase() 372 std::ostringstream vtx; in createUniformArrayCase() 373 std::ostringstream frag; in createUniformArrayCase() 374 std::ostringstream& op = isVertexCase ? vtx : frag; in createUniformArrayCase() 484 std::ostringstream vtx; in createTmpArrayCase() 485 std::ostringstream frag; in createTmpArrayCase() 486 std::ostringstream& op = isVertexCase ? vtx : frag; in createTmpArrayCase() 638 std in createTmpArrayVertexIdCase() [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | TextureMultisampleTest.cpp | 20 using SamplePositionsArray = std::array<float, 32>; 21 static constexpr std::array<SamplePositionsArray, 5> kSamplePositions = { 80 GLint getSamplesToUse(GLenum texTarget, const std::vector<GLenum> &formats) in getSamplesToUse() 87 maxSamples = std::min(maxSamples, maxSamplesFormat); in getSamplesToUse() 290 GLint maxSamplesR8Required = std::min(maxColorTextureSamples, maxSamples); in TEST_P() 364 EXPECT_NE(std::numeric_limits<GLint>::max(), maxIntegerSamples); in TEST_P() 375 EXPECT_NE(std::numeric_limits<GLint>::max(), maxColorTextureSamples); in TEST_P() 386 EXPECT_NE(std::numeric_limits<GLint>::max(), maxDepthTextureSamples); in TEST_P() 460 std::vector<GLenum> testFormats = {GL_RGBA8}; in TEST_P() 663 GLint maxSamplesRGBA8Required = std in TEST_P() [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | QueryTests.cpp | 54 << kSentinelValue << ")." << std::endl; 59 << std::endl; 63 << "Expected data[" << i << "] to be non-zero." << std::endl; 321 std::vector<uint64_t> sentinelValues(kQueryCount, kSentinelValue); in TEST_P() 360 std::vector<uint64_t> zeros(2, kZero); in TEST_P() 417 std::vector<uint64_t> sentinelValues(kCount, kSentinelValue); in TEST_P() 435 std::vector<uint64_t> sentinelValues(kCount, kSentinelValue); in TEST_P() 460 std::vector<const char*> GetRequiredFeatures() override { 461 std::vector<const char*> requiredFeatures = {}; 471 std in CreateQuerySetForPipelineStatistics() [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-open-type.hh | 67 operator typename std::conditional<std::is_signed<Type>::value, signed, unsigned>::type () const { return v; } in operator typename std::conditional::value, signed, unsigned>::type() 89 hb_enable_if (std::is_integral<Type2>::value && 344 bool ret = c->dispatch (src_base+src, std::forward<Ts> (ds)...); 361 bool ret = obj->serialize (c, std::forward<Ts> (ds)...); in serialize_serialize() 387 bool ret = c->copy (src_base+src, std::forward<Ts> (ds)...); in serialize_copy() 413 c->dispatch (StructAtOffset<Type> (base, *this), std::forward<Ts> (ds)...) || in sanitize() 521 if (!sizeof... (Ts) && std::is_trivially_copyable<Type>::value) return_trace (true); in sanitize() 523 if (unlikely (!c->dispatch (arrayZ[i], std::forward<Ts> (ds)...))) in sanitize() 568 ::sanitize (c, count, this, std in sanitize() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnswitch.cpp | 115 // Here we use std::map instead of DenseMap, since we need to keep valid 117 using LoopPropsMap = std::map<const Loop *, LoopProperties>; 177 std::vector<Loop*> LoopProcessWorklist; 187 std::unique_ptr<MemorySSAUpdater> MSSAU; 197 std::vector<BasicBlock*> LoopBlocks; 199 std::vector<BasicBlock*> NewBlocks; 263 void SimplifyCode(std::vector<Instruction*> &Worklist, Loop *L); 279 std::tie(PropsIt, Inserted) = in countLoop() 280 LoopsProperties.insert(std::make_pair(L, LoopProperties())); in countLoop() 505 static std [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 76 using VPlanPtr = std::unique_ptr<VPlan>; 120 /// The vector and scalar map storage. We use std::map and not DenseMap 124 std::map<Value *, VectorParts> VectorMapStorage; 125 std::map<Value *, ScalarParts> ScalarMapStorage; 350 std::string Name; 382 auto Pos = std::find(Predecessors.begin(), Predecessors.end(), Predecessor); 389 auto Pos = std::find(Successors.begin(), Successors.end(), Successor); 395 VPBlockBase(const unsigned char SC, const std::string &N) 409 const std::string &getName() const { return Name; } 684 VPInstruction(unsigned Opcode, std [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCTargetDesc.cpp | 49 std::string X86_MC::ParseX86Triple(const Triple &TT) { in ParseX86Triple() 50 std::string FS; in ParseX86Triple() 292 std::string ArchFS = X86_MC::ParseX86Triple(TT); in createX86MCSubtargetInfo() 297 std::string CPUName = CPU; in createX86MCSubtargetInfo() 400 std::vector<std::pair<uint64_t, uint64_t>> 464 static std::vector<std::pair<uint64_t, uint64_t>> 468 std::vector<std in findX86PltEntries() [all...] |
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | addr.rs | 32 use std::convert::TryInto; 33 use std::ffi::OsStr; 34 use std::hash::{Hash, Hasher}; 35 use std::os::unix::ffi::OsStrExt; 37 use std::os::unix::io::RawFd; 38 use std::path::Path; 39 use std::{fmt, mem, net, ptr, slice}; 41 /// Convert a std::net::Ipv4Addr into the libc form. 52 /// Convert a std::net::Ipv6Addr into the libc form. 461 pub fn from_std(std [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fDrawElementsBaseVertexTests.cpp | 41 using std::vector; 42 using std::string; 523 const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(indexTest.type); in init() 524 const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.type); in init() 531 const std::string iterationDesc = std::string("first vertex ") + de::toString(indexTest.offsets[iterationNdx] / gls::DrawTestSpec::indexTypeSize(indexTest.type)); in init() 591 const std::string name = std in init() [all...] |
H A D | es31fTextureMultisampleTests.cpp | 58 static std::string sampleMaskToString (const std::vector<deUint32>& bitfield, int numBits) in sampleMaskToString() 60 std::string result(numBits, '0'); in sampleMaskToString() 95 static std::vector<deUint32> genAllSetToNthBitSampleMask (int nthBit) in genAllSetToNthBitSampleMask() 100 std::vector<deUint32> mask (numWords); in genAllSetToNthBitSampleMask() 112 static std::vector<deUint32> genSetNthBitSampleMask (int nthBit) in genSetNthBitSampleMask() 117 std::vector<deUint32> mask (numWords); in genSetNthBitSampleMask() 126 std::string specializeShader (Context& context, const char* code) in specializeShader() 130 std::map<std in specializeShader() [all...] |
/third_party/backends/backend/genesys/ |
H A D | gl646.cpp | 46 static void gl646_set_fe(Genesys_Device* dev, const Genesys_Sensor& sensor, std::uint8_t set, 51 std::vector<std::uint8_t>& data, const char* test_identifier); 378 static void gl646_gpio_read(IUsbDevice& usb_dev, std::uint8_t* value) in gl646_gpio_read() 387 static void gl646_gpio_write(IUsbDevice& usb_dev, std::uint8_t value) in gl646_gpio_write() 396 static void gl646_gpio_output_enable(IUsbDevice& usb_dev, std::uint8_t value) in gl646_gpio_output_enable() 444 std::uint32_t move = session.params.starty; in init_regs_for_scan_session() 447 std::uint32_t z1, z2; in init_regs_for_scan_session() 1028 static void gl646_set_ad_fe(Genesys_Device* dev, std::uint8_t set) in gl646_set_ad_fe() 1063 static void gl646_wm_hp3670(Genesys_Device* dev, const Genesys_Sensor& sensor, std [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | BindGroupValidationTests.cpp | 932 {{std::numeric_limits<uint32_t>::max(), wgpu::ShaderStage::Vertex, in TEST_F() 1009 std::array<TestInfo, 7> kTestInfos = { in TEST_F() 1033 std::vector<utils::BindingLayoutEntryInitializationHelper> maxBindings; in TEST_F() 1046 std::vector<utils::BindingLayoutEntryInitializationHelper> bindings = maxBindings; in TEST_F() 1055 std::vector<utils::BindingLayoutEntryInitializationHelper> bindings = maxBindings; in TEST_F() 1065 std::vector<utils::BindingLayoutEntryInitializationHelper> bindings = maxBindings; in TEST_F() 1104 std::array<TestInfo, 3> kTestInfos = { in TEST_F() 1118 std::vector<utils::BindingLayoutEntryInitializationHelper> maxBindings; in TEST_F() 1138 std::vector<utils::BindingLayoutEntryInitializationHelper> bindings = maxBindings; in TEST_F() 1147 std in TEST_F() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiDeviceInitializationTests.cpp | 62 using namespace std; 63 using std::vector; 296 std::ostringstream message; in createInstanceWithInvalidApiVersionTest() 303 std::ostringstream message; in createInstanceWithInvalidApiVersionTest() 421 std::string longname; in getUTF8AbuseString() 979 const std::string extName = (useKhrGlobalPriority ? "VK_KHR_global_priority" : "VK_EXT_global_priority"); in checkGlobalPrioritySupport() 999 std::vector<VkQueueFamilyProperties2> queueFamilyProperties2 (queueFamilyPropertyCount); in createDeviceWithGlobalPriorityTest() 1000 std::vector<VkQueueFamilyGlobalPriorityPropertiesKHR> globalPriorityProperties (queueFamilyPropertyCount); in createDeviceWithGlobalPriorityTest() 1016 std::vector<const char*> enabledExtensions = { "VK_EXT_global_priority" }; in createDeviceWithGlobalPriorityTest() 1028 std in createDeviceWithGlobalPriorityTest() [all...] |
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/crypto/aes/ |
H A D | aesp8-ppc.s | 28 std 11,16(1) 291 std 10,64+16(1) 657 std 26,400(1) 659 std 27,408(1) 661 std 28,416(1) 663 std 29,424(1) 665 std 30,432(1) 667 std 31,440(1) 1338 std 26,400(1) 1340 std 2 [all...] |
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/crypto/aes/ |
H A D | aesp8-ppc.s | 28 std 11,16(1) 291 std 10,64+16(1) 657 std 26,400(1) 659 std 27,408(1) 661 std 28,416(1) 663 std 29,424(1) 665 std 30,432(1) 667 std 31,440(1) 1338 std 26,400(1) 1340 std 2 [all...] |