HomeSort by relevance Sort by last modified time
    Searched refs:counttype (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 471 LLVMTypeRef counttype = LLVMIntTypeInContext(context, type.length * 8); local
485 countd = LLVMBuildBitCast(builder, countd, counttype, "countd");
507 count = lp_build_intrinsic_unary(builder, popcntintr, counttype, countd);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 471 LLVMTypeRef counttype = LLVMIntTypeInContext(context, type.length * 8); local
485 countd = LLVMBuildBitCast(builder, countd, counttype, "countd");
507 count = lp_build_intrinsic_unary(builder, popcntintr, counttype, countd);

Completed in 114 milliseconds