Searched refs:sol_temp (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | gen6_gs_visitor.cpp | 360 src_reg sol_temp(this, glsl_type::uvec4_type); in emit_thread_end() local 365 sol_temp); in emit_thread_end() 603 src_reg sol_temp(this, glsl_type::uvec4_type); in xfb_write() local 604 emit(ADD(dst_reg(sol_temp), this->svbi, brw_imm_ud(num_verts))); in xfb_write() 609 emit(CMP(dst_null_d(), sol_temp, this->max_svbi, BRW_CONDITIONAL_LE)); in xfb_write() 627 emit(MOV(dst_reg(sol_temp), brw_imm_d(i))); in xfb_write() 628 emit(CMP(dst_null_d(), sol_temp, this->vertex_count, in xfb_write() 643 src_reg sol_temp(this, glsl_type::uvec4_type); in xfb_program() local 648 emit(ADD(dst_reg(sol_temp), this->sol_prim_written, brw_imm_ud(1u))); in xfb_program() 649 emit(MUL(dst_reg(sol_temp), sol_temp, brw_imm_ud(num_verts))); in xfb_program() [all …]
|