Home | History | Annotate | Download | only in llvmpipe

Lines Matching refs:mask_input

105  * Expand the relevant bits of mask_input to a n*4-dword mask for the
112 * \param mask_input bitwise mask for the whole 4x4 stamp
118 LLVMValueRef mask_input) /* int32 */
135 * mask_input >>= (quad * 4)
157 mask_input = LLVMBuildLShr(builder,
158 mask_input,
163 * mask = { mask_input & (1 << i), for i in [0,3] }
167 mask_input);
214 * \param partial_mask if 1, do mask_input testing
231 LLVMValueRef mask_input,
305 i*type.length/4, mask_input);
786 LLVMValueRef mask_input;
868 arg_types[9] = int32_type; /* mask_input */
895 mask_input = LLVMGetParam(function, 9);
905 lp_build_name(mask_input, "mask_input");
964 mask_input,
1003 i*fs_type.length/4, mask_input);