Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_compiler.c336 case TOY_OPCODE_TGSI_SAMPLE_I_MS: return "tgsi.sample_i_ms"; in get_opcode_name()
Dtoy_compiler.h68 TOY_OPCODE_TGSI_SAMPLE_I_MS, enumerator
Dilo_shader_vs.c689 case TOY_OPCODE_TGSI_SAMPLE_I_MS: in vs_lower_virtual_opcodes()
Dilo_shader_gs.c732 case TOY_OPCODE_TGSI_SAMPLE_I_MS: in gs_lower_virtual_opcodes()
Dilo_shader_fs.c1313 case TOY_OPCODE_TGSI_SAMPLE_I_MS: in fs_lower_virtual_opcodes()
Dtoy_tgsi.c408 opcode = TOY_OPCODE_TGSI_SAMPLE_I_MS; in aos_sample()