Searched refs:counttype (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_depth.c | 463 LLVMTypeRef counttype = LLVMIntTypeInContext(context, type.length * 8); local in function:lp_build_occlusion_count 477 countd = LLVMBuildBitCast(builder, countd, counttype, "countd"); 499 count = lp_build_intrinsic_unary(builder, popcntintr, counttype, countd);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_depth.c | 464 LLVMTypeRef counttype = LLVMIntTypeInContext(context, type.length * 8); local in function:lp_build_occlusion_count 482 countd = LLVMBuildBitCast(builder, countd, counttype, "countd"); 504 count = lp_build_intrinsic_unary(builder, popcntintr, counttype, countd);
|
Completed in 5 milliseconds