Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_compiler.c338 case TOY_OPCODE_TGSI_SAMPLE_C: return "tgsi.sample_c"; in get_opcode_name()
Dtoy_compiler.h70 TOY_OPCODE_TGSI_SAMPLE_C, enumerator
Dilo_shader_vs.c691 case TOY_OPCODE_TGSI_SAMPLE_C: in vs_lower_virtual_opcodes()
Dilo_shader_gs.c734 case TOY_OPCODE_TGSI_SAMPLE_C: in gs_lower_virtual_opcodes()
Dilo_shader_fs.c1315 case TOY_OPCODE_TGSI_SAMPLE_C: in fs_lower_virtual_opcodes()
Dtoy_tgsi.c414 opcode = TOY_OPCODE_TGSI_SAMPLE_C; in aos_sample()