/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_capability_test.cpp | 42 // Parameter for validation test fixtures. The first std::string is a 44 // remainder assembly, and the std::vector at the end determines whether the 64 // std::vector of capabilities that make the remainder assembly succeed. So if 65 // the first-line capability exists in that std::vector, success is expected; 74 std::tuple<std::string, std::pair<std::string, std::vector<std [all...] |
H A D | val_version_test.cpp | 28 std::tuple<spv_target_env, spv_target_env, std::string, bool>>; 30 const std::string vulkan_spirv = R"( 43 const std::string opencl_spirv = R"( 50 std::string version(spv_target_env env) { in version() 83 CompileSuccessfully(std::get<2>(GetParam()), std::get<0>(GetParam())); in TEST_P() 84 spv_result_t res = ValidateInstructions(std::get<1>(GetParam())); in TEST_P() 85 if (std::get<3>(GetParam())) { in TEST_P() 90 std in TEST_P() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_capability_test.cpp | 42 // Parameter for validation test fixtures. The first std::string is a 44 // remainder assembly, and the std::vector at the end determines whether the 64 // std::vector of capabilities that make the remainder assembly succeed. So if 65 // the first-line capability exists in that std::vector, success is expected; 74 std::tuple<std::string, std::pair<std::string, std::vector<std [all...] |
H A D | val_version_test.cpp | 28 std::tuple<spv_target_env, spv_target_env, std::string, bool>>; 30 const std::string vulkan_spirv = R"( 43 const std::string opencl_spirv = R"( 50 std::string version(spv_target_env env) { in version() 83 CompileSuccessfully(std::get<2>(GetParam()), std::get<0>(GetParam())); in TEST_P() 84 spv_result_t res = ValidateInstructions(std::get<1>(GetParam())); in TEST_P() 85 if (std::get<3>(GetParam())) { in TEST_P() 90 std in TEST_P() [all...] |
/third_party/spirv-tools/test/val/ |
H A D | val_capability_test.cpp | 42 // Parameter for validation test fixtures. The first std::string is a 44 // remainder assembly, and the std::vector at the end determines whether the 64 // std::vector of capabilities that make the remainder assembly succeed. So if 65 // the first-line capability exists in that std::vector, success is expected; 74 std::tuple<std::string, std::pair<std::string, std::vector<std [all...] |
H A D | val_version_test.cpp | 28 std::tuple<spv_target_env, spv_target_env, std::string, bool>>; 30 const std::string vulkan_spirv = R"( 43 const std::string opencl_spirv = R"( 50 std::string version(spv_target_env env) { in version() 89 CompileSuccessfully(std::get<2>(GetParam()), std::get<0>(GetParam())); in TEST_P() 90 spv_result_t res = ValidateInstructions(std::get<1>(GetParam())); in TEST_P() 91 if (std::get<3>(GetParam())) { in TEST_P() 96 std in TEST_P() [all...] |
H A D | val_ext_inst_test.cpp | 15 // Tests validation rules of GLSL.450.std and OpenCL.std extended instructions. 16 // Doesn't test OpenCL.std vector size 2, 3, 4, 8 or 16 rules (not supported 36 using ValidateGlslStd450SqrtLike = spvtest::ValidateBase<std::string>; 37 using ValidateGlslStd450FMinLike = spvtest::ValidateBase<std::string>; 38 using ValidateGlslStd450FClampLike = spvtest::ValidateBase<std::string>; 39 using ValidateGlslStd450SAbsLike = spvtest::ValidateBase<std::string>; 40 using ValidateGlslStd450UMinLike = spvtest::ValidateBase<std::string>; 41 using ValidateGlslStd450UClampLike = spvtest::ValidateBase<std::string>; 42 using ValidateGlslStd450SinLike = spvtest::ValidateBase<std [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | 52 static thread_local std::stringstream _string_stream; 56 // By default, redirect to std::cout. Can stream it to a stringstream if needed. 57 //#define _OUT std::cout 67 _OUT << "\"" << s << "\"" << " : " << o << (c ? "," : "") << std::endl; \ 69 _OUT << o << (c ? "," : "") << std::endl; \ 74 _OUT << "\"" << s << "\"" << " : " << "\"" << o << "\"" << (c ? "," : "") << std::endl; \ 76 _OUT << "\"" << o << "\"" << (c ? "," : "") << std::endl; \ 82 static void print_size_t(const size_t* o, const std::string& s, bool commaNeeded=true) in print_size_t() 85 _OUT << "\"" << s << "\"" << " : " << static_cast<deUint32>(*o) << (commaNeeded ? "," : "") << std::endl;\ in print_size_t() 87 static void print_size_t(size_t o, const std in print_size_t() [all...] |
/third_party/gn/src/base/strings/ |
H A D | string_util.h | 74 std::string ToLowerASCII(std::string_view str); 75 std::u16string ToLowerASCII(std::u16string_view str); 78 std::string ToUpperASCII(std::string_view str); 79 std::u16string ToUpperASCII(std::u16string_view str); 82 // std::search. 104 int CompareCaseInsensitiveASCII(std [all...] |
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_safe_arithmetic.cpp | 32 if ((arg1 >= 0 && arg2 <= std::numeric_limits<T>::max() - arg1) || in SafeAdd() 33 (arg1 < 0 && arg2 >= std::numeric_limits<T>::min() - arg1)) { in SafeAdd() 46 if (arg1 == 0 || arg2 <= std::numeric_limits<T>::max() / arg1) { in SafeUnsignedMult() 56 bool SafeInt32Add(std::int32_t arg1, std::int32_t arg2, std::int32_t *result) { in SafeInt32Add() 65 std::int32_t SafeInt32Add(std::int32_t arg1, std::int32_t arg2) { in SafeInt32Add() 66 return SafeAdd<std in SafeInt32Add() [all...] |
H A D | dng_safe_arithmetic.h | 40 bool SafeInt32Add(std::int32_t arg1, std::int32_t arg2, std::int32_t *result); 45 std::int32_t SafeInt32Add(std::int32_t arg1, std::int32_t arg2); 46 std::int64_t SafeInt64Add(std::int64_t arg1, std::int64_t arg2); 51 bool SafeUint32Add(std [all...] |
/third_party/spirv-headers/tools/buildHeaders/ |
H A D | header.cpp | 75 static const std::string DocCopyright; 76 static const std::string DocComment1; 77 static const std::string DocComment2; 87 static std::string styleStr(enumStyle_t s) { in styleStr() 92 friend std::ostream& operator<<(std::ostream&, const TPrinter&); 94 virtual void printAll(std::ostream&) const; 95 virtual void printComments(std::ostream&) const; 96 virtual void printPrologue(std::ostream&) const { } in printPrologue() 97 virtual void printDefs(std in printPrologue() 114 enumBeg(const std::string&, enumStyle_t) const enumBeg() argument 115 enumEnd(const std::string&, enumStyle_t, bool isLast = false) const enumEnd() argument 118 enumFmt(const std::string&, const valpair_t&, enumStyle_t, bool isLast = false) const enumFmt() argument 122 maxEnumFmt(const std::string&, const valpair_t&, enumStyle_t) const maxEnumFmt() argument [all...] |
/third_party/skia/src/sksl/ |
H A D | SkSLBuiltinTypes.h | 24 const std::unique_ptr<Type> fFloat; 25 const std::unique_ptr<Type> fFloat2; 26 const std::unique_ptr<Type> fFloat3; 27 const std::unique_ptr<Type> fFloat4; 29 const std::unique_ptr<Type> fHalf; 30 const std::unique_ptr<Type> fHalf2; 31 const std::unique_ptr<Type> fHalf3; 32 const std::unique_ptr<Type> fHalf4; 34 const std::unique_ptr<Type> fInt; 35 const std [all...] |
/third_party/libfuse/example/ |
H A D | cxxopts.hpp | 81 toLocalString(std::string s) in toLocalString() 83 return icu::UnicodeString::fromUTF8(std::move(s)); in toLocalString() 87 std::iterator<std::forward_iterator_tag, int32_t> 137 return s.append(std::move(a)); in stringAppend() 173 std::string 176 std::string result; in toUTF8String() 190 namespace std namespace 212 typedef std::string String; 218 return std 529 checked_negate(T&& t, const std::string&, std::true_type) checked_negate() argument 1507 ParseResult( const std::shared_ptr< std::unordered_map<std::string, std::shared_ptr<OptionDetails>> > options, std::vector<std::string> positional, bool allow_unrecognised, int& argc, char**& argv ) ParseResult() argument [all...] |
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
H A D | header.cpp | 75 static const std::string DocCopyright; 76 static const std::string DocComment1; 77 static const std::string DocComment2; 87 static std::string styleStr(enumStyle_t s) { in styleStr() 92 friend std::ostream& operator<<(std::ostream&, const TPrinter&); 94 virtual void printAll(std::ostream&) const; 95 virtual void printComments(std::ostream&) const; 96 virtual void printPrologue(std::ostream&) const { } in printPrologue() 97 virtual void printDefs(std in printPrologue() 114 enumBeg(const std::string&, enumStyle_t) const enumBeg() argument 115 enumEnd(const std::string&, enumStyle_t, bool isLast = false) const enumEnd() argument 118 enumFmt(const std::string&, const valpair_t&, enumStyle_t, bool isLast = false) const enumFmt() argument 122 maxEnumFmt(const std::string&, const valpair_t&, enumStyle_t) const maxEnumFmt() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
H A D | header.cpp | 75 static const std::string DocCopyright; 76 static const std::string DocComment1; 77 static const std::string DocComment2; 87 static std::string styleStr(enumStyle_t s) { in styleStr() 92 friend std::ostream& operator<<(std::ostream&, const TPrinter&); 94 virtual void printAll(std::ostream&) const; 95 virtual void printComments(std::ostream&) const; 96 virtual void printPrologue(std::ostream&) const { } in printPrologue() 97 virtual void printDefs(std in printPrologue() 114 enumBeg(const std::string&, enumStyle_t) const enumBeg() argument 115 enumEnd(const std::string&, enumStyle_t, bool isLast = false) const enumEnd() argument 118 enumFmt(const std::string&, const valpair_t&, enumStyle_t, bool isLast = false) const enumFmt() argument 122 maxEnumFmt(const std::string&, const valpair_t&, enumStyle_t) const maxEnumFmt() argument [all...] |
/third_party/node/deps/v8/src/torque/ |
H A D | cpp-builder.h | 19 explicit TemplateParameter(std::string name) : name(std::move(name)) {} in TemplateParameter() 20 TemplateParameter(std::string type, std::string name) in TemplateParameter() 21 : name(std::move(name)), type(std::move(type)) {} in TemplateParameter() 23 std::string name; 24 std::string type; 29 explicit Class(std::string name) : name_(std [all...] |
/third_party/backends/backend/genesys/ |
H A D | image_pipeline.h | 39 virtual std::size_t get_width() const = 0; 40 virtual std::size_t get_height() const = 0; 43 std::size_t get_row_bytes() const in get_row_bytes() 52 virtual bool get_next_row_data(std::uint8_t* out_data) = 0; 59 using ProducerCallback = std::function<bool(std::size_t size, std::uint8_t* out_data)>; 61 ImagePipelineNodeCallableSource(std::size_t width, std::size_t height, PixelFormat format, in ImagePipelineNodeCallableSource() 69 std [all...] |
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/crypto/bn/ |
H A D | ppc-mont.s | 19 std 20,-96(12) 20 std 21,-88(12) 21 std 22,-80(12) 22 std 23,-72(12) 23 std 24,-64(12) 24 std 25,-56(12) 25 std 26,-48(12) 26 std 27,-40(12) 27 std 28,-32(12) 28 std 2 [all...] |
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/crypto/bn/ |
H A D | ppc-mont.s | 19 std 20,-96(12) 20 std 21,-88(12) 21 std 22,-80(12) 22 std 23,-72(12) 23 std 24,-64(12) 24 std 25,-56(12) 25 std 26,-48(12) 26 std 27,-40(12) 27 std 28,-32(12) 28 std 2 [all...] |
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm_avx2/crypto/bn/ |
H A D | ppc-mont.s | 23 std 20,-96(12) 24 std 21,-88(12) 25 std 22,-80(12) 26 std 23,-72(12) 27 std 24,-64(12) 28 std 25,-56(12) 29 std 26,-48(12) 30 std 27,-40(12) 31 std 28,-32(12) 32 std 2 [all...] |
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/crypto/bn/ |
H A D | ppc-mont.s | 23 std 20,-96(12) 24 std 21,-88(12) 25 std 22,-80(12) 26 std 23,-72(12) 27 std 24,-64(12) 28 std 25,-56(12) 29 std 26,-48(12) 30 std 27,-40(12) 31 std 28,-32(12) 32 std 2 [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/gtest/ |
H A D | djpeg-gtest-wrapper.cpp | 31 const static std::vector<std::tuple<const std::string, 32 const std::string, 33 const std::string>> SCALE_IMAGE_MD5 = { 34 std::make_tuple("2/1", "testout_420m_islow_2_1.ppm", 36 std::make_tuple("15/8", "testout_420m_islow_15_8.ppm", 38 std::make_tuple("13/8", "testout_420m_islow_13_8.ppm", 40 std::make_tuple("11/8", "testout_420m_islow_11_8.ppm", 42 std [all...] |
H A D | cjpeg-gtest-wrapper.cpp | 40 std::string prog_name = "cjpeg"; in TEST() 41 std::string arg1 = "-rgb"; in TEST() 42 std::string arg2 = "-dct"; in TEST() 43 std::string arg3 = "int"; in TEST() 44 std::string arg4 = "-icc"; in TEST() 45 std::string arg5 = icc_path.MaybeAsASCII(); in TEST() 46 std::string arg6 = "-outfile"; in TEST() 47 std::string arg7 = output_path.MaybeAsASCII(); in TEST() 48 std::string arg8 = input_image_path.MaybeAsASCII(); in TEST() 58 const std in TEST() [all...] |
/third_party/gn/src/gn/ |
H A D | config_values.h | 26 const std::vector<std::string>& name() const { return name##_; } \ 27 std::vector<std::string>& name() { return name##_; } 29 const std::vector<SourceDir>& name() const { return name##_; } \ 30 std::vector<SourceDir>& name() { return name##_; } 61 const std::vector<SourceFile>& inputs() const { return inputs_; } in inputs() 62 std::vector<SourceFile>& inputs() { return inputs_; } in inputs() 64 const std::vector<LibFile>& libs() const { return libs_; } in libs() 65 std in libs() [all...] |