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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 554 LLVMValueRef zs_dst, z_dst = NULL; local
657 z_dst = LLVMBuildLShr(builder, zs_dst, shift, "z_dst");
661 z_dst = LLVMBuildAnd(builder, zs_dst, z_bitmask, "z_dst");
663 z_dst = zs_dst;
664 lp_build_name(z_dst, "z_dst");
758 z_pass = lp_build_cmp(&z_bld, depth->func, z_src, z_dst);
785 * z_dst[i] = zselectmask[i] ? z_src[i] : z_dst[i
875 LLVMValueRef z_dst; local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 554 LLVMValueRef zs_dst, z_dst = NULL; local
657 z_dst = LLVMBuildLShr(builder, zs_dst, shift, "z_dst");
661 z_dst = LLVMBuildAnd(builder, zs_dst, z_bitmask, "z_dst");
663 z_dst = zs_dst;
664 lp_build_name(z_dst, "z_dst");
758 z_pass = lp_build_cmp(&z_bld, depth->func, z_src, z_dst);
785 * z_dst[i] = zselectmask[i] ? z_src[i] : z_dst[i
875 LLVMValueRef z_dst; local
    [all...]

Completed in 544 milliseconds