Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_compiler.c335 case TOY_OPCODE_TGSI_SAMPLE_I: return "tgsi.sample_i"; in get_opcode_name()
Dtoy_compiler.h67 TOY_OPCODE_TGSI_SAMPLE_I, enumerator
Dilo_shader_vs.c688 case TOY_OPCODE_TGSI_SAMPLE_I: in vs_lower_virtual_opcodes()
Dilo_shader_gs.c731 case TOY_OPCODE_TGSI_SAMPLE_I: in gs_lower_virtual_opcodes()
Dilo_shader_fs.c1312 case TOY_OPCODE_TGSI_SAMPLE_I: in fs_lower_virtual_opcodes()
Dtoy_tgsi.c405 opcode = TOY_OPCODE_TGSI_SAMPLE_I; in aos_sample()