Searched refs:_vtn_variable_load_store (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/compiler/spirv/ |
D | vtn_variables.c | 597 _vtn_variable_load_store(struct vtn_builder *b, bool load, in _vtn_variable_load_store() function 683 _vtn_variable_load_store(b, load, elem, ptr->type->access | access, in _vtn_variable_load_store() 699 _vtn_variable_load_store(b, true, src, src->access | access, &val); in vtn_variable_load() 707 _vtn_variable_load_store(b, false, dest, dest->access | access, &src); in vtn_variable_store()
|