Searched refs:cat5_tex (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_parser.y | 634 %type <tok> cat5_opc cat5_samp cat5_tex cat5_type 988 cat5_tex: T_TEX { if (instr->flags & IR3_INSTR_B) instr->cat5.samp |= ($1 << 4); else instr->cat5.tex = $1; } label 994 | cat5_opc cat5_flags cat5_type dst_reg ',' src_reg ',' src_reg ',' cat5_samp ',' cat5_tex 996 | cat5_opc cat5_flags cat5_type dst_reg ',' src_reg ',' src_reg ',' cat5_tex 998 | cat5_opc cat5_flags cat5_type dst_reg ',' src_reg ',' cat5_samp ',' cat5_tex 1001 | cat5_opc cat5_flags cat5_type dst_reg ',' src_reg ',' cat5_tex 1003 | cat5_opc cat5_flags cat5_type dst_reg ',' cat5_samp ',' cat5_tex 1005 | cat5_opc cat5_flags cat5_type dst_reg ',' cat5_tex
|
Completed in 3 milliseconds