Searched refs:dest_tail (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_variables.c | 566 nir_deref_instr *dest_tail = get_deref_tail(dest); in vtn_local_store() local 568 if (dest_tail != dest) { in vtn_local_store() 569 struct vtn_ssa_value *val = vtn_create_ssa_value(b, dest_tail->type); in vtn_local_store() 570 _vtn_local_load_store(b, true, dest_tail, val, access); in vtn_local_store() 574 _vtn_local_load_store(b, false, dest_tail, val, access); in vtn_local_store() 576 _vtn_local_load_store(b, false, dest_tail, src, access); in vtn_local_store()
|
/third_party/selinux/checkpolicy/ |
D | policy_define.c | 2347 class_perm_node_t *dest_perms, *dest_tail; in avrule_cpy() local 2348 dest_tail = NULL; in avrule_cpy() 2382 dest_tail->next = dest_perms; in avrule_cpy() 2387 dest_tail = dest_perms; in avrule_cpy()
|