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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
SIGenRegisterInfo.pl 20 my $VGPR_COUNT = 256;
23 my $VGPR_MAX_IDX = $VGPR_COUNT - 1;
135 for (my $i = 0; $i < $VGPR_COUNT; $i++) {
254 return print_reg_class('VReg', 'VGPR', $reg_width, $VGPR_COUNT, $sub_reg_ref, @types);
  /external/mesa3d/src/gallium/drivers/radeon/
SIGenRegisterInfo.pl 20 my $VGPR_COUNT = 256;
23 my $VGPR_MAX_IDX = $VGPR_COUNT - 1;
135 for (my $i = 0; $i < $VGPR_COUNT; $i++) {
254 return print_reg_class('VReg', 'VGPR', $reg_width, $VGPR_COUNT, $sub_reg_ref, @types);

Completed in 48 milliseconds