/third_party/rust/crates/io-lifetimes/tests/ |
H A D | ffi.rs | 9 use std::{convert::TryInto, os::windows::io::RawHandle, ptr::null_mut}; 48 std::io::Error::last_os_error().kind(), in test_file_not_found() 49 std::io::ErrorKind::NotFound in test_file_not_found()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateTestCaseUtil.hpp | 57 typedef std::map<glu::ShaderType, const char*> ShaderMap; 63 InstanceFactory (tcu::TestContext& testCtx, const std::string& name, in InstanceFactory() 73 InstanceFactory (tcu::TestContext& testCtx, const std::string& name, in InstanceFactory()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectCreateUtil.hpp | 33 std::string getShaderName (vk::VkShaderStageFlagBits stage); 42 void setDefaultShaderObjectDynamicStates (const vk::DeviceInterface& vk, vk::VkCommandBuffer cmdBuffer, const std::vector<std::string>& deviceExtensions, vk::VkPrimitiveTopology topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP, bool meshShader = false, bool setViewport = false);
|
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/ |
H A D | SystemInfo_win.cpp | 28 bool GetDevicesFromDXGI(std::vector<GPUDeviceInfo> *devices) in GetDevicesFromDXGI() 62 std::ostringstream o; in GetDevicesFromDXGI() 64 constexpr uint64_t kMask16 = std::numeric_limits<uint16_t>::max(); in GetDevicesFromDXGI()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | IndexDataManager.h | 92 using StreamingBuffer = std::unique_ptr<StreamingIndexBufferInterface>; 95 std::unique_ptr<StreamingIndexBufferInterface> mStreamingBufferShort; 96 std::unique_ptr<StreamingIndexBufferInterface> mStreamingBufferInt;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | CLEvent.h | 55 using CallbackData = std::pair<EventCB, void *>; 56 using Callbacks = std::vector<CallbackData>; 75 angle::SynchronizedValue<std::array<Callbacks, 3u>> mCallbacks;
|
H A D | Fence.h | 61 void setLabel(const Context *context, const std::string &label) override; 62 const std::string &getLabel() const override; 80 std::string mLabel;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Query11.h | 65 std::unique_ptr<QueryState> mActiveQuery; 66 std::deque<std::unique_ptr<QueryState>> mPendingQueries;
|
H A D | InputLayoutCache.h | 55 namespace std namespace 65 } // namespace std 94 const std::vector<const TranslatedAttribute *> ¤tAttributes, 105 const std::vector<const TranslatedAttribute *> ¤tAttributes,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | DisplayGL.h | 61 std::string getRendererDescription() override; 62 std::string getVendorString() override; 63 std::string getVersionString() override;
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | BuiltInFunctionEmulatorGLSL.cpp | 83 static const std::array<TSymbolUniqueId, 4> ids = { in InitBuiltInAtanFunctionEmulatorForGLSLWorkarounds() 91 std::stringstream ss = sh::InitializeStream<std::stringstream>(); in InitBuiltInAtanFunctionEmulatorForGLSLWorkarounds()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LazyMachineBlockFrequencyInfo.cpp | 77 OwnedMDT = std::make_unique<MachineDominatorTree>(); in calculateIfNotAvailable() 83 OwnedMLI = std::make_unique<MachineLoopInfo>(); in calculateIfNotAvailable() 88 OwnedMBFI = std::make_unique<MachineBlockFrequencyInfo>(); in calculateIfNotAvailable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
H A D | BasicGOTAndStubsBuilder.h | 28 std::vector<Block *> Blocks(G.blocks().begin(), G.blocks().end()); in run() 48 GOTEntries.insert(std::make_pair(Target.getName(), &GOTEntry)).first; in getGOTEntrySymbol() 62 StubI = Stubs.insert(std::make_pair(Target.getName(), &StubSymbol)).first; in getStubSymbol()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
H A D | TargetSelect.cpp | 42 const SmallVectorImpl<std::string>& MAttrs) { in selectTarget() 68 std::string Error; in selectTarget() 78 std::string FeaturesStr; in selectTarget()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/ |
H A D | RetireControlUnit.cpp | 48 NextAvailableSlotIdx += std::max(1U, Entries); in dispatch() 66 unsigned NextSlotIdx = CurrentInstructionSlotIdx + std::max(1U, Current.NumSlots); in computeNextSlotIdx() 79 CurrentInstructionSlotIdx += std::max(1U, Current.NumSlots); in consumeCurrentToken()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cStencilTexturingTests.hpp | 71 const std::vector<glw::GLubyte>& texture_data); 73 void prepareSourceTextureData(glw::GLenum internal_format, std::vector<glw::GLubyte>& texture_data); 76 const std::vector<glw::GLubyte>& src_texture_data);
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/ |
H A D | esextcFragmentShadingRateAttachmentTests.hpp | 90 std::string genVS() const; 91 std::string genFS() const; 106 std::vector<glw::GLenum> m_availableShadingRates;
|
/third_party/vk-gl-cts/executor/ |
H A D | xeBatchExecutor.hpp | 45 std::string binaryName; 46 std::string workingDir; 47 std::string cmdLineArgs;
|
H A D | xeBatchResult.cpp | 27 using std::vector; 28 using std::string; 29 using std::map;
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | descriptor.h | 62 virtual std::vector<uint32_t> GetDynamicOffsets() { return {}; } in GetDynamicOffsets() 63 virtual std::vector<VkDeviceSize> GetDescriptorOffsets() { return {}; } in GetDescriptorOffsets() 64 virtual std::vector<VkDeviceSize> GetDescriptorRanges() { return {}; } in GetDescriptorRanges()
|
/third_party/skia/third_party/externals/spirv-tools/tools/cfg/ |
H A D | cfg.cpp | 106 std::vector<uint32_t> contents; in main() 111 std::stringstream ss; in main() 120 std::string str = ss.str(); in main()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/ |
H A D | VertexPointerTest.cpp | 32 std::vector<float> testVertexAttribute = { in TEST_P() 71 std::vector<float> testVertexAttribute = { in TEST_P() 78 std::vector<GLubyte> testColorAttribute = { in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | mtl_buffer_pool.h | 115 void destroyBufferList(ContextMtl *contextMtl, std::deque<BufferRef> *buffers); 124 std::deque<BufferRef> mInFlightBuffers; 125 std::deque<BufferRef> mBufferFreeList;
|
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/ |
H A D | PreprocessorTest.cpp | 14 std::stringstream *output, in preprocess() 55 std::stringstream output; in preprocess() 58 std::string actual = output.str(); in preprocess()
|
/third_party/skia/src/codec/ |
H A D | SkSwizzler.h | 35 static std::unique_ptr<SkSwizzler> Make(const SkEncodedInfo& encodedInfo, 49 static std::unique_ptr<SkSwizzler> MakeSimple(int srcBPP, const SkImageInfo& dstInfo, 215 static std::unique_ptr<SkSwizzler> Make(const SkImageInfo& dstInfo, RowProc fastProc,
|