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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
SIGenRegisterInfo.pl 188 my @VGPR128 = print_vgpr_class(128, \@subregs_128, ('v4f32'));
228 for (my $i = 0; $i <= $#VGPR128; $i++) {
229 push (@{$hw_values{$i * 4}}, $VGPR128[$i]);
  /external/mesa3d/src/gallium/drivers/radeon/
SIGenRegisterInfo.pl 188 my @VGPR128 = print_vgpr_class(128, \@subregs_128, ('v4f32'));
228 for (my $i = 0; $i <= $#VGPR128; $i++) {
229 push (@{$hw_values{$i * 4}}, $VGPR128[$i]);

Completed in 3288 milliseconds