Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c545 struct lp_type zs_type = lp_depth_type(format_desc, z_src_type.length); in lp_build_depth_stencil_load_swizzled() local
546 struct lp_type zs_load_type = zs_type; in lp_build_depth_stencil_load_swizzled()
599 LLVMConstVector(shuffles, zs_type.length), ""); in lp_build_depth_stencil_load_swizzled()
611 struct lp_type typex2 = zs_type; in lp_build_depth_stencil_load_swizzled()
612 struct lp_type s_type = zs_type; in lp_build_depth_stencil_load_swizzled()
625 for (i = 0; i < zs_type.length; i++) { in lp_build_depth_stencil_load_swizzled()
630 LLVMConstVector(shuffles1, zs_type.length), ""); in lp_build_depth_stencil_load_swizzled()
632 LLVMConstVector(shuffles2, zs_type.length), ""); in lp_build_depth_stencil_load_swizzled()
683 struct lp_type zs_type = lp_depth_type(format_desc, z_src_type.length); in lp_build_depth_stencil_write_swizzled() local
684 struct lp_type z_type = zs_type; in lp_build_depth_stencil_write_swizzled()
[all …]