Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_compiler.c340 case TOY_OPCODE_TGSI_SAMPLE_D: return "tgsi.sample_d"; in get_opcode_name()
Dtoy_compiler.h72 TOY_OPCODE_TGSI_SAMPLE_D, enumerator
Dilo_shader_vs.c693 case TOY_OPCODE_TGSI_SAMPLE_D: in vs_lower_virtual_opcodes()
Dilo_shader_gs.c736 case TOY_OPCODE_TGSI_SAMPLE_D: in gs_lower_virtual_opcodes()
Dilo_shader_fs.c1317 case TOY_OPCODE_TGSI_SAMPLE_D: in fs_lower_virtual_opcodes()
Dtoy_tgsi.c420 opcode = TOY_OPCODE_TGSI_SAMPLE_D; in aos_sample()