Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_compiler.c345 case TOY_OPCODE_TGSI_SAMPLE_INFO: return "tgsi.sample_info"; in get_opcode_name()
Dtoy_compiler.h77 TOY_OPCODE_TGSI_SAMPLE_INFO, enumerator
Dilo_shader_vs.c698 case TOY_OPCODE_TGSI_SAMPLE_INFO: in vs_lower_virtual_opcodes()
Dilo_shader_gs.c741 case TOY_OPCODE_TGSI_SAMPLE_INFO: in gs_lower_virtual_opcodes()
Dilo_shader_fs.c1322 case TOY_OPCODE_TGSI_SAMPLE_INFO: in fs_lower_virtual_opcodes()
Dtoy_tgsi.c435 opcode = TOY_OPCODE_TGSI_SAMPLE_INFO; in aos_sample()