| /xsrc/external/mit/MesaLib/dist/include/android_stub/cutils/ |
| H A D | log.h | 1 #include <log/log.h>
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/ |
| H A D | vmw_msg.h | 33 * vmw_host_log: Sends a log message to the host 35 * @log: NULL terminated string 38 void vmw_svga_winsys_host_log(struct svga_winsys_screen *sws, const char *log);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/ |
| H A D | vmw_msg.h | 33 * vmw_host_log: Sends a log message to the host 35 * @log: NULL terminated string 38 void vmw_svga_winsys_host_log(struct svga_winsys_screen *sws, const char *log);
|
| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | bounce.sh | 38 [ -n "$WINDOWID" ] && xprop -id $WINDOWID >bounce${LOG}.log 42 [ -n "$WINDOWID" ] && rm -f bounce*.log 56 [ -n "$WINDOWID" ] && ls -l bounce*.log
|
| /xsrc/external/mit/MesaLib/dist/src/android_stub/ |
| H A D | log_stub.cpp | 1 #include <android/log.h>
|
| H A D | sync_stub.cpp | 4 #include <android/log.h>
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_debug_recompile.c | 32 key_debug(const struct brw_compiler *c, void *log, argument 36 brw_shader_perf_log(c, log, " %s %d->%d\n", name, a, b); 43 key_debug_float(const struct brw_compiler *c, void *log, argument 47 brw_shader_perf_log(c, log, " %s %f->%f\n", name, a, b); 54 key_debug(c, log, name, old_key->field, key->field) 56 key_debug_float(c, log, name, old_key->field, key->field) 59 debug_sampler_recompile(const struct brw_compiler *c, void *log, argument 90 debug_base_recompile(const struct brw_compiler *c, void *log, argument 94 return debug_sampler_recompile(c, log, &old_key->tex, &key->tex); 98 debug_vs_recompile(const struct brw_compiler *c, void *log, argument 119 debug_tcs_recompile(const struct brw_compiler * c,void * log,const struct brw_tcs_prog_key * old_key,const struct brw_tcs_prog_key * key) argument 137 debug_tes_recompile(const struct brw_compiler * c,void * log,const struct brw_tes_prog_key * old_key,const struct brw_tes_prog_key * key) argument 152 debug_gs_recompile(const struct brw_compiler * c,void * log,const struct brw_gs_prog_key * old_key,const struct brw_gs_prog_key * key) argument 164 debug_fs_recompile(const struct brw_compiler * c,void * log,const struct brw_wm_prog_key * old_key,const struct brw_wm_prog_key * key) argument 198 debug_cs_recompile(const struct brw_compiler * c,void * log,const struct brw_cs_prog_key * old_key,const struct brw_cs_prog_key * key) argument 210 brw_debug_key_recompile(const struct brw_compiler * c,void * log,gl_shader_stage stage,const struct brw_base_prog_key * old_key,const struct brw_base_prog_key * key) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_debug_recompile.c | 32 key_debug(const struct brw_compiler *c, void *log, argument 36 c->shader_perf_log(log, " %s %d->%d\n", name, a, b); 43 key_debug_float(const struct brw_compiler *c, void *log, argument 47 c->shader_perf_log(log, " %s %f->%f\n", name, a, b); 54 key_debug(c, log, name, old_key->field, key->field) 56 key_debug_float(c, log, name, old_key->field, key->field) 59 debug_sampler_recompile(const struct brw_compiler *c, void *log, argument 90 debug_vs_recompile(const struct brw_compiler *c, void *log, argument 94 bool found = debug_sampler_recompile(c, log, &old_key->tex, &key->tex); 106 c->shader_perf_log(log, " somethin 111 debug_tcs_recompile(const struct brw_compiler * c,void * log,const struct brw_tcs_prog_key * old_key,const struct brw_tcs_prog_key * key) argument 129 debug_tes_recompile(const struct brw_compiler * c,void * log,const struct brw_tes_prog_key * old_key,const struct brw_tes_prog_key * key) argument 144 debug_gs_recompile(const struct brw_compiler * c,void * log,const struct brw_gs_prog_key * old_key,const struct brw_gs_prog_key * key) argument 156 debug_fs_recompile(const struct brw_compiler * c,void * log,const struct brw_wm_prog_key * old_key,const struct brw_wm_prog_key * key) argument 190 debug_cs_recompile(const struct brw_compiler * c,void * log,const struct brw_cs_prog_key * old_key,const struct brw_cs_prog_key * key) argument 202 brw_debug_key_recompile(const struct brw_compiler * c,void * log,gl_shader_stage stage,const void * old_key,const void * key) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/include/android_stub/log/ |
| H A D | log_id.h | 19 #include <android/log.h>
|
| H A D | log.h | 28 #include <android/log.h> 29 #include <log/log_id.h> 30 #include <log/log_main.h> 31 #include <log/log_radio.h> 32 #include <log/log_safetynet.h> 33 #include <log/log_system.h> 34 #include <log/log_time.h> 67 * The maximum size of the log entry payload that can be 69 * this amount will result in a truncated log entry. 94 * Event log entr [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/ |
| H A D | compiler.hpp | 37 std::string &log) { 43 return llvm::compile_to_spirv(prog.source(), headers, dev, opts, log); 45 return spirv::compile_program(prog.source(), dev, log); 53 return llvm::compile_program(prog.source(), headers, dev, opts, log); 64 const std::string &opts, std::string &log) { 69 auto spirv_linked_module = spirv::link_program(bs, dev, opts, log); 73 dev, log); 76 return llvm::link_program(bs, dev, opts, log); 35 compile_program(const program & prog,const header_map & headers,const device & dev,const std::string & opts,std::string & log) argument 63 link_program(const std::vector<binary> & bs,const device & dev,const std::string & opts,std::string & log) argument
|
| H A D | program.cpp | 52 std::string log; local in function:program::compile 56 compiler::compile_program(*this, headers, dev, opts, log); 57 _builds[&dev] = { b, opts, log }; 59 _builds[&dev] = { binary(), opts, log }; 75 std::string log = _builds[&dev].log; local in function:program::link 78 const binary b = compiler::link_program(bs, dev, opts, log); 79 _builds[&dev] = { b, opts, log }; 81 _builds[&dev] = { binary(), opts, log }; 106 else if (log [all...] |
| H A D | program.hpp | 66 const std::string &log = {}) : bin(b), opts(opts), log(log) {} 73 std::string log; member in struct:clover::program::build 65 build(const binary & b={},const std::string & opts={},const std::string & log={}) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/broadcom/common/ |
| H A D | v3d_debug.h | 63 #include <log/log.h> 65 #include <cutils/log.h> 66 #endif /* use log/log.h start from android 8 major version */
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/common/ |
| H A D | v3d_debug.h | 76 #include <log/log.h> 78 #include <cutils/log.h> 79 #endif /* use log/log.h start from android 8 major version */
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/common/ |
| H A D | start-x.sh | 13 xinit /bin/sh "${_XORG_SCRIPT}" -- /usr/bin/Xorg vt45 -noreset -s 0 -dpms -logfile /Xorg.0.log &
|
| /xsrc/external/mit/MesaLib.old/dist/bin/ |
| H A D | get-extra-pick-list.sh | 16 git log --reverse --grep="cherry picked from commit" $latest_branchpoint..HEAD |\ 25 git log -n1 --pretty=oneline --grep=$sha $latest_branchpoint..origin/master |\ 40 "`git log -n1 --pretty=oneline $candidate`" \
|
| H A D | bugzilla_mesa.sh | 25 # extract fdo urls from commit log 26 git log --pretty=medium $* | grep 'bugs.freedesktop.org/show_bug' | sed -e $trim_before | sort -n -u | sed -e $use_after |\
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/examples/ |
| H A D | test-regfile.sh | 43 gen_shader 1 | ./computerator -g 128,1,1 | tee reference.log 47 gen_shader $n | ./computerator -g 128,1,1 | tee new.log 48 diff reference.log new.log
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/ |
| H A D | program.cpp | 51 std::string log; local in function:program::compile 56 log); 57 _builds[&dev] = { m, opts, log }; 59 _builds[&dev] = { module(), opts, log }; 75 std::string log = _builds[&dev].log; local in function:program::link 79 const module m = llvm::link_program(ms, dev, opts, log); 80 _builds[&dev] = { m, opts, log }; 82 _builds[&dev] = { module(), opts, log }; 102 else if (log [all...] |
| H A D | program.hpp | 63 const std::string &log = {}) : binary(m), opts(opts), log(log) {} 70 std::string log; member in struct:clover::program::build 62 build(const module & m={},const std::string & opts={},const std::string & log={}) argument
|
| /xsrc/external/mit/mesa-demos/dist/src/trivial/ |
| H A D | fs-tri.c | 117 GLchar log[1000]; local in function:LoadAndCompileShader 119 glGetShaderInfoLog(shader, 1000, &len, log); 120 fprintf(stderr, "fslight: problem compiling shader:\n%s\n", log); 132 GLchar log[1000]; local in function:CheckLink 134 glGetProgramInfoLog(prog, 1000, &len, log); 135 fprintf(stderr, "Linker error:\n%s\n", log);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | f.cpp | 64 return exp(x*log(2.0)); 69 return log(x)/log(2.0);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | f.cpp | 64 return exp(x*log(2.0)); 69 return log(x)/log(2.0);
|
| /xsrc/external/mit/xcb-proto/dist/xcbgen/ |
| H A D | xtypes.py | 131 def is_acceptable_start_align(self, start_align, callstack, log): 132 return self.get_alignment_after(start_align, callstack, log) is not None 134 def get_alignment_after(self, start_align, callstack, log): 141 return self.unchecked_get_alignment_after(start_align, callstack, log) 143 if log is not None: 144 log.fail(start_align, "", self, callstack + [self], 149 def unchecked_get_alignment_after(self, start_align, callstack, log): 180 def unchecked_get_alignment_after(self, start_align, callstack, log): 184 if log is not None: 186 log [all...] |