Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_compiler.c337 case TOY_OPCODE_TGSI_SAMPLE_B: return "tgsi.sample_b"; in get_opcode_name()
Dtoy_compiler.h69 TOY_OPCODE_TGSI_SAMPLE_B, enumerator
Dilo_shader_vs.c690 case TOY_OPCODE_TGSI_SAMPLE_B: in vs_lower_virtual_opcodes()
Dilo_shader_gs.c733 case TOY_OPCODE_TGSI_SAMPLE_B: in gs_lower_virtual_opcodes()
Dilo_shader_fs.c1314 case TOY_OPCODE_TGSI_SAMPLE_B: in fs_lower_virtual_opcodes()
Dtoy_tgsi.c411 opcode = TOY_OPCODE_TGSI_SAMPLE_B; in aos_sample()