Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
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 progr… in CompileFailed() function in deqp::gls::ShaderRenderCase::CompileFailed
DglsShaderRenderCase.cpp396 throw CompileFailed(__FILE__, __LINE__); in init()
/external/deqp-deps/glslang/StandAlone/
DStandAlone.cpp132 bool CompileFailed = false; variable
1011 CompileFailed = true; in CompileAndLinkShaderUnits()
1019 CompileFailed = true; in CompileAndLinkShaderUnits()
1060 if (CompileFailed || LinkFailed) in CompileAndLinkShaderUnits()
1263 if (CompileFailed) in singleMain()
1419 CompileFailed = true; in CompileFile()
/external/v8/src/wasm/
Dwasm-result.h112 void CompileFailed(const char* error, Result<T>& result) { in CompileFailed() function
Dmodule-compiler.h104 class CompileFailed; // Step 4b (sync) variable
Dwasm-engine.cc62 thrower->CompileFailed("Wasm decoding failed", result); in SyncCompile()
Dmodule-compiler.cc2408 thrower.CompileFailed("Wasm decoding failed", result_); in RunInForeground()
2521 job->DoSync<CompileFailed>(error); in RunInForeground()
2545 class AsyncCompileJob::CompileFailed : public CompileStep { class in v8::internal::wasm::AsyncCompileJob
2547 explicit CompileFailed(Handle<Object> error_reason) in CompileFailed() function in v8::internal::wasm::AsyncCompileJob::CompileFailed
/external/deqp/modules/gles2/functional/
Des2fShaderDiscardTests.cpp104 catch (const CompileFailed&) in init()
Des2fShaderReturnTests.cpp131 catch (const CompileFailed&) in init()
Des2fShaderLoopTests.cpp254 catch (const CompileFailed&) in init()
Des2fShaderIndexingTests.cpp184 catch (const CompileFailed&) in init()
Des2fShaderStructTests.cpp106 catch (const CompileFailed&) in init()
/external/v8/src/compiler/
Dwasm-compiler.cc5223 thrower->CompileFailed(message.start(), graph_construction_result_); in FinishCompilation()