Home
last modified time | relevance | path

Searched refs:CompileFailed (Results 1 - 13 of 13) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderRenderCase.hpp223 class CompileFailed : public tcu::TestError class in deqp::gls::ShaderRenderCase
226 inline CompileFailed (const char* file, int line) : tcu::TestError("Failed to compile shader program", DE_NULL, file, line) {} in CompileFailed() function in deqp::gls::ShaderRenderCase::CompileFailed
H A DglsShaderRenderCase.cpp396 throw CompileFailed(__FILE__, __LINE__); in init()
/third_party/skia/third_party/externals/angle2/src/tests/
H A Dcapture_replay_tests.py288 CompileFailed = "CompileFailed" variable in GroupedResult
291 ResultTypes = [Passed, Failed, TimedOut, Crashed, CompileFailed, Skipped]
329 if grouped_result.resultcode == GroupedResult.CompileFailed:
481 GroupedResult(GroupedResult.CompileFailed, "Build replay failed at gn generation",
489 GroupedResult(GroupedResult.CompileFailed, "Build replay failed at ninja", output,
611 "COMPILE_FAIL" : GroupedResult.CompileFailed,
952 compile_failed_count += len(test_batch_result[GroupedResult.CompileFailed])
1004 'Summary: Passed: %d, Comparison Failed: %d, Crashed: %d, CompileFailed %d, Skipped: %d, Timeout: %d'
/third_party/glslang/StandAlone/
H A DStandAlone.cpp149 std::atomic<int8_t> CompileFailed{0};
1449 CompileFailed = 1;
1457 CompileFailed = 1;
1503 CompileOrLinkFailed.fetch_or(CompileFailed);
1564 CompileOrLinkFailed.fetch_or(CompileFailed);
1742 if (CompileFailed.load()) in singleMain()
1897 CompileFailed = true; in CompileFile()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-result.h132 void CompileFailed(const WasmError& error) { in CompileFailed() function in v8::internal::wasm::ErrorThrower
H A Dmodule-compiler.h154 class CompileFailed; // Step 3a (sync)
H A Dmodule-compiler.cc2260 thrower.CompileFailed(error); in DecodeFailed()
2337 job_->DoSync<CompileFailed>();
2639 class AsyncCompileJob::CompileFailed : public CompileStep { class in v8::internal::wasm::__anon15175::AsyncCompileJob
H A Dwasm-engine.cc548 thrower->CompileFailed(result.error()); in SyncCompile()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderDiscardTests.cpp104 catch (const CompileFailed&) in init()
H A Des2fShaderReturnTests.cpp131 catch (const CompileFailed&) in init()
H A Des2fShaderLoopTests.cpp254 catch (const CompileFailed&) in init()
H A Des2fShaderIndexingTests.cpp189 catch (const CompileFailed&) in init()
H A Des2fShaderStructTests.cpp106 catch (const CompileFailed&) in init()

Completed in 24 milliseconds