Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c549 struct lp_type zs_type = lp_depth_type(format_desc, z_src_type.length); in lp_build_depth_stencil_load_swizzled() local
550 struct lp_type zs_load_type = zs_type; in lp_build_depth_stencil_load_swizzled()
603 LLVMConstVector(shuffles, zs_type.length), ""); in lp_build_depth_stencil_load_swizzled()
621 struct lp_type typex2 = zs_type; in lp_build_depth_stencil_load_swizzled()
622 struct lp_type s_type = zs_type; in lp_build_depth_stencil_load_swizzled()
635 for (i = 0; i < zs_type.length; i++) { in lp_build_depth_stencil_load_swizzled()
640 LLVMConstVector(shuffles1, zs_type.length), ""); in lp_build_depth_stencil_load_swizzled()
642 LLVMConstVector(shuffles2, zs_type.length), ""); in lp_build_depth_stencil_load_swizzled()
692 struct lp_type zs_type = lp_depth_type(format_desc, z_src_type.length); in lp_build_depth_stencil_write_swizzled() local
693 struct lp_type z_type = zs_type; in lp_build_depth_stencil_write_swizzled()
[all …]
Dlp_state_fs.c759 struct lp_type zs_type = lp_depth_type(zs_format_desc, type.length); in generate_fs_loop() local
760 struct lp_type z_type = zs_type; in generate_fs_loop()
761 struct lp_type s_type = zs_type; in generate_fs_loop()