Searched refs:get_line (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/
H A Dserial_buffer.py124 def get_line(self): member in class:SerialBuffer
131 return iter(self.get_line, self.sentinel)
/xsrc/external/mit/mesa-demos/dist/src/slang/
H A Dcltest.c21 static int get_line (FILE *f, char *line, int size) function in typeref:typename:int
86 while (get_line (f, line, sizeof (line))) {
/xsrc/external/mit/xterm/dist/vttests/
H A Dtitlestack.pl270 sub get_line() { subroutine
541 $text = &get_line;
683 &get_line;
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A Dcheck_output.py157 def get_line(self, num): member in class:StringStream
214 pat_line = self.pattern.get_line(pat_pos.line)
219 pat_line = func_res.pattern.get_line(pat_pos.line)
352 out_line = state.g['output'].get_line(res.output_pos.line)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_setup.c853 static int get_line(int pc) function in typeref:typename:int
867 ac_build_bgnloop(&ctx->ac, get_line(bld_base->pc));
891 ac_build_else(&ctx->ac, get_line(bld_base->pc));
899 ac_build_endif(&ctx->ac, get_line(bld_base->pc));
907 ac_build_endloop(&ctx->ac, get_line(bld_base->pc));
915 ac_build_if(&ctx->ac, emit_data->args[0], get_line(bld_base->pc));
923 ac_build_uif(&ctx->ac, emit_data->args[0], get_line(bld_base->pc));

Completed in 8 milliseconds