Searched refs:samplepos_sysval (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp6314 struct ureg_src samplepos_sysval = t->systemValues[SYSTEM_VALUE_SAMPLE_POS]; local in function:emit_samplepos_adjustment
6319 ureg_imm1f(ureg, 1), ureg_negate(samplepos_sysval));
6325 ureg_src(is_fbo), samplepos_sysval, ureg_src(samplepos_flipped));
6327 samplepos_sysval);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp6371 struct ureg_src samplepos_sysval = t->systemValues[SYSTEM_VALUE_SAMPLE_POS]; local in function:emit_samplepos_adjustment
6376 ureg_imm1f(ureg, 1), ureg_negate(samplepos_sysval));
6382 ureg_src(is_fbo), samplepos_sysval, ureg_src(samplepos_flipped));
6384 samplepos_sysval);

Completed in 17 milliseconds