Searched refs:texcoord_sn (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_ff.c | 344 const unsigned texcoord_sn = get_texcoord_sn(device->screen); in nine_ff_build_vs() local 633 oTex = ureg_DECL_output(ureg, texcoord_sn, i); in nine_ff_build_vs() 1320 const unsigned texcoord_sn = get_texcoord_sn(device->screen); in nine_ff_build_ps() local 1353 ps.vT[s] = ureg_DECL_fs_input(ureg, texcoord_sn, s, TGSI_INTERPOLATE_PERSPECTIVE); in nine_ff_build_ps() 1370 ps.vT[s] = ureg_DECL_fs_input(ureg, texcoord_sn, s, TGSI_INTERPOLATE_PERSPECTIVE); in nine_ff_build_ps()
|
D | nine_shader.c | 464 unsigned texcoord_sn; member 800 tx->regs.vT[idx] = ureg_DECL_fs_input(tx->ureg, tx->texcoord_sn, idx, in tx_texcoord_alloc() 1274 dst = ureg_DECL_output(tx->ureg, tx->texcoord_sn, param->idx); in _tx_dst_param() 3527 tx->texcoord_sn = tx->want_texcoord ? in nine_translate_shader()
|