Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c465 LLVMValueRef shufflev, countd; in lp_build_occlusion_count() local
476 countd = LLVMBuildShuffleVector(builder, countv, LLVMGetUndef(i8vntype), shufflev, ""); in lp_build_occlusion_count()
477 countd = LLVMBuildBitCast(builder, countd, counttype, "countd"); in lp_build_occlusion_count()
499 count = lp_build_intrinsic_unary(builder, popcntintr, counttype, countd); in lp_build_occlusion_count()