Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_compiler.c319 case TOY_OPCODE_TGSI_SV: return "tgsi.sv"; in get_opcode_name()
Dtoy_compiler.h49 TOY_OPCODE_TGSI_SV, enumerator
Dilo_shader_vs.c251 case TOY_OPCODE_TGSI_SV: in vs_lower_opcode_tgsi_direct()
668 case TOY_OPCODE_TGSI_SV: in vs_lower_virtual_opcodes()
Dilo_shader_gs.c689 case TOY_OPCODE_TGSI_SV: in gs_lower_opcode_tgsi_direct()
709 case TOY_OPCODE_TGSI_SV: in gs_lower_virtual_opcodes()
Dilo_shader_fs.c501 case TOY_OPCODE_TGSI_SV: in fs_lower_opcode_tgsi_direct()
1292 case TOY_OPCODE_TGSI_SV: in fs_lower_virtual_opcodes()
Dtoy_tgsi.c2201 opcode = TOY_OPCODE_TGSI_SV; in fetch_source()