Searched refs:ac_build_permlane16 (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 3591 static LLVMValueRef ac_build_permlane16(struct ac_llvm_context *ctx, LLVMValueRef src, uint64_t sel, in ac_build_permlane16() function 3904 tmp2 = ac_build_permlane16(ctx, src, (uint64_t)~0, true, false); in ac_wavefront_shift_right_1() 4040 tmp = ac_build_permlane16(ctx, result, ~(uint64_t)0, true, false); in ac_build_scan() 4154 swap = ac_build_permlane16(ctx, result, 0, true, false); in ac_build_reduce()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.0.0.rst | 3093 - ac: add 8-bit and 16-bit supports to ac_build_permlane16()
|