Searched refs:vtn_types_compatible (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_private.h454 bool vtn_types_compatible(struct vtn_builder *b,
H A Dspirv_to_nir.c748 vtn_types_compatible(struct vtn_builder *b, function in typeref:typename:bool
770 vtn_types_compatible(b, t1->array_element, t2->array_element);
773 return vtn_types_compatible(b, t1->deref, t2->deref);
780 if (!vtn_types_compatible(b, t1->members[i], t2->members[i]))
H A Dvtn_variables.c2162 if (vtn_types_compatible(b, dst_type, src_type)) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_private.h399 bool vtn_types_compatible(struct vtn_builder *b,
H A Dspirv_to_nir.c605 vtn_types_compatible(struct vtn_builder *b, function in typeref:typename:bool
626 vtn_types_compatible(b, t1->array_element, t2->array_element);
629 return vtn_types_compatible(b, t1->deref, t2->deref);
636 if (!vtn_types_compatible(b, t1->members[i], t2->members[i]))
H A Dvtn_variables.c2308 if (vtn_types_compatible(b, dst_type, src_type)) {

Completed in 121 milliseconds