Searched refs:vtn_get_type (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_amd.c81 const struct glsl_type *dest_type = vtn_get_type(b, w[1])->type;
H A Dvtn_variables.c2336 val->type = vtn_get_type(b, w[1]);
2342 struct vtn_type *ptr_type = vtn_get_type(b, w[1]);
2419 struct vtn_type *ptr_type = vtn_get_type(b, w[1]);
2499 struct vtn_type *res_type = vtn_get_type(b, w[1]);
2617 struct vtn_type *u_type = vtn_get_type(b, w[1]);
2637 struct vtn_type *ptr_type = vtn_get_type(b, w[1]);
2656 struct vtn_type *dst_type = vtn_get_type(b, w[1]);
2702 struct vtn_type *dst_type = vtn_get_type(b, w[1]);
2734 struct vtn_type *res_type = vtn_get_type(b, w[1]);
2765 struct vtn_type *as_type = vtn_get_type(
[all...]
H A Dspirv_to_nir.c1439 struct vtn_type *base = vtn_get_type(b, w[2]);
1457 struct vtn_type *base = vtn_get_type(b, w[2]);
1481 struct vtn_type *array_element = vtn_get_type(b, w[2]);
1509 val->type->members[i] = vtn_get_type(b, w[i + 2]);
1560 val->type->return_type = vtn_get_type(b, w[2]);
1566 val->type->params[i] = vtn_get_type(b, w[i + 3]);
1588 deref_type = vtn_get_type(b, w[3]);
1663 const struct vtn_type *sampled_type = vtn_get_type(b, w[2]);
1741 val->type->image = vtn_get_type(b, w[2]);
2991 struct vtn_type *ret_type = vtn_get_type(
[all...]
H A Dvtn_cfg.c165 UNUSED const struct glsl_type *result_type = vtn_get_type(b, w[1])->type;
169 b->func->type = vtn_get_type(b, w[4]);
234 struct vtn_type *type = vtn_get_type(b, w[1]);
889 struct vtn_type *type = vtn_get_type(b, w[1]);
H A Dvtn_alu.c473 const struct glsl_type *dest_type = vtn_get_type(b, w[1])->type;
864 const struct glsl_type *dest_type = vtn_get_type(b, w[1])->type;
1166 struct vtn_type *type = vtn_get_type(b, w[1]);
H A Dvtn_subgroup.c77 struct vtn_type *dest_type = vtn_get_type(b, w[1]);
H A Dvtn_private.h872 vtn_get_type(struct vtn_builder *b, uint32_t value_id) function in typeref:struct:vtn_type *
H A Dvtn_opencl.c212 struct vtn_type *dest_type = w_dest ? vtn_get_type(b, w_dest[0]) : NULL;
625 type = vtn_get_type(b, w[1]);
H A Dvtn_glsl450.c308 const struct glsl_type *dest_type = vtn_get_type(b, w[1])->type;

Completed in 21 milliseconds