OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hw_values
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
SIGenRegisterInfo.pl
203
my %
hw_values
;
206
push (@{$
hw_values
{$i}}, $SGPR[$i]);
210
push (@{$
hw_values
{$i * 2}}, $SGPR64[$i])
214
push (@{$
hw_values
{$i * 4}}, $SGPR128[$i]);
218
push (@{$
hw_values
{$i * 8}}, $SGPR256[$i]);
222
push (@{$
hw_values
{$i}}, $VGPR[$i]);
225
push (@{$
hw_values
{$i * 2}}, $VGPR64[$i]);
229
push (@{$
hw_values
{$i * 4}}, $VGPR128[$i]);
234
for my $key (keys(%
hw_values
)) {
235
my @names = @{$
hw_values
{$key}}
[
all
...]
/external/mesa3d/src/gallium/drivers/radeon/
SIGenRegisterInfo.pl
203
my %
hw_values
;
206
push (@{$
hw_values
{$i}}, $SGPR[$i]);
210
push (@{$
hw_values
{$i * 2}}, $SGPR64[$i])
214
push (@{$
hw_values
{$i * 4}}, $SGPR128[$i]);
218
push (@{$
hw_values
{$i * 8}}, $SGPR256[$i]);
222
push (@{$
hw_values
{$i}}, $VGPR[$i]);
225
push (@{$
hw_values
{$i * 2}}, $VGPR64[$i]);
229
push (@{$
hw_values
{$i * 4}}, $VGPR128[$i]);
234
for my $key (keys(%
hw_values
)) {
235
my @names = @{$
hw_values
{$key}}
[
all
...]
Completed in 445 milliseconds