Searched refs:z_shift (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 | 835 unsigned z_shift = 0, z_width = 0, z_mask = 0; local in function:lp_build_depth_stencil_test 926 have_z = get_z_shift_and_mask(format_desc, &z_shift, &z_width, &z_mask); 937 if (z_shift) { 938 LLVMValueRef shift = lp_build_const_int_vec(gallivm, z_type, z_shift); 1121 if (have_z && z_shift) { 1122 LLVMValueRef shift = lp_build_const_int_vec(gallivm, z_type, z_shift);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_depth.c | 846 unsigned z_shift = 0, z_width = 0, z_mask = 0; local in function:lp_build_depth_stencil_test 937 have_z = get_z_shift_and_mask(format_desc, &z_shift, &z_width, &z_mask); 948 if (z_shift) { 949 LLVMValueRef shift = lp_build_const_int_vec(gallivm, z_type, z_shift); 1132 if (have_z && z_shift) { 1133 LLVMValueRef shift = lp_build_const_int_vec(gallivm, z_type, z_shift);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 7.10.rst | 1869 - llvmpipe: Ensure z_shift and z_width is initialized.
|
Completed in 9 milliseconds