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

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_gs_emit.c 53 * - The thread will need to use the destination_indices register.
80 c->reg.destination_indices =
363 vec8(retype(c->reg.destination_indices, BRW_REGISTER_TYPE_UW));
392 * or (1, 0, 2)) to the destination_indices register, and then add SVBI
395 * destination_indices, we need to intersperse zeros to fill the upper
421 brw_ADD(p, c->reg.destination_indices,
422 c->reg.destination_indices, get_element_ud(c->reg.SVBI, 0));
430 get_element_ud(c->reg.destination_indices, vertex));
brw_gs.h 98 struct brw_reg destination_indices; member in struct:brw_gs_compile::__anon18980
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_gs_emit.c 53 * - The thread will need to use the destination_indices register.
80 c->reg.destination_indices =
363 vec8(retype(c->reg.destination_indices, BRW_REGISTER_TYPE_UW));
392 * or (1, 0, 2)) to the destination_indices register, and then add SVBI
395 * destination_indices, we need to intersperse zeros to fill the upper
421 brw_ADD(p, c->reg.destination_indices,
422 c->reg.destination_indices, get_element_ud(c->reg.SVBI, 0));
430 get_element_ud(c->reg.destination_indices, vertex));
brw_gs.h 98 struct brw_reg destination_indices; member in struct:brw_gs_compile::__anon32377

Completed in 481 milliseconds