Searched refs:vtn_untyped_value (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_private.h745 vtn_untyped_value(struct vtn_builder *b, uint32_t value_id) function in typeref:struct:vtn_value *
769 struct vtn_value *val = vtn_untyped_value(b, value_id);
788 struct vtn_value *val = vtn_untyped_value(b, value_id);
797 struct vtn_value *val = vtn_untyped_value(b, value_id);
866 struct vtn_value *val = vtn_untyped_value(b, value_id);
H A Dspirv_to_nir.c276 struct vtn_value *val = vtn_untyped_value(b, value_id);
652 struct vtn_value *val = vtn_untyped_value(b, target);
689 struct vtn_value *val = vtn_untyped_value(b, *w);
1576 val = vtn_untyped_value(b, w[1]);
1969 struct vtn_value *elem_val = vtn_untyped_value(b, w[i + 3]);
2628 vtn_foreach_decoration(b, vtn_untyped_value(b, w[3]),
2630 vtn_foreach_decoration(b, vtn_untyped_value(b, w[4]),
2639 vtn_foreach_decoration(b, vtn_untyped_value(b, w[3]),
2651 struct vtn_value *sampled_val = vtn_untyped_value(b, w[3]);
3221 res_val = vtn_untyped_value(
[all...]
H A Dvtn_glsl450.c315 if (vtn_untyped_value(b, w[i + 5])->value_type == vtn_value_type_pointer)
322 vtn_handle_no_contraction(b, vtn_untyped_value(b, w[2]));
H A Dvtn_variables.c144 struct vtn_value *src = vtn_untyped_value(b, src_value_id);
145 struct vtn_value *dst = vtn_untyped_value(b, dst_value_id);
2361 struct vtn_value *initializer = count > 4 ? vtn_untyped_value(b, w[4]) : NULL;
2404 struct vtn_value *link_val = vtn_untyped_value(b, w[i]);
2520 struct vtn_value *src_val = vtn_untyped_value(b, w[2]);
H A Dvtn_alu.c472 struct vtn_value *dest_val = vtn_untyped_value(b, w[2]);
863 struct vtn_value *dest_val = vtn_untyped_value(b, w[2]);
H A Dvtn_cfg.c504 struct vtn_value *sel_val = vtn_untyped_value(b, branch[1]);
719 struct vtn_value *cond_val = vtn_untyped_value(b, block->branch[1]);
H A Dvtn_opencl.c218 struct vtn_value *val = vtn_untyped_value(b, w_src[i]);
801 struct vtn_value *val = vtn_untyped_value(b, w_src[i]);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_private.h647 vtn_untyped_value(struct vtn_builder *b, uint32_t value_id) function in typeref:struct:vtn_value *
662 struct vtn_value *val = vtn_untyped_value(b, value_id);
677 struct vtn_value *val = vtn_untyped_value(b, value_id);
H A Dspirv_to_nir.c300 struct vtn_value *val = vtn_untyped_value(b, value_id);
509 struct vtn_value *val = vtn_untyped_value(b, target);
546 struct vtn_value *val = vtn_untyped_value(b, *w);
1353 val = vtn_untyped_value(b, w[1]);
1741 struct vtn_value *val = vtn_untyped_value(b, w[i + 3]);
2094 struct vtn_value *src_val = vtn_untyped_value(b, w[3]);
2107 struct vtn_value *sampled_val = vtn_untyped_value(b, w[3]);
4200 struct vtn_value *pointer = vtn_untyped_value(b, w[3]);
4211 struct vtn_value *pointer = vtn_untyped_value(b, w[1]);
4225 struct vtn_value *res_val = vtn_untyped_value(
[all...]
H A Dvtn_opencl.c193 type = vtn_untyped_value(b, w[5])->type;
H A Dvtn_variables.c2403 struct vtn_value *link_val = vtn_untyped_value(b, w[i]);
2432 struct vtn_value *base_val = vtn_untyped_value(b, w[3]);
2494 struct vtn_value *src_val = vtn_untyped_value(b, w[2]);
H A Dvtn_cfg.c663 struct vtn_value *cond_val = vtn_untyped_value(b, block->branch[1]);
H A Dvtn_glsl450.c462 if (vtn_untyped_value(b, w[i + 5])->value_type == vtn_value_type_pointer)
/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c361 struct vtn_value *val = vtn_untyped_value(b, w[1 + args.res_idx]);
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dvtn_gather_types.c600 struct vtn_value *val = vtn_untyped_value(b, w[1 + args.res_idx]);

Completed in 33 milliseconds