Searched refs:src_scope (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | vtn_variables.c | 2225 SpvScope *dest_scope, SpvScope *src_scope) 2246 vtn_assert(src_scope); 2247 *src_scope = vtn_constant_uint(b, w[(*idx)++]); 2444 SpvScope dest_scope, src_scope; local in function:vtn_handle_variables 2446 &dest_scope, &src_scope); 2448 NULL, &src_scope)) { 2455 vtn_emit_make_visible_barrier(b, src_access, src_scope, src->mode); 2474 SpvScope dest_scope, src_scope; local in function:vtn_handle_variables 2476 &dest_scope, &src_scope); 2478 NULL, &src_scope)) { 2223 vtn_get_mem_operands(struct vtn_builder * b,const uint32_t * w,unsigned count,unsigned * idx,SpvMemoryAccessMask * access,unsigned * alignment,SpvScope * dest_scope,SpvScope * src_scope) argument [all...] |
Completed in 4 milliseconds