HomeSort by relevance Sort by last modified time
    Searched refs:VGPR64 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
SIGenRegisterInfo.pl 187 my @VGPR64 = print_vgpr_class(64, \@subregs_64, ('i64'));
192 my $vgpr64_list = join(',', @VGPR64);
224 for (my $i = 0; $i <= $#VGPR64; $i++) {
225 push (@{$hw_values{$i * 2}}, $VGPR64[$i]);
  /external/mesa3d/src/gallium/drivers/radeon/
SIGenRegisterInfo.pl 187 my @VGPR64 = print_vgpr_class(64, \@subregs_64, ('i64'));
192 my $vgpr64_list = join(',', @VGPR64);
224 for (my $i = 0; $i <= $#VGPR64; $i++) {
225 push (@{$hw_values{$i * 2}}, $VGPR64[$i]);

Completed in 30 milliseconds