Home
last modified time | relevance | path

Searched refs:sstr (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_modes_test.cpp506 std::ostringstream sstr; in TEST_P() local
507 sstr << "OpCapability Geometry\n"; in TEST_P()
508 sstr << "OpMemoryModel Logical GLSL450\n"; in TEST_P()
509 sstr << "OpEntryPoint Geometry %main \"main\"\n"; in TEST_P()
514 sstr << "OpExecutionMode %main " << input << "\n"; in TEST_P()
521 sstr << "OpExecutionMode %main " << output << "\n"; in TEST_P()
524 sstr << "%void = OpTypeVoid\n"; in TEST_P()
525 sstr << "%void_fn = OpTypeFunction %void\n"; in TEST_P()
526 sstr << "%int = OpTypeInt 32 0\n"; in TEST_P()
527 sstr << " in TEST_P()
573 std::ostringstream sstr; TEST_P() local
[all...]
H A Dval_non_uniform_test.cpp131 std::ostringstream sstr; in TEST_P() local
132 sstr << "%result = " << opcode << " "; in TEST_P()
133 sstr << type << " "; in TEST_P()
134 sstr << ConvertScope(execution_scope) << " "; in TEST_P()
135 sstr << args << "\n"; in TEST_P()
137 CompileSuccessfully(GenerateShaderCode(sstr.str()), SPV_ENV_VULKAN_1_1); in TEST_P()
164 std::ostringstream sstr; in TEST_P() local
165 sstr << "%result = " << opcode << " "; in TEST_P()
166 sstr << type << " "; in TEST_P()
167 sstr << ConvertScop in TEST_P()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_modes_test.cpp506 std::ostringstream sstr; in TEST_P() local
507 sstr << "OpCapability Geometry\n"; in TEST_P()
508 sstr << "OpMemoryModel Logical GLSL450\n"; in TEST_P()
509 sstr << "OpEntryPoint Geometry %main \"main\"\n"; in TEST_P()
514 sstr << "OpExecutionMode %main " << input << "\n"; in TEST_P()
521 sstr << "OpExecutionMode %main " << output << "\n"; in TEST_P()
524 sstr << "%void = OpTypeVoid\n"; in TEST_P()
525 sstr << "%void_fn = OpTypeFunction %void\n"; in TEST_P()
526 sstr << "%int = OpTypeInt 32 0\n"; in TEST_P()
527 sstr << " in TEST_P()
573 std::ostringstream sstr; TEST_P() local
[all...]
H A Dval_non_uniform_test.cpp131 std::ostringstream sstr; in TEST_P() local
132 sstr << "%result = " << opcode << " "; in TEST_P()
133 sstr << type << " "; in TEST_P()
134 sstr << ConvertScope(execution_scope) << " "; in TEST_P()
135 sstr << args << "\n"; in TEST_P()
137 CompileSuccessfully(GenerateShaderCode(sstr.str()), SPV_ENV_VULKAN_1_1); in TEST_P()
164 std::ostringstream sstr; in TEST_P() local
165 sstr << "%result = " << opcode << " "; in TEST_P()
166 sstr << type << " "; in TEST_P()
167 sstr << ConvertScop in TEST_P()
[all...]
/third_party/spirv-tools/test/val/
H A Dval_modes_test.cpp505 std::ostringstream sstr; in TEST_P() local
506 sstr << "OpCapability Geometry\n"; in TEST_P()
507 sstr << "OpMemoryModel Logical GLSL450\n"; in TEST_P()
508 sstr << "OpEntryPoint Geometry %main \"main\"\n"; in TEST_P()
513 sstr << "OpExecutionMode %main " << input << "\n"; in TEST_P()
520 sstr << "OpExecutionMode %main " << output << "\n"; in TEST_P()
523 sstr << "%void = OpTypeVoid\n"; in TEST_P()
524 sstr << "%void_fn = OpTypeFunction %void\n"; in TEST_P()
525 sstr << "%int = OpTypeInt 32 0\n"; in TEST_P()
526 sstr << " in TEST_P()
572 std::ostringstream sstr; TEST_P() local
[all...]
H A Dval_non_uniform_test.cpp178 std::ostringstream sstr; in TEST_P() local
179 sstr << "%result = " << opcode << " "; in TEST_P()
180 sstr << type << " "; in TEST_P()
181 sstr << ConvertScope(execution_scope) << " "; in TEST_P()
182 sstr << args << "\n"; in TEST_P()
184 CompileSuccessfully(GenerateShaderCode(sstr.str()), SPV_ENV_VULKAN_1_1); in TEST_P()
218 std::ostringstream sstr; in TEST_P() local
219 sstr << "%result = " << opcode << " "; in TEST_P()
220 sstr << type << " "; in TEST_P()
221 sstr << ConvertScop in TEST_P()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFormatVariadic.h18 // SmallString<8> S = formatv("{0} {1}", 1234.412, "test").sstr<8>();
136 template <unsigned N> SmallString<N> sstr() const { in sstr() function in llvm::formatv_object_base
143 template <unsigned N> operator SmallString<N>() const { return sstr<N>(); } in operator SmallString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFormatVariadic.h19 // SmallString<8> S = formatv("{0} {1}", 1234.412, "test").sstr<8>();
128 template <unsigned N> SmallString<N> sstr() const { in sstr() function in llvm::formatv_object_base
135 template <unsigned N> operator SmallString<N>() const { return sstr<N>(); } in operator SmallString()
/third_party/pulseaudio/src/pulsecore/
H A Dsample-util.c275 void pa_sample_clamp(pa_sample_format_t format, void *dst, size_t dstr, const void *src, size_t sstr, unsigned n) { in pa_sample_clamp() argument
288 s = (const float*) ((const uint8_t*) s + sstr); in pa_sample_clamp()
301 s = (const float*) ((const uint8_t*) s + sstr); in pa_sample_clamp()
H A Dsample-util.h55 void pa_sample_clamp(pa_sample_format_t format, void *dst, size_t dstr, const void *src, size_t sstr, unsigned n);
/third_party/node/deps/openssl/openssl/apps/lib/
H A Ds_cb.c283 const char *sstr = NULL; in do_print_sigalgs() local
291 sstr = get_sigtype(sign_nid); in do_print_sigalgs()
292 if (sstr) in do_print_sigalgs()
293 BIO_printf(out, "%s", sstr); in do_print_sigalgs()
298 else if (sstr == NULL) in do_print_sigalgs()
/third_party/openssl/apps/lib/
H A Ds_cb.c283 const char *sstr = NULL; in do_print_sigalgs() local
291 sstr = get_sigtype(sign_nid); in do_print_sigalgs()
292 if (sstr) in do_print_sigalgs()
293 BIO_printf(out, "%s", sstr); in do_print_sigalgs()
298 else if (sstr == NULL) in do_print_sigalgs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp137 Name = formatv("{0} {1}", Ret, Params).sstr<256>();
146 Name = formatv("{0} {1}::{2}", Ret, Class, Params).sstr<256>();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DWindowsResource.cpp851 auto RelocationName = formatv("$R{0:X-6}", i & 0xffffff).sstr<COFF::NameSize>(); in writeSymbolTable()
/third_party/libabigail/tests/lib/
H A Dcatch.hpp11657 Catch::ReusableStringStream sstr;
11658 sstr << "and " << m_target << " are within " << m_epsilon * 100. << "% of each other";
11659 return sstr.str();
12142 std::stringstream sstr;
12146 sstr << buffer;
12148 return sstr.str();
/third_party/python/Objects/
H A Dunicodeobject.c10562 anylib_count(int kind, PyObject *sstr, const void* sbuf, Py_ssize_t slen, in anylib_count() argument
10567 if (PyUnicode_IS_ASCII(sstr) && PyUnicode_IS_ASCII(str1)) in anylib_count()

Completed in 51 milliseconds