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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c611 struct lp_type typex2 = zs_type; local in function:lp_build_depth_stencil_load_swizzled
617 typex2.width = typex2.width / 2;
618 typex2.length = typex2.length * 2;
623 lp_build_vec_type(gallivm, typex2), "");
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c622 struct lp_type typex2 = zs_type; local in function:lp_build_depth_stencil_load_swizzled
628 typex2.width = typex2.width / 2;
629 typex2.length = typex2.length * 2;
634 lp_build_vec_type(gallivm, typex2), "");

Completed in 5 milliseconds