Lines Matching refs:ir3
24 #include "ir3.h"
43 void * ir3_alloc(struct ir3 *shader, int sz)
48 struct ir3 * ir3_create(struct ir3_compiler *compiler,
51 struct ir3 *shader = rzalloc(NULL, struct ir3);
67 void ir3_destroy(struct ir3 *shader)
860 void * ir3_assemble(struct ir3 *shader, struct ir3_info *info,
914 static struct ir3_register * reg_create(struct ir3 *shader,
930 struct ir3 *shader = block->shader;
940 struct ir3_block * ir3_block_create(struct ir3 *shader)
1021 struct ir3 *shader = instr->block->shader;
1030 struct ir3_register * ir3_reg_clone(struct ir3 *shader,
1043 struct ir3 *ir = instr->block->shader;
1057 ir3_clear_mark(struct ir3 *ir)
1066 ir3_count_instructions(struct ir3 *ir)
1080 ir3_lookup_array(struct ir3 *ir, unsigned id)