Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir_soa.c1876 …LLVMValueRef thread_offsets = get_scratch_thread_offsets(gallivm, uint_bld->type, bld->scratch_siz… in emit_load_scratch() local
1881 offset = lp_build_add(uint_bld, offset, thread_offsets); in emit_load_scratch()
1938 …LLVMValueRef thread_offsets = get_scratch_thread_offsets(gallivm, uint_bld->type, bld->scratch_siz… in emit_store_scratch() local
1943 offset = lp_build_add(uint_bld, offset, thread_offsets); in emit_store_scratch()