Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/etnaviv/hw/
Disa.xml.h66 #define INST_OPCODE_TEXLDB 0x00000019 macro
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_emit.c213 case nir_texop_txb: inst.opcode = INST_OPCODE_TEXLDB; break; in etna_emit_tex()
Detnaviv_compiler_tgsi.c1728 .opcode = INST_OPCODE_TEXLDB, in trans_sampler()