HomeSort by: relevance | last modified time | path
    Searched refs:destination_indices (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
brw_ff_gs.h 96 struct brw_reg destination_indices; member in struct:brw_ff_gs_compile::__anon4893
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));
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
gfx6_gs_visitor.h 80 src_reg destination_indices; member in class:brw::gfx6_gs_visitor
brw_compile_ff_gs.c 62 struct brw_reg destination_indices; member in struct:brw_ff_gs_compile::__anon2373
79 * - The thread will need to use the destination_indices register.
106 c->reg.destination_indices =
379 vec8(retype(c->reg.destination_indices, BRW_REGISTER_TYPE_UW));
408 * or (1, 0, 2)) to the destination_indices register, and then add SVBI
411 * destination_indices, we need to intersperse zeros to fill the upper
438 assert(c->reg.destination_indices.width == BRW_EXECUTE_4);
441 brw_ADD(p, c->reg.destination_indices,
442 c->reg.destination_indices, get_element_ud(c->reg.SVBI, 0));
450 get_element_ud(c->reg.destination_indices, vertex))
    [all...]
gfx6_gs_visitor.cpp 101 this->destination_indices = src_reg(this, glsl_type::uvec4_type);
573 vec4_instruction *inst = emit(MOV(dst_reg(destination_indices),
580 emit(ADD(dst_reg(this->destination_indices),
581 this->destination_indices,
629 this->destination_indices);
662 emit(ADD(dst_reg(this->destination_indices),
663 this->destination_indices,
  /xsrc/external/mit/MesaLib.old/dist/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,

Completed in 43 milliseconds