Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c465 LLVMTypeRef counttype = LLVMIntTypeInContext(context, type.length * 8); in lp_build_occlusion_count() local
483 countd = LLVMBuildBitCast(builder, countd, counttype, "countd"); in lp_build_occlusion_count()
505 count = lp_build_intrinsic_unary(builder, popcntintr, counttype, countd); in lp_build_occlusion_count()