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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 553 unsigned z_shift = 0, z_width = 0, z_mask = 0; local
647 if (get_z_shift_and_mask(format_desc, &z_shift, &z_width, &z_mask)) {
655 if (z_shift) {
656 LLVMValueRef shift = lp_build_const_int_vec(gallivm, z_type, z_shift);
818 if (z_dst && z_shift) {
819 LLVMValueRef shift = lp_build_const_int_vec(gallivm, z_type, z_shift);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 553 unsigned z_shift = 0, z_width = 0, z_mask = 0; local
647 if (get_z_shift_and_mask(format_desc, &z_shift, &z_width, &z_mask)) {
655 if (z_shift) {
656 LLVMValueRef shift = lp_build_const_int_vec(gallivm, z_type, z_shift);
818 if (z_dst && z_shift) {
819 LLVMValueRef shift = lp_build_const_int_vec(gallivm, z_type, z_shift);

Completed in 160 milliseconds