Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir-a2xx.c55 static void * ir2_alloc(struct ir2_shader *shader, int sz) in ir2_alloc() function
67 ptr = ir2_alloc(shader, len+1); in ir2_strdup()
194 struct ir2_cf *cf = ir2_alloc(shader, sizeof(struct ir2_cf)); in ir2_cf_create()
262 ir2_alloc(cf->shader, sizeof(struct ir2_instruction)); in ir2_instr_create()
495 ir2_alloc(instr->shader, sizeof(struct ir2_register)); in ir2_reg_create()