Home
last modified time | relevance | path

Searched refs:std (Results 14426 - 14450 of 20522) sorted by relevance

1...<<571572573574575576577578579580>>...821

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DCLContextImpl.h23 using Ptr = std::unique_ptr<CLContextImpl>;
54 const std::string &source,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DMappedSubresourceVerifier11.cpp99 std::copy(mOrigData, mOrigData + mWrapData.size(), mWrapData.data()); in wrap()
111 std::copy(mWrapData.data(), mWrapData.data() + mWrapData.size(), mOrigData); in unwrap()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DblocklayoutHLSL.cpp30 const std::vector<unsigned int> &arraySizes, in getBlockLayoutInfo()
79 const std::vector<unsigned int> &arraySizes, in advanceOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DCombiner.cpp107 CSEInfo ? std::make_unique<CSEMIRBuilder>() : std::make_unique<MachineIRBuilder>(); in combineMachineInstrs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSafeStackColoring.h86 DenseMap<const BasicBlock *, std::pair<unsigned, unsigned>> BlockInstRange;
106 DenseMap<BasicBlock *, SmallVector<std::pair<unsigned, Marker>, 4>> BBMarkers;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp56 std::shared_ptr<DebugSubsection> Subsection, CodeViewContainer Container) in DebugSubsectionRecordBuilder()
57 : Subsection(std::move(Subsection)), Container(Container) {} in DebugSubsectionRecordBuilder()
H A DTypeHashing.cpp20 static std::array<uint8_t, 8> EmptyHash = {
22 static std::array<uint8_t, 8> TombstoneHash = {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSymbolEnumerator.cpp23 Record(std::move(Record)) {} in NativeSymbolEnumerator()
54 std::string NativeSymbolEnumerator::getName() const { return Record.Name; } in getName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp57 std::lock_guard<sys::Mutex> Guard(OProfileInitializationMutex); in initialize()
70 std::string error; in initialize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h124 static std::unique_ptr<RuntimeDyldMachO>
129 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCRegisterInfo.cpp75 const DwarfLLVMRegPair *I = std::lower_bound(M, M+Size, Key);
89 const DwarfLLVMRegPair *I = std::lower_bound(M, M+Size, Key);
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampGetTexParameterIErrors.cpp159 std::vector<glw::GLint> params(m_buffer_size); in VerifyGLGetTexParameterIiv()
188 std::vector<glw::GLuint> params(m_buffer_size); in VerifyGLGetTexParameterIuiv()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcConfigPackage.cpp41 void init(tcu::TestCase* testCase, const std::string& path);
54 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string&) in init() argument
H A DglcInfoTests.cpp39 using std::string;
40 using std::vector;
H A DglcNoDefaultContextPackage.cpp43 void init(tcu::TestCase* testCase, const std::string& path);
56 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string&) in init() argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkDebugReportUtil.cpp99 std::ostream& operator<< (std::ostream& str, const DebugReportMessage& message) in operator <<()
/third_party/vk-gl-cts/execserver/
H A DxsTestDriver.cpp31 using std::string;
32 using std::vector;
/third_party/vk-gl-cts/executor/
H A DxeTestCaseListParser.cpp27 using std::vector;
28 using std::string;
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dimage_descriptor.cc97 transfer_resources[amber_buffer] = std::move(transfer_image); in CreateResourceIfNeeded()
118 std::vector<VkDescriptorImageInfo> image_infos; in UpdateDescriptorSetIfNeeded()
/third_party/skia/third_party/externals/spirv-tools/tools/val/
H A Dval.cpp28 std::string target_env_list = spvTargetEnvList(36, 105); in print_usage()
192 std::vector<uint32_t> contents; in main()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLChooseConfigTest.cpp35 std::vector<EGLConfig> allConfigs(nConfigs); in TEST_P()
42 std::vector<EGLConfig> defaultConfigs(allConfigCount); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/xcb/
H A DDisplayVkXcb.cpp104 const std::array<GLenum, 1> kColorFormats = {GL_BGRA8_EXT}; in generateConfigs()
106 std::vector<GLenum> depthStencilFormats( in generateConfigs()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DSamplersTest.cpp119 std::array<GLColor, kWidth *kHeight> redColor = { in TEST_P()
121 std::array<GLColor, kWidth *kHeight> greenColor = { in TEST_P()
H A DShaderInterpTest.cpp30 std::array<Vector4, 3> vertices; in draw()
35 std::array<Vector4, 3> colors; in draw()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
H A DMatrixLoadTest.cpp83 std::vector<std::pair<GLenum, GLenum>> modeTypes = {{GL_PROJECTION, GL_PROJECTION_MATRIX}, in TEST_P()

Completed in 16 milliseconds

1...<<571572573574575576577578579580>>...821