Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_compiler.c327 case TOY_OPCODE_TGSI_TXP: return "tgsi.txp"; in get_opcode_name()
Dtoy_compiler.h59 TOY_OPCODE_TGSI_TXP, enumerator
Dilo_shader_fs.c819 case TOY_OPCODE_TGSI_TXP: in fs_prepare_tgsi_sampling()
1304 case TOY_OPCODE_TGSI_TXP: in fs_lower_virtual_opcodes()
Dilo_shader_vs.c680 case TOY_OPCODE_TGSI_TXP: in vs_lower_virtual_opcodes()
Dilo_shader_gs.c723 case TOY_OPCODE_TGSI_TXP: in gs_lower_virtual_opcodes()
Dtoy_tgsi.c339 opcode = TOY_OPCODE_TGSI_TXP; in aos_tex()