Searched refs:_vtn_variable_load_store (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_variables.c595 _vtn_variable_load_store(struct vtn_builder *b, bool load, function in typeref:typename:void
681 _vtn_variable_load_store(b, load, elem, ptr->type->access | access,
697 _vtn_variable_load_store(b, true, src, src->access | access, &val);
705 _vtn_variable_load_store(b, false, dest, dest->access | access, &src);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_variables.c1064 _vtn_variable_load_store(struct vtn_builder *b, bool load, function in typeref:typename:void
1135 _vtn_variable_load_store(b, load, elem, ptr->type->access | access,
1153 _vtn_variable_load_store(b, true, src, src->access, &val);
1167 _vtn_variable_load_store(b, false, dest, dest->access, &src);

Completed in 7 milliseconds