/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_gs.h | 98 struct brw_reg destination_indices; member in struct:brw_gs_compile::__anon13191
|
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));
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_gs.h | 98 struct brw_reg destination_indices; member in struct:brw_gs_compile::__anon23658
|
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));
|