Searched refs:zs_load_type (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_depth.c | 546 struct lp_type zs_load_type = zs_type; local in function:lp_build_depth_stencil_load_swizzled 548 zs_load_type.length = zs_load_type.length / 2; 549 load_ptr_type = LLVMPointerType(lp_build_vec_type(gallivm, zs_load_type), 0); 590 zs_dst2 = lp_build_undef(gallivm, zs_load_type); 685 struct lp_type zs_load_type = zs_type; local in function:lp_build_depth_stencil_write_swizzled 687 zs_load_type.length = zs_load_type.length / 2; 688 load_ptr_type = LLVMPointerType(lp_build_vec_type(gallivm, zs_load_type), 0); 759 zs_load_type [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_depth.c | 551 struct lp_type zs_load_type = zs_type; local in function:lp_build_depth_stencil_load_swizzled 553 zs_load_type.length = zs_load_type.length / 2; 554 load_ptr_type = LLVMPointerType(lp_build_vec_type(gallivm, zs_load_type), 0); 595 zs_dst2 = lp_build_undef(gallivm, zs_load_type); 695 struct lp_type zs_load_type = zs_type; local in function:lp_build_depth_stencil_write_swizzled 697 zs_load_type.length = zs_load_type.length / 2; 698 load_ptr_type = LLVMPointerType(lp_build_vec_type(gallivm, zs_load_type), 0); 768 zs_load_type [all...] |
Completed in 6 milliseconds