Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_compiler.c326 case TOY_OPCODE_TGSI_TXL: return "tgsi.txl"; in get_opcode_name()
Dtoy_compiler.h58 TOY_OPCODE_TGSI_TXL, enumerator
Dilo_shader_vs.c434 case TOY_OPCODE_TGSI_TXL: in vs_prepare_tgsi_sampling()
679 case TOY_OPCODE_TGSI_TXL: in vs_lower_virtual_opcodes()
Dilo_shader_fs.c861 case TOY_OPCODE_TGSI_TXL: in fs_prepare_tgsi_sampling()
1303 case TOY_OPCODE_TGSI_TXL: in fs_lower_virtual_opcodes()
Dilo_shader_gs.c722 case TOY_OPCODE_TGSI_TXL: in gs_lower_virtual_opcodes()
Dtoy_tgsi.c345 opcode = TOY_OPCODE_TGSI_TXL; in aos_tex()