Home
last modified time | relevance | path

Searched refs:dest_tail (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/spirv/
Dvtn_variables.c567 nir_deref_instr *dest_tail = get_deref_tail(dest); in vtn_local_store() local
569 if (dest_tail != dest) { in vtn_local_store()
570 struct vtn_ssa_value *val = vtn_create_ssa_value(b, dest_tail->type); in vtn_local_store()
571 _vtn_local_load_store(b, true, dest_tail, val, access); in vtn_local_store()
575 _vtn_local_load_store(b, false, dest_tail, val, access); in vtn_local_store()
577 _vtn_local_load_store(b, false, dest_tail, src, access); in vtn_local_store()
/external/selinux/checkpolicy/
Dpolicy_define.c2356 class_perm_node_t *dest_perms, *dest_tail; in avrule_cpy() local
2357 dest_tail = NULL; in avrule_cpy()
2390 dest_tail->next = dest_perms; in avrule_cpy()
2395 dest_tail = dest_perms; in avrule_cpy()