Searched refs:s_max_mask (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.c | 561 LLVMValueRef s_max_mask = lp_build_const_int_vec(gallivm, int_type, 255); local in function:generate_fs_loop 564 stencil_refs[0] = LLVMBuildAnd(builder, stencil_refs[0], s_max_mask, "");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.c | 1201 LLVMValueRef s_max_mask = lp_build_const_int_vec(gallivm, int_type, 255); local in function:generate_fs_loop 1203 stencil_refs[0] = LLVMBuildAnd(builder, stencil_refs[0], s_max_mask, "");
|
Completed in 11 milliseconds