Home
last modified time | relevance | path

Searched refs:z_type (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c549 struct lp_type z_type; in lp_build_depth_stencil_test() local
577 z_type = lp_depth_type(format_desc, z_src_type.width*z_src_type.length); in lp_build_depth_stencil_test()
580 assert(z_type.width == z_src_type.width); in lp_build_depth_stencil_test()
581 assert(z_type.length == z_src_type.length); in lp_build_depth_stencil_test()
609 assert(format_desc->block.bits == z_type.width); in lp_build_depth_stencil_test()
610 if (z_type.floating) { in lp_build_depth_stencil_test()
621 assert(!z_type.fixed); in lp_build_depth_stencil_test()
627 lp_build_context_init(&z_bld, gallivm, z_type); in lp_build_depth_stencil_test()
630 s_type = lp_int_type(z_type); in lp_build_depth_stencil_test()
649 z_bitmask = lp_build_const_int_vec(gallivm, z_type, z_mask); in lp_build_depth_stencil_test()
[all …]