Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/etnaviv/hw/
Disa.xml.h41 #define INST_OPCODE_NOP 0x00000000 macro
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir.c1191 emit_inst(c, &(struct etna_inst) { .opcode = INST_OPCODE_NOP }); in etna_compile_shader()