Searched refs:ngds (Results 1 – 1 of 1) sorted by relevance
1582 struct r600_bytecode_gds *ngds = r600_bytecode_gds(); in r600_bytecode_add_gds() local1585 if (ngds == NULL) in r600_bytecode_add_gds()1587 memcpy(ngds, gds, sizeof(struct r600_bytecode_gds)); in r600_bytecode_add_gds()1599 free(ngds); in r600_bytecode_add_gds()1605 list_addtail(&ngds->list, &bc->cf_last->gds); in r600_bytecode_add_gds()