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

/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c471 LLVMTypeRef counttype = LLVMIntTypeInContext(context, type.length * 8); local
485 countd = LLVMBuildBitCast(builder, countd, counttype, "countd");
507 count = lp_build_intrinsic_unary(builder, popcntintr, counttype, countd);

Completed in 39 milliseconds