Home
last modified time | relevance | path

Searched refs:vtn_variable_store (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/spirv/
Dvtn_glsl450.c346 vtn_variable_store(b, whole, i_ptr, 0); in handle_glsl450_alu()
537 vtn_variable_store(b, exp, i_ptr, 0); in handle_glsl450_alu()
Dvtn_variables.c704 vtn_variable_store(struct vtn_builder *b, struct vtn_ssa_value *src, in vtn_variable_store() function
737 vtn_variable_store(b, vtn_variable_load(b, src, src_access), dest, dest_access); in _vtn_variable_copy()
2411 vtn_variable_store(b, bool_ssa, dest, 0); in vtn_handle_variables()
2424 vtn_variable_store(b, src, dest, spv_access_to_gl_access(access)); in vtn_handle_variables()
Dvtn_private.h881 void vtn_variable_store(struct vtn_builder *b, struct vtn_ssa_value *src,