Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_compiler.c344 case TOY_OPCODE_TGSI_SAMPLE_POS: return "tgsi.sample_pos"; in get_opcode_name()
Dtoy_compiler.h76 TOY_OPCODE_TGSI_SAMPLE_POS, enumerator
Dilo_shader_vs.c697 case TOY_OPCODE_TGSI_SAMPLE_POS: in vs_lower_virtual_opcodes()
Dilo_shader_gs.c740 case TOY_OPCODE_TGSI_SAMPLE_POS: in gs_lower_virtual_opcodes()
Dilo_shader_fs.c1321 case TOY_OPCODE_TGSI_SAMPLE_POS: in fs_lower_virtual_opcodes()
Dtoy_tgsi.c432 opcode = TOY_OPCODE_TGSI_SAMPLE_POS; in aos_sample()