Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
H A Dgfx6_gs_visitor.cpp108 this->max_svbi = src_reg(this, glsl_type::uvec4_type); in emit_prolog()
109 emit(MOV(dst_reg(this->max_svbi), in emit_prolog()
569 * in R1.4 (previously saved in this->max_svbi) for gfx6. in xfb_write()
571 emit(CMP(dst_null_d(), sol_temp, this->max_svbi, BRW_CONDITIONAL_LE)); in xfb_write()
613 emit(CMP(dst_null_d(), sol_temp, this->max_svbi, BRW_CONDITIONAL_LE)); in xfb_program()
H A Dgfx6_gs_visitor.h78 src_reg max_svbi; member in brw::gfx6_gs_visitor

Completed in 2 milliseconds