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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600GenRegisterInfo.pl 20 use constant TEMP_REG_COUNT => 128;
23 my $TREG_MAX = TEMP_REG_COUNT - 1;
43 my @treg_list = print_reg_defs(TEMP_REG_COUNT * 4, "T");
47 for (my $i = 0; $i < TEMP_REG_COUNT; $i++) {
  /external/mesa3d/src/gallium/drivers/radeon/
R600GenRegisterInfo.pl 20 use constant TEMP_REG_COUNT => 128;
23 my $TREG_MAX = TEMP_REG_COUNT - 1;
43 my @treg_list = print_reg_defs(TEMP_REG_COUNT * 4, "T");
47 for (my $i = 0; $i < TEMP_REG_COUNT; $i++) {

Completed in 53 milliseconds