Home
last modified time | relevance | path

Searched refs:INST_OPCODE_TEXKILL (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_emit.c247 emit_inst(c, &(struct etna_inst) { .opcode = INST_OPCODE_TEXKILL }); in etna_emit_discard()
252 .opcode = INST_OPCODE_TEXKILL, in etna_emit_discard()
/third_party/mesa3d/src/gallium/drivers/etnaviv/hw/
Disa.xml.h64 #define INST_OPCODE_TEXKILL 0x00000017 macro