Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dvtn_private.h448 vtn_access_chain_to_offset(struct vtn_builder *b,
Dvtn_variables.c335 vtn_access_chain_to_offset(struct vtn_builder *b, in vtn_access_chain_to_offset() function
701 offset = vtn_access_chain_to_offset(b, src, &index, &type, &chain_idx, true); in vtn_block_load()
717 offset = vtn_access_chain_to_offset(b, dst, &index, &type, &chain_idx, true); in vtn_block_store()
Dspirv_to_nir.c2126 offset = vtn_access_chain_to_offset(b, chain, &index, &type, NULL, false); in vtn_handle_ssbo_or_shared_atomic()