Searched refs:_vtn_local_load_store (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_variables.c | 491 _vtn_local_load_store(struct vtn_builder *b, bool load, nir_deref_instr *deref, in _vtn_local_load_store() function 507 _vtn_local_load_store(b, load, child, inout->elems[i], access); in _vtn_local_load_store() 514 _vtn_local_load_store(b, load, child, inout->elems[i], access); in _vtn_local_load_store() 552 _vtn_local_load_store(b, true, src_tail, val, access); in vtn_local_load() 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()
|
Completed in 5 milliseconds