Searched refs:texcoord_sn (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_ff.c | 343 const unsigned texcoord_sn = get_texcoord_sn(device->screen); in nine_ff_build_vs() local 634 oTex = ureg_DECL_output(ureg, texcoord_sn, i); in nine_ff_build_vs() 1325 const unsigned texcoord_sn = get_texcoord_sn(device->screen); in nine_ff_build_ps() local 1360 ps.vT[s] = ureg_DECL_fs_input(ureg, texcoord_sn, s, TGSI_INTERPOLATE_PERSPECTIVE); in nine_ff_build_ps() 1379 ps.vT[s] = ureg_DECL_fs_input(ureg, texcoord_sn, s, TGSI_INTERPOLATE_PERSPECTIVE); in nine_ff_build_ps()
|
D | nine_shader.c | 459 unsigned texcoord_sn; member 900 tx->regs.vT[idx] = ureg_DECL_fs_input(tx->ureg, tx->texcoord_sn, idx, in tx_texcoord_alloc() 1340 dst = ureg_DECL_output(tx->ureg, tx->texcoord_sn, param->idx); in _tx_dst_param() 3628 tx->texcoord_sn = tx->want_texcoord ? in tx_ctor()
|