Home
last modified time | relevance | path

Searched refs:error_str (Results 1 - 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_for_stmt_test.cc169 void TestForWithError(std::string for_str, std::string error_str) { in TestForWithError() argument
177 EXPECT_EQ(p_for->error(), error_str); in TestForWithError()
184 std::string error_str = "1:5: expected '(' for for loop"; in TEST_F() local
186 TestForWithError(for_str, error_str); in TEST_F()
192 std::string error_str = "1:6: expected ';' for initializer in for loop"; in TEST_F() local
194 TestForWithError(for_str, error_str); in TEST_F()
200 std::string error_str = "1:7: expected ';' for condition in for loop"; in TEST_F() local
202 TestForWithError(for_str, error_str); in TEST_F()
208 std::string error_str = "1:9: expected ')' for for loop"; in TEST_F() local
210 TestForWithError(for_str, error_str); in TEST_F()
216 std::string error_str = "1:9: expected '{' for for loop"; TEST_F() local
224 std::string error_str = "1:11: expected '}' for for loop"; TEST_F() local
232 std::string error_str = "1:16: expected '=' for let declaration"; TEST_F() local
241 std::string error_str = "1:6: expected ';' for initializer in for loop"; TEST_F() local
249 std::string error_str = "1:15: expected ')'"; TEST_F() local
258 std::string error_str = "1:8: expected ';' for condition in for loop"; TEST_F() local
266 std::string error_str = "1:11: expected ')' for function call"; TEST_F() local
275 std::string error_str = "1:9: expected ')' for for loop"; TEST_F() local
283 std::string error_str = "1:22: expected '=' for let declaration"; TEST_F() local
291 std::string error_str = "1:12: expected '}' for for loop"; TEST_F() local
[all...]
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_log.c311 const char *error_str = vk_Result_to_str(error); in __vk_errorv() local
320 "%s (%s)", message, error_str); in __vk_errorv()
325 "%s (%s)", message, error_str); in __vk_errorv()
334 "%s", error_str); in __vk_errorv()
339 "%s", error_str); in __vk_errorv()
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_non_semantic_test.cpp34 error_str(in_error_str), in TestResult()
37 const char* error_str; member
93 if (test_result.error_str) { in TEST_P()
95 testing::ContainsRegex(test_result.error_str)); in TEST_P()
H A Dval_builtins_test.cpp43 error_str(in_error_str), in TestResult()
46 const char* error_str; member
168 if (test_result.error_str) { in TEST_P()
169 EXPECT_THAT(getDiagnosticString(), HasSubstr(test_result.error_str)); in TEST_P()
198 if (test_result.error_str) { in TEST_P()
199 EXPECT_THAT(getDiagnosticString(), HasSubstr(test_result.error_str)); in TEST_P()
228 if (test_result.error_str) { in TEST_P()
229 EXPECT_THAT(getDiagnosticString(), HasSubstr(test_result.error_str)); in TEST_P()
336 if (test_result.error_str) { in TEST_P()
337 EXPECT_THAT(getDiagnosticString(), HasSubstr(test_result.error_str)); in TEST_P()
[all...]
H A Dval_decoration_test.cpp39 : validation_result(in_validation_result), error_str(in_error_str) {} in TestResult()
41 const std::string error_str; member
6362 if (!test_result.error_str.empty()) { in TEST_P()
6363 EXPECT_THAT(getDiagnosticString(), HasSubstr(test_result.error_str)); in TEST_P()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_non_semantic_test.cpp34 error_str(in_error_str), in TestResult()
37 const char* error_str; member
93 if (test_result.error_str) { in TEST_P()
95 testing::ContainsRegex(test_result.error_str)); in TEST_P()
H A Dval_builtins_test.cpp43 error_str(in_error_str), in TestResult()
46 const char* error_str; member
168 if (test_result.error_str) { in TEST_P()
169 EXPECT_THAT(getDiagnosticString(), HasSubstr(test_result.error_str)); in TEST_P()
198 if (test_result.error_str) { in TEST_P()
199 EXPECT_THAT(getDiagnosticString(), HasSubstr(test_result.error_str)); in TEST_P()
228 if (test_result.error_str) { in TEST_P()
229 EXPECT_THAT(getDiagnosticString(), HasSubstr(test_result.error_str)); in TEST_P()
336 if (test_result.error_str) { in TEST_P()
337 EXPECT_THAT(getDiagnosticString(), HasSubstr(test_result.error_str)); in TEST_P()
[all...]
H A Dval_decoration_test.cpp39 : validation_result(in_validation_result), error_str(in_error_str) {} in TestResult()
41 const std::string error_str; member
6362 if (!test_result.error_str.empty()) { in TEST_P()
6363 EXPECT_THAT(getDiagnosticString(), HasSubstr(test_result.error_str)); in TEST_P()
/third_party/spirv-tools/test/val/
H A Dval_non_semantic_test.cpp34 error_str(in_error_str), in TestResult()
37 const char* error_str; member
93 if (test_result.error_str) { in TEST_P()
95 testing::ContainsRegex(test_result.error_str)); in TEST_P()
H A Dval_builtins_test.cpp43 error_str(in_error_str), in TestResult()
46 const char* error_str; member
170 if (test_result.error_str) { in TEST_P()
171 EXPECT_THAT(getDiagnosticString(), HasSubstr(test_result.error_str)); in TEST_P()
200 if (test_result.error_str) { in TEST_P()
201 EXPECT_THAT(getDiagnosticString(), HasSubstr(test_result.error_str)); in TEST_P()
230 if (test_result.error_str) { in TEST_P()
231 EXPECT_THAT(getDiagnosticString(), HasSubstr(test_result.error_str)); in TEST_P()
339 if (test_result.error_str) { in TEST_P()
340 EXPECT_THAT(getDiagnosticString(), HasSubstr(test_result.error_str)); in TEST_P()
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_compiler.h1591 char *error_str; member
1622 char *error_str; member
1651 char *error_str; member
1679 char *error_str; member
1732 char *error_str; member
1750 char *error_str; member
1780 char *error_str; member
1811 char *error_str; member
1845 char *error_str; member
H A Dbrw_kernel.c259 char **error_str) in brw_kernel_from_spirv()
457 if (error_str) in brw_kernel_from_spirv()
458 *error_str = params.error_str; in brw_kernel_from_spirv()
253 brw_kernel_from_spirv(struct brw_compiler *compiler, struct disk_cache *disk_cache, struct brw_kernel *kernel, void *log_data, void *mem_ctx, const uint32_t *spirv, size_t spirv_size, const char *entrypoint_name, char **error_str) brw_kernel_from_spirv() argument
H A Dbrw_kernel.h68 char **error_str);
H A Dintel_clc.c520 char *error_str; in main() local
531 entry_point, &error_str)) { in main()
532 fprintf(stderr, "Compile failed: %s\n", error_str); in main()
H A Dbrw_vec4_tcs.cpp460 params->error_str = ralloc_strdup(mem_ctx, v.fail_msg); in brw_compile_tcs()
486 params->error_str = ralloc_strdup(mem_ctx, v.fail_msg); in brw_compile_tcs()
H A Dbrw_shader.cpp1356 params->error_str = ralloc_strdup(mem_ctx, "DS outputs exceed maximum size"); in brw_compile_tes()
1421 params->error_str = ralloc_strdup(mem_ctx, v.fail_msg); in brw_compile_tes()
1448 params->error_str = ralloc_strdup(mem_ctx, v.fail_msg); in brw_compile_tes()
H A Dbrw_vec4_gs_visitor.cpp843 params->error_str = ralloc_strdup(mem_ctx, v.fail_msg); in brw_compile_gs()
936 params->error_str = ralloc_strdup(mem_ctx, gs->fail_msg); in brw_compile_gs()
/third_party/skia/third_party/externals/libwebp/examples/
H A Dgifdec.c302 const char* error_str = (const char*)GifErrorString( in GIFDisplayError() local
305 const char* error_str = (const char*)GifErrorString(); in GIFDisplayError()
308 if (error_str == NULL) error_str = "Unknown error"; in GIFDisplayError()
309 fprintf(stderr, "GIFLib Error %d: %s\n", gif_error, error_str); in GIFDisplayError()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_util.c43 const char *error_str = vk_Result_to_str(error); in __vk_startup_errorf() local
55 mesa_loge("%s:%d: %s (%s)\n", file, line, buffer, error_str); in __vk_startup_errorf()
57 mesa_loge("%s:%d: %s\n", file, line, error_str); in __vk_startup_errorf()
/third_party/node/src/
H A Dstream_base.cc819 void StreamReq::Done(int status, const char* error_str) { in Done() argument
822 if (error_str != nullptr) { in Done()
827 OneByteString(env->isolate(), error_str)) in Done()
H A Dstream_base.h54 void Done(int status, const char* error_str = nullptr);
/third_party/node/src/crypto/
H A Dcrypto_tls.cc404 void TLSWrap::InvokeQueued(int status, const char* error_str) { in InvokeQueued() argument
405 Debug(this, "Invoking queued write callbacks (%d, %s)", status, error_str); in InvokeQueued()
413 w->Done(status, error_str); in InvokeQueued()
810 const std::string error_str = GetBIOError(); in ClearOut() local
812 env()->isolate(), error_str.c_str(), error_str.size()); in ClearOut()
H A Dcrypto_tls.h158 void InvokeQueued(int status, const char* error_str = nullptr);
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_program.c1362 dbg_printf("Failed to compile vertex shader: %s\n", params.error_str); in iris_compile_vs()
1567 dbg_printf("Failed to compile control shader: %s\n", params.error_str); in iris_compile_tcs()
1730 dbg_printf("Failed to compile evaluation shader: %s\n", params.error_str); in iris_compile_tes()
1868 dbg_printf("Failed to compile geometry shader: %s\n", params.error_str); in iris_compile_gs()
2008 dbg_printf("Failed to compile fragment shader: %s\n", params.error_str); in iris_compile_fs()
2281 dbg_printf("Failed to compile compute shader: %s\n", params.error_str); in iris_compile_cs()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program.c1253 dbg_printf("Failed to compile vertex shader: %s\n", params.error_str); in crocus_compile_vs()
1482 dbg_printf("Failed to compile control shader: %s\n", params.error_str); in crocus_compile_tcs()
1624 dbg_printf("Failed to compile evaluation shader: %s\n", params.error_str); in crocus_compile_tes()
1765 dbg_printf("Failed to compile geometry shader: %s\n", params.error_str); in crocus_compile_gs()
1902 dbg_printf("Failed to compile fragment shader: %s\n", params.error_str); in crocus_compile_fs()
2577 dbg_printf("Failed to compile compute shader: %s\n", params.error_str); in crocus_compile_cs()

Completed in 55 milliseconds

12