HomeSort by relevance Sort by last modified time
    Searched refs:z_width (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)) {
735 z_width,
747 if (z_src_type.width > z_width) {
749 z_src_type.width - z_width);
  /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)) {
735 z_width,
747 if (z_src_type.width > z_width) {
749 z_src_type.width - z_width);

Completed in 477 milliseconds