Searched refs:z_width (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c553 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 92 milliseconds