Home
last modified time | relevance | path

Searched defs:add (Results 326 - 350 of 717) sorted by relevance

1...<<11121314151617181920>>...29

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPrograms.hpp151 Program& ProgramCollection<Program, BuildOptions>::add (const std::string& name) in add() function in vk::ProgramCollection
162 Program& ProgramCollection<Program, BuildOptions>::add (const std::string& name, const BuildOptions* buildOptions) in add() function in vk::ProgramCollection
173 void ProgramCollection<Program, BuildOptions>::add (const std::string& name, de::MovePtr<Program>& program) in add() function in vk::ProgramCollection
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupUniformControlFlowTests.cpp63 void add(const char* basename, bool small_workgroups, bool use_subgroup_size_control, vk::VkShaderStageFlagBits stage, vk::VkSubgroupFeatureFlagBits operation = vk::VK_SUBGROUP_FEATURE_BASIC_BIT) in add() function
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DConstantUnion.cpp406 TConstantUnion TConstantUnion::add(const TConstantUnion &lhs, in add() function in sh::TConstantUnion
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp116 void CtorDtorRunner::add(iterator_range<CtorDtorIterator> CtorDtors) { in add() function in llvm::orc::CtorDtorRunner
/third_party/vk-gl-cts/executor/tools/
H A DxeExtractValues.cpp80 void add (const CaseValues& result) in add() function in BatchResultValues
/third_party/skia/src/gpu/gradients/
H A DGrGradientBitmapCache.cpp110 void GrGradientBitmapCache::add(const void* buffer, size_t len, const SkBitmap& bm) { in add() function in GrGradientBitmapCache
/third_party/skia/src/gpu/
H A DGrThreadSafeCache.cpp208 GrSurfaceProxyView GrThreadSafeCache::add(const GrUniqueKey& key, const GrSurfaceProxyView& view) { in add() function in GrThreadSafeCache
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DNucleus.hpp108 Edit &add(Optimization::Pass pass) in add() function in rr::Config::Edit
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationsets.cpp342 TailoredSet::add(UChar32 c) { add() function in TailoredSet
[all...]
H A Dhebrwcal.cpp214 void HebrewCalendar::add(UCalendarDateFields field, int32_t amount, UErrorCode& status) in add() function in HebrewCalendar
274 void HebrewCalendar::add(EDateFields field, int32_t amount, UErrorCode& status) in add() function in HebrewCalendar
[all...]
/third_party/skia/src/ports/
H A DSkFontMgr_FontConfigInterface.cpp125 void add(sk_sp<SkTypeface> face, Request* request) { in add() function in SkFontRequestCache
/third_party/skia/src/sksl/ir/
H A DSkSLSymbolTable.h87 const T* add(std::unique_ptr<T> symbol) { in add() function in SkSL::SymbolTable
/third_party/skia/src/pathops/
H A DSkOpCoincidence.h242 void add(const SkOpPtT* coinPtTStart, const SkOpPtT* coinPtTEnd, const SkOpPtT* oppPtTStart, in add() function in SkOpCoincidence
/third_party/skia/tests/
H A DGrMemoryPoolTest.cpp241 void add(void* ptr) { in add() function in AutoPoolReleaser
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dhash_rolling_inc.h32 static uint32_t FN(HashRollingFunctionInitial)(uint32_t state, uint8_t add, in HashRollingFunctionInitial() argument
37 static uint32_t FN(HashRollingFunction)(uint32_t state, uint8_t add, in HashRollingFunction() argument
170 uint8_t add = data[(pos + CHUNKLEN) & ring_buffer_mask]; in FindLongestMatch() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-bit-set-invertible.hh98 void add (hb_codepoint_t g) { unlikely (inverted) ? s.del (g) : s.add (g); } in add() function
H A Dhb-set.hh85 void add (hb_codepoint_t g) { s.add (g); } in add() function
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dthread.cpp240 Thread::Affinity& Thread::Affinity::add(const Thread::Affinity& other) { in add() function in marl::Thread::Affinity
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceELFSection.cpp189 void ELFStringTableSection::add(const std::string &Str) { in add() function in Ice::ELFStringTableSection
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.h107 void add(IndexType Start, IndexType End, bool Fixed, bool TiedEnd) { in add() function in llvm::HexagonBlockRanges::IndexType::RangeList
110 void add(const IndexRange &Range) { in add() function in llvm::HexagonBlockRanges::IndexType::RangeList
/third_party/skia/third_party/externals/tint/src/diagnostic/
H A Ddiagnostic.h105 void add(Diagnostic&& diag) { in add() function in tint::diag::List
114 void add(const List& list) { in add() function in tint::diag::List
/third_party/skia/tools/calmbench/
H A Dab.py151 def add(self, args, fn): member in ThreadRunner
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dstringtriebuilder.h348 void add(int32_t c, int32_t value) { in add() function in StringTrieBuilder::ListBranchNode
356 void add(int32_t c, Node *node) { in add() function in StringTrieBuilder::ListBranchNode
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DImmutableList.h199 LLVM_NODISCARD ImmutableList<T> add(ElemT &&Data, ImmutableList<T> L) { in add() function in llvm::ImmutableListFactory
H A DImmutableMap.h116 LLVM_NODISCARD ImmutableMap add(ImmutableMap Old, key_type_ref K, in add() function in llvm::ImmutableMap::Factory
328 ImmutableMapRef add(key_type_ref K, data_type_ref D) const { in add() function in llvm::ImmutableMapRef

Completed in 16 milliseconds

1...<<11121314151617181920>>...29