Lines Matching defs:read_ctx

90 } read_ctx;
109 read_add_object(read_ctx *ctx, void *obj)
116 read_lookup_object(read_ctx *ctx, uint32_t idx)
123 read_object(read_ctx *ctx)
186 read_constant(read_ctx *ctx, nir_variable *nvar)
341 read_variable(read_ctx *ctx)
433 read_var_list(read_ctx *ctx, struct exec_list *dst)
455 read_register(read_ctx *ctx)
481 read_reg_list(read_ctx *ctx, struct exec_list *dst)
548 read_src(read_ctx *ctx, nir_src *src, void *mem_ctx)
762 read_dest(read_ctx *ctx, nir_dest *dst, nir_instr *instr,
902 read_alu(read_ctx *ctx, union packed_instr header)
1098 read_deref(read_ctx *ctx, union packed_instr header)
1247 read_intrinsic(read_ctx *ctx, union packed_instr header)
1391 read_load_const(read_ctx *ctx, union packed_instr header)
1480 read_ssa_undef(read_ctx *ctx, union packed_instr header)
1555 read_tex(read_ctx *ctx, union packed_instr header)
1633 read_phi(read_ctx *ctx, nir_block *blk, union packed_instr header)
1670 read_fixup_phis(read_ctx *ctx)
1702 read_jump(read_ctx *ctx, union packed_instr header)
1722 read_call(read_ctx *ctx)
1777 read_instr(read_ctx *ctx, nir_block *block)
1844 read_block(read_ctx *ctx, struct exec_list *cf_list)
1864 read_cf_list(read_ctx *ctx, struct exec_list *cf_list);
1877 read_if(read_ctx *ctx, struct exec_list *cf_list)
1899 read_loop(read_ctx *ctx, struct exec_list *cf_list)
1931 read_cf_node(read_ctx *ctx, struct exec_list *list)
1960 read_cf_list(read_ctx *ctx, struct exec_list *cf_list)
1985 read_function_impl(read_ctx *ctx, nir_function *fxn)
2042 read_function(read_ctx *ctx)
2080 read_xfb_info(read_ctx *ctx)
2159 read_ctx ctx = {0};