OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SGPR_COUNT
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
SIGenRegisterInfo.pl
19
my $
SGPR_COUNT
= 104;
22
my $SGPR_MAX_IDX = $
SGPR_COUNT
- 1;
129
for (my $i = 0; $i < $
SGPR_COUNT
; $i++) {
249
return print_reg_class('SReg', 'SGPR', $reg_width, $
SGPR_COUNT
, $sub_reg_ref, @types);
/external/mesa3d/src/gallium/drivers/radeon/
SIGenRegisterInfo.pl
19
my $
SGPR_COUNT
= 104;
22
my $SGPR_MAX_IDX = $
SGPR_COUNT
- 1;
129
for (my $i = 0; $i < $
SGPR_COUNT
; $i++) {
249
return print_reg_class('SReg', 'SGPR', $reg_width, $
SGPR_COUNT
, $sub_reg_ref, @types);
Completed in 24 milliseconds