Searched refs:texcoord_sn (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_ff.c | 343 const unsigned texcoord_sn = get_texcoord_sn(device->screen); in nine_ff_build_vs() local 632 oTex = ureg_DECL_output(ureg, texcoord_sn, i); in nine_ff_build_vs() 1323 const unsigned texcoord_sn = get_texcoord_sn(device->screen); in nine_ff_build_ps() local 1356 ps.vT[s] = ureg_DECL_fs_input(ureg, texcoord_sn, s, TGSI_INTERPOLATE_PERSPECTIVE); in nine_ff_build_ps() 1373 ps.vT[s] = ureg_DECL_fs_input(ureg, texcoord_sn, s, TGSI_INTERPOLATE_PERSPECTIVE); in nine_ff_build_ps()
|
D | nine_shader.c | 463 unsigned texcoord_sn; member 791 tx->regs.vT[idx] = ureg_DECL_fs_input(tx->ureg, tx->texcoord_sn, idx, in tx_texcoord_alloc() 1261 dst = ureg_DECL_output(tx->ureg, tx->texcoord_sn, param->idx); in _tx_dst_param() 3538 tx->texcoord_sn = tx->want_texcoord ? in nine_translate_shader()
|