Searched refs:op_trans (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 1523 static const nir_op op_trans[TGSI_OPCODE_LAST] = { variable in typeref:typename:const nir_op[] 1738 ttn_arl(b, op_trans[tgsi_op], dest, src); 1742 ttn_exp(b, op_trans[tgsi_op], dest, src); 1746 ttn_log(b, op_trans[tgsi_op], dest, src); 1750 ttn_dst(b, op_trans[tgsi_op], dest, src); 1754 ttn_lit(b, op_trans[tgsi_op], dest, src); 1758 ttn_dp2(b, op_trans[tgsi_op], dest, src); 1762 ttn_dp3(b, op_trans[tgsi_op], dest, src); 1766 ttn_dp4(b, op_trans[tgsi_op], dest, src); 1770 ttn_umad(b, op_trans[tgsi_o [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 1786 static const nir_op op_trans[TGSI_OPCODE_LAST] = { variable in typeref:typename:const nir_op[] 2028 ttn_arl(b, op_trans[tgsi_op], dest, src); 2032 ttn_exp(b, op_trans[tgsi_op], dest, src); 2036 ttn_log(b, op_trans[tgsi_op], dest, src); 2040 ttn_dst(b, op_trans[tgsi_op], dest, src); 2044 ttn_lit(b, op_trans[tgsi_op], dest, src); 2048 ttn_dp2(b, op_trans[tgsi_op], dest, src); 2052 ttn_dp3(b, op_trans[tgsi_op], dest, src); 2056 ttn_dp4(b, op_trans[tgsi_op], dest, src); 2060 ttn_umad(b, op_trans[tgsi_o [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | prog_to_nir.c | 625 static const nir_op op_trans[MAX_OPCODE] = { variable in typeref:typename:const nir_op[] 808 if (op_trans[op] != 0) { 809 ptn_alu(b, op_trans[op], dest, src);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | prog_to_nir.c | 648 static const nir_op op_trans[MAX_OPCODE] = { variable in typeref:typename:const nir_op[] 831 if (op_trans[op] != 0) { 832 ptn_alu(b, op_trans[op], dest, src);
|
Completed in 10 milliseconds