Home
last modified time | relevance | path

Searched refs:oPts (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/docs/relnotes/
D10.4.3.rst63 - st/nine: Saturate oFog and oPts vs outputs
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c468 struct ureg_dst oPts; member
1327 if (ureg_dst_is_undef(tx->regs.oPts)) in _tx_dst_param()
1328 tx->regs.oPts = ureg_DECL_temporary(tx->ureg); in _tx_dst_param()
1329 dst = tx->regs.oPts; in _tx_dst_param()
2304 tx->regs.oPts = tx->regs.o[sem.reg.idx]; in DECL_SPECIAL()
3815 if (IS_VS && !ureg_dst_is_undef(tx->regs.oPts)) { in parse_shader()
3816 struct ureg_dst oPts = ureg_DECL_output(tx->ureg, TGSI_SEMANTIC_PSIZE, 0); in parse_shader() local
3817 …ureg_MAX(tx->ureg, tx->regs.oPts, ureg_src(tx->regs.oPts), ureg_imm1f(tx->ureg, info->point_size_m… in parse_shader()
3818 … ureg_MIN(tx->ureg, oPts, ureg_src(tx->regs.oPts), ureg_imm1f(tx->ureg, info->point_size_max)); in parse_shader()