Searched refs:_vtn_variable_load_store (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/compiler/spirv/ |
D | vtn_variables.c | 732 _vtn_variable_load_store(struct vtn_builder *b, bool load, in _vtn_variable_load_store() function 773 _vtn_variable_load_store(b, load, new_chain, elem_type, in _vtn_variable_load_store() 792 _vtn_variable_load_store(b, true, src, tail_type, &val); in vtn_variable_load() 806 _vtn_variable_load_store(b, false, dest, tail_type, &src); in vtn_variable_store()
|