Home
last modified time | relevance | path

Searched +defs:compiler +defs:log (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
Dcompiler.hpp33 namespace compiler { namespace
37 std::string &log) { in compile_program()
64 const std::string &opts, std::string &log) { in link_program()
/third_party/weex-loader/src/
Dtemplate.js27 const compiler = require('./lite/lite-transform-template') constant
40 .then(({ parsed, log }) => { field
/third_party/skia/bench/
DSkSLBench.cpp30 SkSL::Compiler compiler(&caps); in onDraw() local
507 void RunSkSLMemoryBenchmarks(NanoJSONResultsWriter* log) { in RunSkSLMemoryBenchmarks()
521 SkSL::Compiler compiler(&caps); in RunSkSLMemoryBenchmarks() local
530 SkSL::Compiler compiler(&caps); in RunSkSLMemoryBenchmarks() local
541 SkSL::Compiler compiler(&caps); in RunSkSLMemoryBenchmarks() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
DvktInfoTests.cpp63 std::string getCompilerName (int compiler) in getCompilerName()
126 TestLog& log = context.getTestContext().getLog(); in logDeviceInfo() local
219 TestLog& log = context.getTestContext().getLog(); in logPlatformMemoryLimits() local
/third_party/skia/src/gpu/gl/builders/
DGrGLShaderStringBuilder.cpp27 SkSL::Compiler* compiler = gpu->shaderCompiler(); in GrSkSLtoGLSL() local
87 SkAutoMalloc log(sizeof(char)*(infoLen+1)); // outside if for debugger in GrGLCompileAndAttachShader() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktInfoTests.cpp67 std::string getCompilerName (int compiler) in getCompilerName()
132 TestLog& log = context.getTestContext().getLog(); in logDeviceInfo() local
227 TestLog& log = context.getTestContext().getLog(); in logPlatformMemoryLimits() local
/third_party/skia/third_party/externals/angle2/samples/shader_translator/
Dshader_translator.cpp280 ShHandle compiler = 0; in main() local
334 std::string log = sh::GetInfoLog(compiler); in main() local
475 bool CompileFile(char *fileName, ShHandle compiler, ShCompileOptions compileOptions) in CompileFile()
700 static void PrintActiveVariables(ShHandle compiler) in PrintActiveVariables()
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DExpressionLimit_test.cpp223 bool CheckShaderCompilation(ShHandle compiler, in CheckShaderCompilation()
235 std::string log = sh::GetInfoLog(compiler); in CheckShaderCompilation() local
555 ShHandle compiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, spec, output, &resources); in TEST_F() local
577 ShHandle compiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, spec, output, &resources); in TEST_F() local
600 ShHandle compiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, spec, output, &resources); in TEST_F() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c139 bool si_init_compiler(struct si_screen *sscreen, struct ac_llvm_compiler *compiler) in si_init_compiler()
176 static void si_destroy_compiler(struct ac_llvm_compiler *compiler) in si_destroy_compiler()
426 static void si_set_log_context(struct pipe_context *ctx, struct u_log_context *log) in si_set_log_context()
1424 struct u_log_context *log = CALLOC_STRUCT(u_log_context); in radeonsi_screen_create_impl() local
Dsi_pipe.h693 struct ac_llvm_compiler compiler[24]; /* used by the queue only */ member
956 struct u_log_context *log; member
989 struct ac_llvm_compiler compiler; /* only non-threaded compilation */ member