Searched refs:vtn_get_type (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | vtn_amd.c | 81 const struct glsl_type *dest_type = vtn_get_type(b, w[1])->type;
|
| H A D | vtn_variables.c | 2336 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 D | spirv_to_nir.c | 1439 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 D | vtn_cfg.c | 165 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 D | vtn_alu.c | 473 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 D | vtn_subgroup.c | 77 struct vtn_type *dest_type = vtn_get_type(b, w[1]);
|
| H A D | vtn_private.h | 872 vtn_get_type(struct vtn_builder *b, uint32_t value_id) function in typeref:struct:vtn_type *
|
| H A D | vtn_opencl.c | 212 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 D | vtn_glsl450.c | 308 const struct glsl_type *dest_type = vtn_get_type(b, w[1])->type;
|
Completed in 21 milliseconds