/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | Print.hpp | 36 class PrintValue class 92 PrintValue(const T &v) in PrintValue() function in rr::PrintValue 99 PrintValue(const T (&v)[N]) in PrintValue() function in rr::PrintValue 107 PrintValue(const T *arr, int len) in PrintValue() function in rr::PrintValue 113 PrintValue(bool v) in PrintValue() function in rr::PrintValue 116 PrintValue(int8_t v) in PrintValue() function in rr::PrintValue 119 PrintValue(uint8_t v) in PrintValue() function in rr::PrintValue 122 PrintValue(int16_t v) in PrintValue() function in rr::PrintValue 125 PrintValue(uint16_t v) in PrintValue() function in rr::PrintValue 128 PrintValue(int32_t v) in PrintValue() function in rr::PrintValue [all …]
|
D | Reactor.cpp | 4504 std::vector<Value *> PrintValue::Ty<Bool>::val(const RValue<Bool> &v) in val() 4511 std::vector<Value *> PrintValue::Ty<Byte>::val(const RValue<Byte> &v) in val() 4516 std::vector<Value *> PrintValue::Ty<Byte4>::val(const RValue<Byte4> &v) in val() 4521 std::vector<Value *> PrintValue::Ty<Int>::val(const RValue<Int> &v) in val() 4526 std::vector<Value *> PrintValue::Ty<Int2>::val(const RValue<Int2> &v) in val() 4531 std::vector<Value *> PrintValue::Ty<Int4>::val(const RValue<Int4> &v) in val() 4536 std::vector<Value *> PrintValue::Ty<UInt>::val(const RValue<UInt> &v) in val() 4541 std::vector<Value *> PrintValue::Ty<UInt2>::val(const RValue<UInt2> &v) in val() 4546 std::vector<Value *> PrintValue::Ty<UInt4>::val(const RValue<UInt4> &v) in val() 4551 std::vector<Value *> PrintValue::Ty<Short>::val(const RValue<Short> &v) in val() [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SpirvShaderDebug.hpp | 53 struct PrintValue::Ty<sw::SpirvShader::Object::ID> 59 struct PrintValue::Ty<sw::SpirvShader::Type::ID> 65 struct PrintValue::Ty<sw::SpirvShader::Block::ID> 72 struct PrintValue::Ty<sw::Intermediate> 79 return PrintValue::Ty<sw::SIMD::Float>::fmt(v.Float(i)); in fmt() 81 return PrintValue::Ty<sw::SIMD::Int>::fmt(v.Int(i)); in fmt() 83 return PrintValue::Ty<sw::SIMD::UInt>::fmt(v.UInt(i)); in fmt() 93 return PrintValue::Ty<sw::SIMD::Float>::val(v.Float(i)); in val() 95 return PrintValue::Ty<sw::SIMD::Int>::val(v.Int(i)); in val() 97 return PrintValue::Ty<sw::SIMD::UInt>::val(v.UInt(i)); in val() [all …]
|
D | ShaderCore.hpp | 523 struct PrintValue::Ty<sw::Vector4f> 527 return "[x: " + PrintValue::fmt(v.x) + in fmt() 528 ", y: " + PrintValue::fmt(v.y) + in fmt() 529 ", z: " + PrintValue::fmt(v.z) + in fmt() 530 ", w: " + PrintValue::fmt(v.w) + "]"; in fmt() 535 return PrintValue::vals(v.x, v.y, v.z, v.w); in val() 539 struct PrintValue::Ty<sw::Vector4s> 543 return "[x: " + PrintValue::fmt(v.x) + in fmt() 544 ", y: " + PrintValue::fmt(v.y) + in fmt() 545 ", z: " + PrintValue::fmt(v.z) + in fmt() [all …]
|
D | SamplerCore.hpp | 124 struct PrintValue::Ty<sw::SamplerFunction>
|
D | SpirvShader.hpp | 148 friend struct rr::PrintValue::Ty<sw::Intermediate>; 1168 RR_PRINT_ONLY(friend struct rr::PrintValue::Ty<Operand>;) 1180 RR_PRINT_ONLY(friend struct rr::PrintValue::Ty<Operand>;) in RR_PRINT_ONLY()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | ShaderCore.hpp | 382 template <> struct PrintValue::Ty<sw::Vector4f> 386 return "[x: " + PrintValue::fmt(v.x) + in fmt() 387 ", y: " + PrintValue::fmt(v.y) + in fmt() 388 ", z: " + PrintValue::fmt(v.z) + in fmt() 389 ", w: " + PrintValue::fmt(v.w) + "]"; in fmt() 394 return PrintValue::vals(v.x, v.y, v.z, v.w); in val() 397 template <> struct PrintValue::Ty<sw::Vector4s> 401 return "[x: " + PrintValue::fmt(v.x) + in fmt() 402 ", y: " + PrintValue::fmt(v.y) + in fmt() 403 ", z: " + PrintValue::fmt(v.z) + in fmt() [all …]
|
/third_party/gn/src/gn/ |
D | command_desc.cc | 83 void PrintValue(const base::Value* value, int indentLevel) { in PrintValue() function 92 PrintValue(&v, indentLevel); in PrintValue() 106 PrintValue(&iter.value(), indentLevel + 1); in PrintValue() 123 PrintValue(value, 0); in DefaultHandler() 129 PrintValue(value, 1); in DefaultHandler() 155 PrintValue(value, 0); in LabelHandler() 171 PrintValue(value, 0); in VisibilityHandler() 189 PrintValue(value, 0); in PublicHandler() 251 PrintValue(patterns, indent); in ProcessOutputs() 256 PrintValue(outputs, indent); in ProcessOutputs()
|
D | xcode_object.cc | 172 void PrintValue(std::ostream& out, IndentRules rules, unsigned value) { in PrintValue() function 176 void PrintValue(std::ostream& out, IndentRules rules, const char* value) { in PrintValue() function 180 void PrintValue(std::ostream& out, in PrintValue() function 186 void PrintValue(std::ostream& out, IndentRules rules, const NoReference& obj) { in PrintValue() function 190 void PrintValue(std::ostream& out, IndentRules rules, const PBXObject* value) { in PrintValue() function 195 void PrintValue(std::ostream& out, in PrintValue() function 198 PrintValue(out, rules, value.get()); in PrintValue() 202 void PrintValue(std::ostream& out, in PrintValue() function 211 PrintValue(out, sub_rule, value); in PrintValue() 221 void PrintValue(std::ostream& out, in PrintValue() function [all …]
|
/third_party/googletest/googletest/include/gtest/ |
D | gtest-printers.h | 132 static void PrintValue(const T& container, std::ostream* os) { in PrintValue() function 167 static void PrintValue(T* p, ::std::ostream* os) { in PrintValue() function 181 static void PrintValue(T* p, ::std::ostream* os) { in PrintValue() function 212 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 230 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 247 static void PrintValue(internal::BiggestInt value, ::std::ostream* os) { in PrintValue() function 254 static void PrintValue(internal::StringView value, ::std::ostream* os) { in PrintValue() function 269 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 280 static void PrintValue(const T&, ::std::ostream* os) { in PrintValue() function 291 T, decltype(Printer::PrintValue(std::declval<const T&>(), nullptr)), [all …]
|
/third_party/mesa3d/src/gtest/include/gtest/ |
D | gtest-printers.h | 153 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 169 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 188 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 203 static void PrintValue(const T& value, ::std::ostream* os); 246 kOtherType)>::PrintValue(x, &os); 907 void TypeWithoutFormatter<T, kConvertibleToStringView>::PrintValue( in PrintValue() function
|
/third_party/googletest/googletest/test/ |
D | googletest-param-test-test.cc | 70 ::std::string PrintValue(const T& value) { in PrintValue() function 89 << ", expected_values[i] is " << PrintValue(expected_values[i]) in VerifyGenerator() 90 << ", *it is " << PrintValue(*it) in VerifyGenerator() 109 << ", expected_values[i] is " << PrintValue(expected_values[i]) in VerifyGenerator() 110 << ", *it is " << PrintValue(*it) in VerifyGenerator()
|
/third_party/protobuf/src/google/protobuf/util/ |
D | message_differencer.cc | 1800 void MessageDifferencer::StreamReporter::PrintValue( in PrintValue() function in google::protobuf::util::MessageDifferencer::StreamReporter 1876 PrintValue(message2, field_path, false); in ReportAdded() 1886 PrintValue(message1, field_path, true); in ReportDeleted() 1913 PrintValue(message1, field_path, true); in ReportModified() 1915 PrintValue(message2, field_path, false); in ReportModified() 1927 PrintValue(message1, field_path, true); in ReportMoved() 1941 PrintValue(message1, field_path, true); in ReportMatched()
|
D | message_differencer.h | 680 virtual void PrintValue(const Message& message,
|
/third_party/cef/tools/distrib/gtest/ |
D | gtest.h | 5194 static void PrintValue(const T& container, std::ostream* os) { 5229 static void PrintValue(T* p, ::std::ostream* os) { 5243 static void PrintValue(T* p, ::std::ostream* os) { 5274 static void PrintValue(const T& value, ::std::ostream* os) { 5292 static void PrintValue(const T& value, ::std::ostream* os) { 5309 static void PrintValue(internal::BiggestInt value, ::std::ostream* os) { 5316 static void PrintValue(internal::StringView value, ::std::ostream* os) { 5331 static void PrintValue(const T& value, ::std::ostream* os) { 5342 static void PrintValue(const T&, ::std::ostream* os) { 5353 T, decltype(Printer::PrintValue(std::declval<const T&>(), nullptr)), [all …]
|