Searched refs:u_type (Results 1 – 1 of 1) sorted by relevance
2617 struct vtn_type *u_type = vtn_get_type(b, w[1]); in vtn_handle_variables() local2624 vtn_fail_if(u_type->base_type != vtn_base_type_vector && in vtn_handle_variables()2625 u_type->base_type != vtn_base_type_scalar, in vtn_handle_variables()2631 nir_ssa_def *u = nir_sloppy_bitcast(&b->nb, ptr, u_type->type); in vtn_handle_variables()2638 struct vtn_type *u_type = vtn_get_value_type(b, w[3]); in vtn_handle_variables() local2644 vtn_fail_if(u_type->base_type != vtn_base_type_vector && in vtn_handle_variables()2645 u_type->base_type != vtn_base_type_scalar, in vtn_handle_variables()2766 struct vtn_type *u_type = vtn_get_value_type(b, w[3]); in vtn_handle_variables() local2767 vtn_fail_if(!((u_type->base_type == vtn_base_type_vector && in vtn_handle_variables()2768 u_type->type == glsl_vector_type(GLSL_TYPE_UINT, 2)) || in vtn_handle_variables()[all …]