Searched refs:ir3_alloc (Results 1 – 2 of 2) sorted by relevance
43 void * ir3_alloc(struct ir3 *shader, int sz) in ir3_alloc() function1008 ir3_alloc(shader, sizeof(struct ir3_register)); in reg_create()1030 struct ir3_block *block = ir3_alloc(shader, sizeof(*block)); in ir3_block_create()1045 char *ptr = ir3_alloc(block->shader, sz); in instr_create()
568 void * ir3_alloc(struct ir3 *shader, int sz);