Searched refs:countv (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_depth.c | 464 LLVMValueRef countv = LLVMBuildAnd(builder, maskvalue, countmask, "countv"); in lp_build_occlusion_count() local 471 countv = LLVMBuildBitCast(builder, countv, i8vntype, ""); in lp_build_occlusion_count() 482 countd = LLVMBuildShuffleVector(builder, countv, LLVMGetUndef(i8vntype), shufflev, ""); in lp_build_occlusion_count()
|