Searched refs:tx_dst_param (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_shader.c | 1402 tx_dst_param(struct shader_translator *tx, const struct sm1_dst_param *param) in tx_dst_param() function 1450 src = ureg_src(tx_dst_param(tx, param)); in tx_dst_param_as_src() 1483 dst = tx_dst_param(tx, &tx->insn.dst[0]); in NineTranslateInstruction_Mkxn() 1657 struct ureg_dst dst = tx_dst_param(tx, &tx->insn.dst[0]); in DECL_SPECIAL() 1668 struct ureg_dst dst = tx_dst_param(tx, &tx->insn.dst[0]); in DECL_SPECIAL() 1678 struct ureg_dst dst = tx_dst_param(tx, &tx->insn.dst[0]); in DECL_SPECIAL() 1725 ureg_CMP(tx->ureg, tx_dst_param(tx, &tx->insn.dst[0]), in DECL_SPECIAL() 1734 struct ureg_dst dst = tx_dst_param(tx, &tx->insn.dst[0]); in DECL_SPECIAL() 1878 struct ureg_dst dst = tx_dst_param(tx, &tx->insn.dst[0]); in DECL_SPECIAL() 1899 tx_dst_param(tx, &tx->insn.dst[0]), in DECL_SPECIAL() [all …]
|