Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_compiler.c325 case TOY_OPCODE_TGSI_TXD: return "tgsi.txd"; in get_opcode_name()
Dtoy_compiler.h57 TOY_OPCODE_TGSI_TXD, enumerator
Dilo_shader_vs.c415 case TOY_OPCODE_TGSI_TXD: in vs_prepare_tgsi_sampling()
678 case TOY_OPCODE_TGSI_TXD: in vs_lower_virtual_opcodes()
Dilo_shader_fs.c800 case TOY_OPCODE_TGSI_TXD: in fs_prepare_tgsi_sampling()
1302 case TOY_OPCODE_TGSI_TXD: in fs_lower_virtual_opcodes()
Dilo_shader_gs.c721 case TOY_OPCODE_TGSI_TXD: in gs_lower_virtual_opcodes()
Dtoy_tgsi.c336 opcode = TOY_OPCODE_TGSI_TXD; in aos_tex()