Searched refs:zs_type (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_depth.c | 545 struct lp_type zs_type = lp_depth_type(format_desc, z_src_type.length); local in function:lp_build_depth_stencil_load_swizzled 546 struct lp_type zs_load_type = zs_type; 599 LLVMConstVector(shuffles, zs_type.length), ""); 611 struct lp_type typex2 = zs_type; 612 struct lp_type s_type = zs_type; 625 for (i = 0; i < zs_type.length; i++) { 630 LLVMConstVector(shuffles1, zs_type.length), ""); 632 LLVMConstVector(shuffles2, zs_type.length), ""); 683 struct lp_type zs_type = lp_depth_type(format_desc, z_src_type.length); local in function:lp_build_depth_stencil_write_swizzled 684 struct lp_type z_type = zs_type; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_depth.c | 550 struct lp_type zs_type = lp_depth_type(format_desc, z_src_type.length); local in function:lp_build_depth_stencil_load_swizzled 551 struct lp_type zs_load_type = zs_type; 604 LLVMConstVector(shuffles, zs_type.length), ""); 622 struct lp_type typex2 = zs_type; 623 struct lp_type s_type = zs_type; 636 for (i = 0; i < zs_type.length; i++) { 641 LLVMConstVector(shuffles1, zs_type.length), ""); 643 LLVMConstVector(shuffles2, zs_type.length), ""); 693 struct lp_type zs_type = lp_depth_type(format_desc, z_src_type.length); local in function:lp_build_depth_stencil_write_swizzled 694 struct lp_type z_type = zs_type; [all...] |
| H A D | lp_state_fs.c | 776 struct lp_type zs_type = lp_depth_type(zs_format_desc, type.length); local in function:generate_fs_loop 777 struct lp_type z_type = zs_type; 778 struct lp_type s_type = zs_type;
|
Completed in 14 milliseconds