Home
last modified time | relevance | path

Searched refs:std (Results 10576 - 10600 of 20229) sorted by relevance

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

/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_replace_irrelevant_id.cpp25 : message_(std::move(message)) {} in TransformationReplaceIrrelevantId()
124 std::unordered_set<uint32_t> TransformationReplaceIrrelevantId::GetFreshIds() in GetFreshIds()
126 return std::unordered_set<uint32_t>(); in GetFreshIds()
H A Dtransformation_replace_opphi_id_from_dead_predecessor.cpp25 : message_(std::move(message)) {} in TransformationReplaceOpPhiIdFromDeadPredecessor()
108 std::unordered_set<uint32_t>
110 return std::unordered_set<uint32_t>(); in GetFreshIds()
H A Dtransformation_set_function_control.cpp22 : message_(std::move(message)) {} in TransformationSetFunctionControl()
99 std::unordered_set<uint32_t> TransformationSetFunctionControl::GetFreshIds() in GetFreshIds()
101 return std::unordered_set<uint32_t>(); in GetFreshIds()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddominator_analysis.h89 inline void DumpAsDot(std::ostream& out) const { tree_.DumpTreeAsDot(out); } in DumpAsDot()
103 // Applies the std::function |func| to dominator tree nodes in dominator
105 void Visit(std::function<bool(DominatorTreeNode*)> func) { in Visit()
109 // Applies the std::function |func| to dominator tree nodes in dominator
111 void Visit(std::function<bool(const DominatorTreeNode*)> func) const { in Visit()
H A Dpass.h48 using ProcessFunction = std::function<bool(Function*)>;
63 void SetMessageConsumer(MessageConsumer c) { consumer_ = std::move(c); } in SetMessageConsumer()
158 return std::min(a, b); in CombineStatus()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_add_image_sample_unused_components.cpp26 : message_(std::move(message)) {} in TransformationAddImageSampleUnusedComponents()
115 std::unordered_set<uint32_t>
117 return std::unordered_set<uint32_t>(); in GetFreshIds()
H A Dtransformation_add_relaxed_decoration.cpp24 : message_(std::move(message)) {} in TransformationAddRelaxedDecoration()
144 std::unordered_set<uint32_t> TransformationAddRelaxedDecoration::GetFreshIds() in GetFreshIds()
146 return std::unordered_set<uint32_t>(); in GetFreshIds()
H A Dtransformation_add_type_array.cpp24 : message_(std::move(message)) {} in TransformationAddTypeArray()
77 ir_context->module()->AddType(std::move(type_instruction)); in Apply()
93 std::unordered_set<uint32_t> TransformationAddTypeArray::GetFreshIds() const { in GetFreshIds()
H A Dtransformation_add_type_int.cpp24 : message_(std::move(message)) {} in TransformationAddTypeInt()
84 ir_context->module()->AddType(std::move(type_instruction)); in Apply()
100 std::unordered_set<uint32_t> TransformationAddTypeInt::GetFreshIds() const { in GetFreshIds()
H A Dtransformation_add_type_matrix.cpp24 : message_(std::move(message)) {} in TransformationAddTypeMatrix()
58 ir_context->module()->AddType(std::move(type_instruction)); in Apply()
74 std::unordered_set<uint32_t> TransformationAddTypeMatrix::GetFreshIds() const { in GetFreshIds()
H A Dtransformation_add_type_vector.cpp24 : message_(std::move(message)) {} in TransformationAddTypeVector()
65 ir_context->module()->AddType(std::move(type_instruction)); in Apply()
81 std::unordered_set<uint32_t> TransformationAddTypeVector::GetFreshIds() const { in GetFreshIds()
H A Dtransformation_merge_blocks.cpp25 : message_(std::move(message)) {} in TransformationMergeBlocks()
84 std::unordered_set<uint32_t> TransformationMergeBlocks::GetFreshIds() const { in GetFreshIds()
85 return std::unordered_set<uint32_t>(); in GetFreshIds()
H A Dtransformation_move_block_down.cpp24 : message_(std::move(message)) {} in TransformationMoveBlockDown()
108 std::unordered_set<uint32_t> TransformationMoveBlockDown::GetFreshIds() const { in GetFreshIds()
109 return std::unordered_set<uint32_t>(); in GetFreshIds()
H A Dtransformation_record_synonymous_constants.cpp26 : message_(std::move(message)) {} in TransformationRecordSynonymousConstants()
131 std::unordered_set<uint32_t>
133 return std::unordered_set<uint32_t>(); in GetFreshIds()
H A Dtransformation_replace_irrelevant_id.cpp25 : message_(std::move(message)) {} in TransformationReplaceIrrelevantId()
124 std::unordered_set<uint32_t> TransformationReplaceIrrelevantId::GetFreshIds() in GetFreshIds()
126 return std::unordered_set<uint32_t>(); in GetFreshIds()
H A Dtransformation_replace_opphi_id_from_dead_predecessor.cpp25 : message_(std::move(message)) {} in TransformationReplaceOpPhiIdFromDeadPredecessor()
108 std::unordered_set<uint32_t>
110 return std::unordered_set<uint32_t>(); in GetFreshIds()
H A Dtransformation_set_function_control.cpp22 : message_(std::move(message)) {} in TransformationSetFunctionControl()
99 std::unordered_set<uint32_t> TransformationSetFunctionControl::GetFreshIds() in GetFreshIds()
101 return std::unordered_set<uint32_t>(); in GetFreshIds()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddominator_analysis.h89 inline void DumpAsDot(std::ostream& out) const { tree_.DumpTreeAsDot(out); } in DumpAsDot()
103 // Applies the std::function |func| to dominator tree nodes in dominator
105 void Visit(std::function<bool(DominatorTreeNode*)> func) { in Visit()
109 // Applies the std::function |func| to dominator tree nodes in dominator
111 void Visit(std::function<bool(const DominatorTreeNode*)> func) const { in Visit()
H A Dpass.h48 using ProcessFunction = std::function<bool(Function*)>;
63 void SetMessageConsumer(MessageConsumer c) { consumer_ = std::move(c); } in SetMessageConsumer()
158 return std::min(a, b); in CombineStatus()
/third_party/skia/third_party/externals/swiftshader/third_party/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/oboe/src/flowgraph/
H A DFlowGraphNode.cpp72 mBuffer = std::make_unique<float[]>(numFloats); in FlowGraphPortFloat()
77 numFrames = std::min(getFramesPerBuffer(), numFrames); in pullData()
97 ? std::min(getFramesPerBuffer(), numFrames) in pullData()
/third_party/skia/src/sksl/analysis/
H A DSkSLIsConstantExpression.cpp23 ConstantExpressionVisitor(const std::set<const Variable*>* loopIndices) in ConstantExpressionVisitor()
93 const std::set<const Variable*>* fLoopIndices;
102 const std::set<const Variable*>* loopIndices) { in IsConstantIndexExpression()
/third_party/skia/src/utils/
H A DSkOrderedFontMgr.cpp15 fList.push_back(std::move(fm)); in append()
84 sk_sp<SkTypeface> SkOrderedFontMgr::onMakeFromStreamIndex(std::unique_ptr<SkStreamAsset>, in onMakeFromStreamIndex()
89 sk_sp<SkTypeface> SkOrderedFontMgr::onMakeFromStreamArgs(std::unique_ptr<SkStreamAsset>, in onMakeFromStreamArgs()
/third_party/skia/src/xps/
H A DSkXPSDocument.cpp25 std::unique_ptr<SkCanvas> fCanvas;
42 , fXpsFactory(std::move(xpsFactory)) in SkXPSDocument()
84 ? sk_make_sp<SkXPSDocument>(stream, dpi, std::move(factory)) in MakeDocument()
/third_party/skia/tests/
H A DFakeStreams.h17 NotAssetMemStream(sk_sp<SkData> data) : fStream(std::move(data)) {} in NotAssetMemStream()
51 , fStream(std::move(data)) in HaltingStream()
55 fLimit = std::min(fTotalSize, fLimit + extra); in addNewData()

Completed in 15 milliseconds

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