Home
last modified time | relevance | path

Searched refs:std (Results 11701 - 11725 of 20229) sorted by relevance

1...<<461462463464465466467468469470>>...810

/third_party/skia/third_party/externals/tint/src/ast/
H A Dworkgroup_decoration.h47 std::array<const ast::Expression*, 3> Values() const { return {x, y, z}; } in Values()
50 std::string Name() const override;
/third_party/skia/third_party/externals/tint/src/inspector/
H A Dsampler_texture_pair.h52 namespace std { namespace
54 /// Custom std::hash specialization for tint::inspector::SamplerTexturePair so
55 /// SamplerTexturePairs be used as keys for std::unordered_map and
56 /// std::unordered_set.
62 inline std::size_t operator()( in operator ()()
69 } // namespace std
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfail_stream.h24 /// A FailStream object accumulates values onto a given std::ostream,
34 FailStream(bool* status_ptr, std::ostream* out) in FailStream()
67 std::ostream* out_;
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_detail.h43 /// OperatorArrow template specialization for std::unique_ptr<>.
45 struct OperatorArrow<std::unique_ptr<T>> {
51 static inline T* ptr(std::unique_ptr<T>& val) { return val.get(); } in ptr()
/third_party/skia/third_party/externals/tint/src/sem/
H A Datomic_type.h40 std::string type_name() const override;
45 std::string FriendlyName(const SymbolTable& symbols) const override;
H A Dbinding_point.h52 namespace std { namespace
54 /// Custom std::hash specialization for tint::sem::BindingPoint so
55 /// BindingPoints can be used as keys for std::unordered_map and
56 /// std::unordered_set.
62 inline std::size_t operator()( in operator ()()
68 } // namespace std
H A Dpointer_type.h52 std::string type_name() const override;
57 std::string FriendlyName(const SymbolTable& symbols) const override;
H A Dreference_type.h52 std::string type_name() const override;
57 std::string FriendlyName(const SymbolTable& symbols) const override;
H A Dsampled_texture_type.h40 std::string type_name() const override;
45 std::string FriendlyName(const SymbolTable& symbols) const override;
H A Dsampler_type.h45 std::string type_name() const override;
50 std::string FriendlyName(const SymbolTable& symbols) const override;
H A Dvector_type.h40 std::string type_name() const override;
45 std::string FriendlyName(const SymbolTable& symbols) const override;
/third_party/skia/third_party/externals/tint/src/transform/
H A Dbinding_remapper.h35 using BindingPoints = std::unordered_map<BindingPoint, BindingPoint>;
38 using AccessControls = std::unordered_map<BindingPoint, ast::Access>;
H A Dglsl.h40 explicit Config(const std::string& entry_point,
50 std::string entry_point;
H A Dsingle_entry_point.h35 explicit Config(std::string entry_point = "");
48 std::string entry_point_name;
H A Dwrap_arrays_in_structs.h63 std::function<const ast::Type*(CloneContext&)> array_type;
80 std::unordered_map<const sem::Array*, WrappedArrayInfo>& wrapped_arrays,
/third_party/skia/third_party/externals/tint/src/utils/
H A Ddefer.h31 explicit Defer(F&& f) : f_(std::move(f)) {} in Defer()
51 return Defer<F>(std::forward<F>(f)); in MakeDefer()
H A Dmath.h45 inline std::enable_if_t<std::is_unsigned<T>::value, T> MaxAlignOf(T value) { in MaxAlignOf()
H A Dreverse.h36 return std::rbegin(r_it.iterable); in begin()
41 return std::rend(r_it.iterable); in end()
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl_cast_test.cc30 std::stringstream out; in TEST_F()
41 std::stringstream out; in TEST_F()
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl_cast_test.cc30 std::stringstream out; in TEST_F()
41 std::stringstream out; in TEST_F()
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
H A Dgenerator_impl_cast_test.cc30 std::stringstream out; in TEST_F()
41 std::stringstream out; in TEST_F()
/third_party/skia/tools/fiddle/
H A Degl_context.cpp21 std::ostringstream& driverinfo, in create_direct_context()
22 std::unique_ptr<sk_gpu_test::GLTestContext>* glContext) { in create_direct_context()
/third_party/skia/tools/viewer/
H A DBisectSlide.h49 std::stack<std::pair<SkTArray<FoundPath>, SkTArray<FoundPath>>> fPathHistory;
H A DGMSlide.h16 GMSlide(std::unique_ptr<skiagm::GM> gm);
31 std::unique_ptr<skiagm::GM> fGM;
H A DSKPSlide.h17 SKPSlide(const SkString& name, std::unique_ptr<SkStream>);
27 std::unique_ptr<SkStream> fStream;

Completed in 14 milliseconds

1...<<461462463464465466467468469470>>...810