Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir_soa.c2551 LLVMValueRef thread_offsets = get_scratch_thread_offsets(gallivm, uint_bld->type, bld->scratch_size);; in emit_load_scratch() local
2557 offset = lp_build_add(uint_bld, offset, thread_offsets); in emit_load_scratch()
2605 LLVMValueRef thread_offsets = get_scratch_thread_offsets(gallivm, uint_bld->type, bld->scratch_size);; in emit_store_scratch() local
2610 offset = lp_build_add(uint_bld, offset, thread_offsets); in emit_store_scratch()

Completed in 6 milliseconds