Searched refs:countd (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_depth.c | 465 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()
|