Home
last modified time | relevance | path

Searched refs:ngds (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_asm.c1582 struct r600_bytecode_gds *ngds = r600_bytecode_gds(); in r600_bytecode_add_gds() local
1585 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()