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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
SIGenRegisterInfo.pl 185 my @SGPR256 = print_sgpr_class(256, \@subregs_256, ('v8i32'));
217 for (my $i = 0; $i <= $#SGPR256; $i++) {
218 push (@{$hw_values{$i * 8}}, $SGPR256[$i]);
  /external/mesa3d/src/gallium/drivers/radeon/
SIGenRegisterInfo.pl 185 my @SGPR256 = print_sgpr_class(256, \@subregs_256, ('v8i32'));
217 for (my $i = 0; $i <= $#SGPR256; $i++) {
218 push (@{$hw_values{$i * 8}}, $SGPR256[$i]);

Completed in 23 milliseconds