/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | CLContextImpl.h | 23 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 D | MappedSubresourceVerifier11.cpp | 99 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 D | blocklayoutHLSL.cpp | 30 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 D | Combiner.cpp | 107 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 D | SafeStackColoring.h | 86 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 D | DebugSubsectionRecord.cpp | 56 std::shared_ptr<DebugSubsection> Subsection, CodeViewContainer Container) in DebugSubsectionRecordBuilder() 57 : Subsection(std::move(Subsection)), Container(Container) {} in DebugSubsectionRecordBuilder()
|
H A D | TypeHashing.cpp | 20 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 D | NativeSymbolEnumerator.cpp | 23 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 D | OProfileWrapper.cpp | 57 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 D | RuntimeDyldMachO.h | 124 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 D | MCRegisterInfo.cpp | 75 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 D | esextcTextureBorderClampGetTexParameterIErrors.cpp | 159 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 D | glcConfigPackage.cpp | 41 void init(tcu::TestCase* testCase, const std::string& path); 54 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string&) in init() argument
|
H A D | glcInfoTests.cpp | 39 using std::string; 40 using std::vector;
|
H A D | glcNoDefaultContextPackage.cpp | 43 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 D | vkDebugReportUtil.cpp | 99 std::ostream& operator<< (std::ostream& str, const DebugReportMessage& message) in operator <<()
|
/third_party/vk-gl-cts/execserver/ |
H A D | xsTestDriver.cpp | 31 using std::string; 32 using std::vector;
|
/third_party/vk-gl-cts/executor/ |
H A D | xeTestCaseListParser.cpp | 27 using std::vector; 28 using std::string;
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | image_descriptor.cc | 97 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 D | val.cpp | 28 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 D | EGLChooseConfigTest.cpp | 35 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 D | DisplayVkXcb.cpp | 104 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 D | SamplersTest.cpp | 119 std::array<GLColor, kWidth *kHeight> redColor = { in TEST_P() 121 std::array<GLColor, kWidth *kHeight> greenColor = { in TEST_P()
|
H A D | ShaderInterpTest.cpp | 30 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 D | MatrixLoadTest.cpp | 83 std::vector<std::pair<GLenum, GLenum>> modeTypes = {{GL_PROJECTION, GL_PROJECTION_MATRIX}, in TEST_P()
|