Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/program/
H A Dprog_instruction.h142 OPCODE_KIL, /* X X */ enumerator
H A Dprog_instruction.c123 { OPCODE_KIL, "KIL", 1, 0 },
H A Dprog_print.c672 case OPCODE_KIL: in _mesa_fprint_instruction_opt()
H A Dprog_to_nir.c773 case OPCODE_KIL: in ptn_emit_instruction()
H A Dprogram_parse.y478 $$ = asm_instruction_ctor(OPCODE_KIL, NULL, & $2, NULL, NULL);

Completed in 7 milliseconds