Lines Matching refs:src_scope
2099 SpvScope *dest_scope, SpvScope *src_scope) in vtn_get_mem_operands() argument
2120 vtn_assert(src_scope); in vtn_get_mem_operands()
2121 *src_scope = vtn_constant_uint(b, w[(*idx)++]); in vtn_get_mem_operands()
2314 SpvScope dest_scope, src_scope; in vtn_handle_variables() local
2316 &dest_scope, &src_scope); in vtn_handle_variables()
2318 NULL, &src_scope)) { in vtn_handle_variables()
2325 vtn_emit_make_visible_barrier(b, src_access, src_scope, src->mode); in vtn_handle_variables()
2344 SpvScope dest_scope, src_scope; in vtn_handle_variables() local
2346 &dest_scope, &src_scope); in vtn_handle_variables()
2348 NULL, &src_scope)) { in vtn_handle_variables()
2355 vtn_emit_make_visible_barrier(b, src_access, src_scope, src->mode); in vtn_handle_variables()