Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_compiler.c333 case TOY_OPCODE_TGSI_TXL2: return "tgsi.txl2"; in get_opcode_name()
Dtoy_compiler.h65 TOY_OPCODE_TGSI_TXL2, enumerator
Dilo_shader_vs.c484 case TOY_OPCODE_TGSI_TXL2: in vs_prepare_tgsi_sampling()
686 case TOY_OPCODE_TGSI_TXL2: in vs_lower_virtual_opcodes()
Dilo_shader_fs.c956 case TOY_OPCODE_TGSI_TXL2: in fs_prepare_tgsi_sampling()
1310 case TOY_OPCODE_TGSI_TXL2: in fs_lower_virtual_opcodes()
Dilo_shader_gs.c729 case TOY_OPCODE_TGSI_TXL2: in gs_lower_virtual_opcodes()
Dtoy_tgsi.c363 opcode = TOY_OPCODE_TGSI_TXL2; in aos_tex()