Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/llvm/
Dac_llvm_build.c3812 LLVMValueRef identity, unsigned maxprefix) in ac_wavefront_shift_right_1() argument
3823 if (maxprefix > 32) { in ac_wavefront_shift_right_1()
3838 } else if (maxprefix > 16) { in ac_wavefront_shift_right_1()
3879 LLVMValueRef identity, unsigned maxprefix, bool inclusive) in ac_build_scan() argument
3884 src = ac_wavefront_shift_right_1(ctx, src, identity, maxprefix); in ac_build_scan()
3889 assert(maxprefix == 64); in ac_build_scan()
3930 if (maxprefix <= 1) in ac_build_scan()
3934 if (maxprefix <= 2) in ac_build_scan()
3938 if (maxprefix <= 3) in ac_build_scan()
3942 if (maxprefix <= 4) in ac_build_scan()
[all …]