Searched refs:u_type (Results 1 – 2 of 2) sorted by relevance
71 u_type = unknown_type("foo_t")72 assert u_type.get_c_name("") == "foo_t"73 assert u_type.get_c_name("x") == "foo_t x"
2495 struct vtn_type *u_type = vtn_get_type(b, w[1]); in vtn_handle_variables() local2502 vtn_fail_if(u_type->base_type != vtn_base_type_vector && in vtn_handle_variables()2503 u_type->base_type != vtn_base_type_scalar, in vtn_handle_variables()2509 nir_ssa_def *u = nir_sloppy_bitcast(&b->nb, ptr, u_type->type); in vtn_handle_variables()2516 struct vtn_type *u_type = vtn_get_value_type(b, w[3]); in vtn_handle_variables() local2522 vtn_fail_if(u_type->base_type != vtn_base_type_vector && in vtn_handle_variables()2523 u_type->base_type != vtn_base_type_scalar, in vtn_handle_variables()