Home
last modified time | relevance | path

Searched refs:std (Results 10526 - 10550 of 20229) sorted by relevance

1...<<421422423424425426427428429430>>...810

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateTestCaseUtil.hpp57 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 DvktShaderObjectCreateUtil.hpp33 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 DSystemInfo_win.cpp28 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 DIndexDataManager.h92 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 DCLEvent.h55 using CallbackData = std::pair<EventCB, void *>;
56 using Callbacks = std::vector<CallbackData>;
75 angle::SynchronizedValue<std::array<Callbacks, 3u>> mCallbacks;
H A DFence.h61 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 DQuery11.h65 std::unique_ptr<QueryState> mActiveQuery;
66 std::deque<std::unique_ptr<QueryState>> mPendingQueries;
H A DInputLayoutCache.h55 namespace std namespace
65 } // namespace std
94 const std::vector<const TranslatedAttribute *> &currentAttributes,
105 const std::vector<const TranslatedAttribute *> &currentAttributes,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DDisplayGL.h61 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 DBuiltInFunctionEmulatorGLSL.cpp83 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 DLazyMachineBlockFrequencyInfo.cpp77 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 DBasicGOTAndStubsBuilder.h28 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 DTargetSelect.cpp42 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 DRetireControlUnit.cpp48 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 Dgl4cStencilTexturingTests.hpp71 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 DesextcFragmentShadingRateAttachmentTests.hpp90 std::string genVS() const;
91 std::string genFS() const;
106 std::vector<glw::GLenum> m_availableShadingRates;
/third_party/vk-gl-cts/executor/
H A DxeBatchExecutor.hpp45 std::string binaryName;
46 std::string workingDir;
47 std::string cmdLineArgs;
H A DxeBatchResult.cpp27 using std::vector;
28 using std::string;
29 using std::map;
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Ddescriptor.h62 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 Dcfg.cpp106 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 DVertexPointerTest.cpp32 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 Dmtl_buffer_pool.h115 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 DPreprocessorTest.cpp14 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 DSkSwizzler.h35 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,
/third_party/skia/src/gpu/
H A DGrDDLContext.cpp24 : INHERITED(std::move(proxy), true) { in GrDDLContext()
94 dst->emplace_back(std::make_unique<const GrProgramDesc>(*programDesc), in toArray()
115 sk_sp<GrRecordingContext> context(new GrDDLContext(std::move(proxy))); in MakeDDL()

Completed in 15 milliseconds

1...<<421422423424425426427428429430>>...810