Lines Matching refs:ir3_context
27 #include "ir3_context.h"
33 struct ir3_context *
37 struct ir3_context *ctx = rzalloc(NULL, struct ir3_context);
169 ir3_context_free(struct ir3_context *ctx)
182 ir3_get_dst_ssa(struct ir3_context *ctx, nir_ssa_def *dst, unsigned n)
191 ir3_get_dst(struct ir3_context *ctx, nir_dest *dst, unsigned n)
212 ir3_get_src(struct ir3_context *ctx, nir_src *src)
242 ir3_put_dst(struct ir3_context *ctx, nir_dest *dst)
395 ir3_context_error(struct ir3_context *ctx, const char *format, ...)
468 ir3_get_addr0(struct ir3_context *ctx, struct ir3_instruction *src, int align)
493 ir3_get_addr1(struct ir3_context *ctx, unsigned const_val)
512 ir3_get_predicate(struct ir3_context *ctx, struct ir3_instruction *src)
535 ir3_declare_array(struct ir3_context *ctx, nir_register *reg)
554 ir3_get_array(struct ir3_context *ctx, nir_register *reg)
566 ir3_create_array_load(struct ir3_context *ctx, struct ir3_array *arr, int n,
605 ir3_create_array_store(struct ir3_context *ctx, struct ir3_array *arr, int n,