OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subregs_128
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
SIGenRegisterInfo.pl
180
my @
subregs_128
= ('sel_x', 'sel_y', 'sel_z', 'sel_w');
184
my @SGPR128 = print_sgpr_class(128, \@
subregs_128
, ('v4f32', 'v4i32'));
188
my @VGPR128 = print_vgpr_class(128, \@
subregs_128
, ('v4f32'));
/external/mesa3d/src/gallium/drivers/radeon/
SIGenRegisterInfo.pl
180
my @
subregs_128
= ('sel_x', 'sel_y', 'sel_z', 'sel_w');
184
my @SGPR128 = print_sgpr_class(128, \@
subregs_128
, ('v4f32', 'v4i32'));
188
my @VGPR128 = print_vgpr_class(128, \@
subregs_128
, ('v4f32'));
Completed in 24 milliseconds