Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c548 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()
605 LLVMConstVector(shuffles, zs_type.length), ""); in lp_build_depth_stencil_load_swizzled()
622 struct lp_type typex2 = zs_type; in lp_build_depth_stencil_load_swizzled()
623 struct lp_type s_type = zs_type; in lp_build_depth_stencil_load_swizzled()
636 for (unsigned i = 0; i < zs_type.length; i++) { in lp_build_depth_stencil_load_swizzled()
641 LLVMConstVector(shuffles1, zs_type.length), ""); in lp_build_depth_stencil_load_swizzled()
643 LLVMConstVector(shuffles2, zs_type.length), ""); in lp_build_depth_stencil_load_swizzled()
694 struct lp_type zs_type = lp_depth_type(format_desc, z_src_type.length); in lp_build_depth_stencil_write_swizzled() local
695 struct lp_type z_type = zs_type; in lp_build_depth_stencil_write_swizzled()
[all...]
H A Dlp_state_fs.c830 struct lp_type zs_type = lp_depth_type(zs_format_desc, type.length); in generate_fs_loop() local
831 struct lp_type z_type = zs_type; in generate_fs_loop()
832 struct lp_type s_type = zs_type; in generate_fs_loop()

Completed in 9 milliseconds