Home
last modified time | relevance | path

Searched refs:TOY_OPCODE_TGSI_TXB (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_compiler.c324 case TOY_OPCODE_TGSI_TXB: return "tgsi.txb"; in get_opcode_name()
Dtoy_compiler.h56 TOY_OPCODE_TGSI_TXB, enumerator
Dilo_shader_fs.c848 case TOY_OPCODE_TGSI_TXB: in fs_prepare_tgsi_sampling()
1301 case TOY_OPCODE_TGSI_TXB: in fs_lower_virtual_opcodes()
Dilo_shader_vs.c677 case TOY_OPCODE_TGSI_TXB: in vs_lower_virtual_opcodes()
Dilo_shader_gs.c720 case TOY_OPCODE_TGSI_TXB: in gs_lower_virtual_opcodes()
Dtoy_tgsi.c342 opcode = TOY_OPCODE_TGSI_TXB; in aos_tex()