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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c462 LLVMValueRef countv = LLVMBuildAnd(builder, maskvalue, countmask, "countv"); local in function:lp_build_occlusion_count
469 countv = LLVMBuildBitCast(builder, countv, i8vntype, "");
476 countd = LLVMBuildShuffleVector(builder, countv, LLVMGetUndef(i8vntype), shufflev, "");
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c463 LLVMValueRef countv = LLVMBuildAnd(builder, maskvalue, countmask, "countv"); local in function:lp_build_occlusion_count
470 countv = LLVMBuildBitCast(builder, countv, i8vntype, "");
481 countd = LLVMBuildShuffleVector(builder, countv, LLVMGetUndef(i8vntype), shufflev, "");

Completed in 16 milliseconds