Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_compiler.c334 case TOY_OPCODE_TGSI_SAMPLE: return "tgsi.sample"; in get_opcode_name()
Dtoy_compiler.h66 TOY_OPCODE_TGSI_SAMPLE, enumerator
Dilo_shader_vs.c687 case TOY_OPCODE_TGSI_SAMPLE: in vs_lower_virtual_opcodes()
Dilo_shader_gs.c730 case TOY_OPCODE_TGSI_SAMPLE: in gs_lower_virtual_opcodes()
Dilo_shader_fs.c1311 case TOY_OPCODE_TGSI_SAMPLE: in fs_lower_virtual_opcodes()
Dtoy_tgsi.c402 opcode = TOY_OPCODE_TGSI_SAMPLE; in aos_sample()