Searched defs:z_type (Results 1 - 2 of 2) sorted by relevance

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

Completed in 53 milliseconds