Searched refs:dst_p (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_split_vars.c584 nir_deref_instr *dst_p, *src_p; local in function:emit_split_copies
586 while ((dst_p = dst_path->path[dst_level + 1])) {
587 if (dst_p->deref_type == nir_deref_type_array_wildcard)
590 dst = nir_build_deref_follower(b, dst, dst_p);
602 if (src_p == NULL || dst_p == NULL) {
603 assert(src_p == NULL && dst_p == NULL);
606 assert(dst_p->deref_type == nir_deref_type_array_wildcard &&
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_split_vars.c666 nir_deref_instr *dst_p, *src_p; local in function:emit_split_copies
668 while ((dst_p = dst_path->path[dst_level + 1])) {
669 if (dst_p->deref_type == nir_deref_type_array_wildcard)
672 dst = nir_build_deref_follower(b, dst, dst_p);
684 if (src_p == NULL || dst_p == NULL) {
685 assert(src_p == NULL && dst_p == NULL);
688 assert(dst_p->deref_type == nir_deref_type_array_wildcard &&

Completed in 6 milliseconds