Searched refs:max_svbi (Results 1 – 2 of 2) sorted by relevance
107 this->max_svbi = src_reg(this, glsl_type::uvec4_type); in emit_prolog()108 emit(MOV(dst_reg(this->max_svbi), in emit_prolog()609 emit(CMP(dst_null_d(), sol_temp, this->max_svbi, BRW_CONDITIONAL_LE)); in xfb_write()651 emit(CMP(dst_null_d(), sol_temp, this->max_svbi, BRW_CONDITIONAL_LE)); in xfb_program()
83 src_reg max_svbi; variable