Home
last modified time | relevance | path

Searched refs:OPCODE_DST (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/program/
Dprog_instruction.c112 { OPCODE_DST, "DST", 2, 1 },
Dprog_instruction.h131 OPCODE_DST, /* X X X X */ enumerator
Dprog_to_nir.c640 [OPCODE_DST] = 0,
745 case OPCODE_DST: in ptn_emit_instruction()