Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/shader/
Dilo_shader_vs.c474 case TOY_OPCODE_TGSI_TXQ: in vs_prepare_tgsi_sampling()
584 case TOY_OPCODE_TGSI_TXQ: in vs_lower_opcode_tgsi_sampling()
682 case TOY_OPCODE_TGSI_TXQ: in vs_lower_virtual_opcodes()
Dtoy_compiler.c329 case TOY_OPCODE_TGSI_TXQ: return "tgsi.txq"; in get_opcode_name()
Dtoy_compiler.h61 TOY_OPCODE_TGSI_TXQ, enumerator
Dilo_shader_fs.c906 case TOY_OPCODE_TGSI_TXQ: in fs_prepare_tgsi_sampling()
1114 case TOY_OPCODE_TGSI_TXQ: in fs_lower_opcode_tgsi_sampling()
1306 case TOY_OPCODE_TGSI_TXQ: in fs_lower_virtual_opcodes()
Dilo_shader_gs.c725 case TOY_OPCODE_TGSI_TXQ: in gs_lower_virtual_opcodes()
Dtoy_tgsi.c351 opcode = TOY_OPCODE_TGSI_TXQ; in aos_tex()