OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:destination_indices
(Results
1 - 2
of
2
) sorted by null
/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::__anon21048
Completed in 317 milliseconds