Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_compute_variance.cpp110 bool have_z = arg.have_z; in compute_pixel_region_variance() local
129 int kernel_radius_z = have_z ? kernel_radius : 0; in compute_pixel_region_variance()
133 int padsize_z = size_z + (have_z ? kerneldim : 0); in compute_pixel_region_variance()
136 int zd_start = have_z ? 1 : 0; in compute_pixel_region_variance()
296 if (have_z) in compute_pixel_region_variance()
328 if (have_z) in compute_pixel_region_variance()
344 if (have_z) in compute_pixel_region_variance()
354 if (have_z) in compute_pixel_region_variance()
437 bool have_z in init_compute_averages() local
[all...]
H A Dastcenc_internal.h1157 bool have_z; member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c854 boolean have_z, have_s; in lp_build_depth_stencil_test() local
941 have_z = get_z_shift_and_mask(format_desc, &z_shift, &z_width, &z_mask); in lp_build_depth_stencil_test()
944 if (have_z) { in lp_build_depth_stencil_test()
1136 if (have_z && z_shift) { in lp_build_depth_stencil_test()
1146 if (have_z && have_s) in lp_build_depth_stencil_test()
1148 else if (have_z) in lp_build_depth_stencil_test()

Completed in 7 milliseconds