Searched refs:destination_indices (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_ff_gs_emit.c | 78 c->reg.destination_indices = in brw_ff_gs_alloc_regs() 350 vec8(retype(c->reg.destination_indices, BRW_REGISTER_TYPE_UW)); in gen6_sol_program() 409 assert(c->reg.destination_indices.width == BRW_EXECUTE_4); in gen6_sol_program() 412 brw_ADD(p, c->reg.destination_indices, in gen6_sol_program() 413 c->reg.destination_indices, get_element_ud(c->reg.SVBI, 0)); in gen6_sol_program() 421 get_element_ud(c->reg.destination_indices, vertex)); in gen6_sol_program()
|
D | brw_ff_gs.h | 96 struct brw_reg destination_indices; member
|
/external/mesa3d/src/intel/compiler/ |
D | gen6_gs_visitor.cpp | 101 this->destination_indices = src_reg(this, glsl_type::uvec4_type); in emit_prolog() 612 vec4_instruction *inst = emit(MOV(dst_reg(destination_indices), in xfb_write() 619 emit(ADD(dst_reg(this->destination_indices), in xfb_write() 620 this->destination_indices, in xfb_write() 668 this->destination_indices); in xfb_program() 701 emit(ADD(dst_reg(this->destination_indices), in xfb_program() 702 this->destination_indices, in xfb_program()
|
D | gen6_gs_visitor.h | 84 src_reg destination_indices; variable
|