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

/external/chromium_org/third_party/mesa/src/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);
/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 121 milliseconds