Searched refs:emit_log (Results 1 – 5 of 5) sorted by relevance
33 bool emit_log = false; in Log() local37 emit_log = VLOG_IS_ON(2); in Log()41 emit_log = VLOG_IS_ON(1); in Log()45 emit_log = LOG_IS_ON(WARNING); in Log()49 emit_log = LOG_IS_ON(ERROR); in Log()52 if (emit_log) { in Log()
944 emit_log(struct gen_context *gen, struct tgsi_full_instruction *inst) in emit_log() function1134 emit_log(gen, inst); in emit_instruction()
2286 static boolean emit_log(struct svga_shader_emitter *emit, in emit_log() function2632 return emit_log( emit, insn ); in svga_emit_instruction()