OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VGPR
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
SIGenRegisterInfo.pl
134
my @
VGPR
;
136
print "def
VGPR
$i : VGPR_32 <$i, \"
VGPR
$i\">;\n";
137
$
VGPR
[$i] = "
VGPR
$i";
147
(add (sequence "
VGPR
%u", 0, $VGPR_MAX_IDX),
221
for (my $i = 0; $i <= $#
VGPR
; $i++) {
222
push (@{$hw_values{$i}}, $
VGPR
[$i]);
254
return print_reg_class('VReg', '
VGPR
', $reg_width, $VGPR_COUNT, $sub_reg_ref, @types);
/external/mesa3d/src/gallium/drivers/radeon/
SIGenRegisterInfo.pl
134
my @
VGPR
;
136
print "def
VGPR
$i : VGPR_32 <$i, \"
VGPR
$i\">;\n";
137
$
VGPR
[$i] = "
VGPR
$i";
147
(add (sequence "
VGPR
%u", 0, $VGPR_MAX_IDX),
221
for (my $i = 0; $i <= $#
VGPR
; $i++) {
222
push (@{$hw_values{$i}}, $
VGPR
[$i]);
254
return print_reg_class('VReg', '
VGPR
', $reg_width, $VGPR_COUNT, $sub_reg_ref, @types);
Completed in 432 milliseconds