OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sub_reg_ref
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
SIGenRegisterInfo.pl
248
my ($reg_width, $
sub_reg_ref
, @types) = @_;
249
return print_reg_class('SReg', 'SGPR', $reg_width, $SGPR_COUNT, $
sub_reg_ref
, @types);
253
my ($reg_width, $
sub_reg_ref
, @types) = @_;
254
return print_reg_class('VReg', 'VGPR', $reg_width, $VGPR_COUNT, $
sub_reg_ref
, @types);
258
my ($class_prefix, $reg_prefix, $reg_width, $reg_count, $
sub_reg_ref
, @types) = @_;
286
print " let SubRegClasses = [($class_prefix\_", ($reg_width / $component_count) , ' ', join(', ', @{$
sub_reg_ref
}), ")];\n}\n";
/external/mesa3d/src/gallium/drivers/radeon/
SIGenRegisterInfo.pl
248
my ($reg_width, $
sub_reg_ref
, @types) = @_;
249
return print_reg_class('SReg', 'SGPR', $reg_width, $SGPR_COUNT, $
sub_reg_ref
, @types);
253
my ($reg_width, $
sub_reg_ref
, @types) = @_;
254
return print_reg_class('VReg', 'VGPR', $reg_width, $VGPR_COUNT, $
sub_reg_ref
, @types);
258
my ($class_prefix, $reg_prefix, $reg_width, $reg_count, $
sub_reg_ref
, @types) = @_;
286
print " let SubRegClasses = [($class_prefix\_", ($reg_width / $component_count) , ' ', join(', ', @{$
sub_reg_ref
}), ")];\n}\n";
Completed in 801 milliseconds