Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/shader/
Dilo_shader_vs.c479 case TOY_OPCODE_TGSI_TXQ_LZ: in vs_prepare_tgsi_sampling()
585 case TOY_OPCODE_TGSI_TXQ_LZ: in vs_lower_opcode_tgsi_sampling()
683 case TOY_OPCODE_TGSI_TXQ_LZ: in vs_lower_virtual_opcodes()
Dtoy_compiler.c330 case TOY_OPCODE_TGSI_TXQ_LZ: return "tgsi.txq_lz"; in get_opcode_name()
Dtoy_compiler.h62 TOY_OPCODE_TGSI_TXQ_LZ, enumerator
Dilo_shader_fs.c911 case TOY_OPCODE_TGSI_TXQ_LZ: in fs_prepare_tgsi_sampling()
1115 case TOY_OPCODE_TGSI_TXQ_LZ: in fs_lower_opcode_tgsi_sampling()
1307 case TOY_OPCODE_TGSI_TXQ_LZ: in fs_lower_virtual_opcodes()
Dilo_shader_gs.c726 case TOY_OPCODE_TGSI_TXQ_LZ: in gs_lower_virtual_opcodes()
Dtoy_tgsi.c354 opcode = TOY_OPCODE_TGSI_TXQ_LZ; in aos_tex()