Searched refs:CompileFailed (Results 1 - 13 of 13) sorted by relevance
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsShaderRenderCase.hpp | 223 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 D | glsShaderRenderCase.cpp | 396 throw CompileFailed(__FILE__, __LINE__); in init()
|
/third_party/skia/third_party/externals/angle2/src/tests/ |
H A D | capture_replay_tests.py | 288 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 D | StandAlone.cpp | 149 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 D | wasm-result.h | 132 void CompileFailed(const WasmError& error) { in CompileFailed() function in v8::internal::wasm::ErrorThrower
|
H A D | module-compiler.h | 154 class CompileFailed; // Step 3a (sync)
|
H A D | module-compiler.cc | 2260 thrower.CompileFailed(error); in DecodeFailed() 2337 job_->DoSync<CompileFailed>(); 2639 class AsyncCompileJob::CompileFailed : public CompileStep { class in v8::internal::wasm::__anon15175::AsyncCompileJob
|
H A D | wasm-engine.cc | 548 thrower->CompileFailed(result.error()); in SyncCompile()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderDiscardTests.cpp | 104 catch (const CompileFailed&) in init()
|
H A D | es2fShaderReturnTests.cpp | 131 catch (const CompileFailed&) in init()
|
H A D | es2fShaderLoopTests.cpp | 254 catch (const CompileFailed&) in init()
|
H A D | es2fShaderIndexingTests.cpp | 189 catch (const CompileFailed&) in init()
|
H A D | es2fShaderStructTests.cpp | 106 catch (const CompileFailed&) in init()
|
Completed in 24 milliseconds