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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
SIGenRegisterInfo.pl 184 my @SGPR128 = print_sgpr_class(128, \@subregs_128, ('v4f32', 'v4i32'));
213 for (my $i = 0; $i <= $#SGPR128; $i++) {
214 push (@{$hw_values{$i * 4}}, $SGPR128[$i]);
  /external/mesa3d/src/gallium/drivers/radeon/
SIGenRegisterInfo.pl 184 my @SGPR128 = print_sgpr_class(128, \@subregs_128, ('v4f32', 'v4i32'));
213 for (my $i = 0; $i <= $#SGPR128; $i++) {
214 push (@{$hw_values{$i * 4}}, $SGPR128[$i]);

Completed in 22 milliseconds