HomeSort by relevance Sort by last modified time
    Searched refs:destination_indices (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/intel/compiler/
gen6_gs_visitor.h 84 src_reg destination_indices; member in class:brw::gen6_gs_visitor
gen6_gs_visitor.cpp 101 this->destination_indices = src_reg(this, glsl_type::uvec4_type);
612 vec4_instruction *inst = emit(MOV(dst_reg(destination_indices),
619 emit(ADD(dst_reg(this->destination_indices),
620 this->destination_indices,
668 this->destination_indices);
701 emit(ADD(dst_reg(this->destination_indices),
702 this->destination_indices,
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_ff_gs.h 96 struct brw_reg destination_indices; member in struct:brw_ff_gs_compile::__anon34337
brw_ff_gs_emit.c 51 * - The thread will need to use the destination_indices register.
78 c->reg.destination_indices =
350 vec8(retype(c->reg.destination_indices, BRW_REGISTER_TYPE_UW));
379 * or (1, 0, 2)) to the destination_indices register, and then add SVBI
382 * destination_indices, we need to intersperse zeros to fill the upper
409 assert(c->reg.destination_indices.width == BRW_EXECUTE_4);
412 brw_ADD(p, c->reg.destination_indices,
413 c->reg.destination_indices, get_element_ud(c->reg.SVBI, 0));
421 get_element_ud(c->reg.destination_indices, vertex));

Completed in 700 milliseconds