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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 442 LLVMValueRef countmask = lp_build_const_int_vec(gallivm, type, 1); local
470 LLVMValueRef countv = LLVMBuildAnd(builder, maskvalue, countmask, "countv");
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 442 LLVMValueRef countmask = lp_build_const_int_vec(gallivm, type, 1); local
470 LLVMValueRef countv = LLVMBuildAnd(builder, maskvalue, countmask, "countv");

Completed in 868 milliseconds