Searched refs:mask_input (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.c | 212 * Expand the relevant bits of mask_input to a n*4-dword mask for the 219 * \param mask_input bitwise mask for the whole 4x4 stamp 226 LLVMValueRef mask_input) /* int64 */ 243 * mask_input >>= (quad * 4) 265 mask_input = LLVMBuildLShr(builder, mask_input, lp_build_const_int64(gallivm, 16 * sample), ""); 266 mask_input = LLVMBuildTrunc(builder, mask_input, 268 mask_input = LLVMBuildAnd(builder, mask_input, lp_build_const_int3 222 generate_quad_mask(struct gallivm_state * gallivm,struct lp_type fs_type,unsigned first_quad,unsigned sample,LLVMValueRef mask_input) argument 3013 LLVMValueRef mask_input; local in function:generate_fragment [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.c | 112 * Expand the relevant bits of mask_input to a n*4-dword mask for the 119 * \param mask_input bitwise mask for the whole 4x4 stamp 125 LLVMValueRef mask_input) /* int32 */ 142 * mask_input >>= (quad * 4) 164 mask_input = LLVMBuildLShr(builder, 165 mask_input, 170 * mask = { mask_input & (1 << i), for i in [0,3] } 174 mask_input); 2427 LLVMValueRef mask_input; local in function:generate_fragment 2501 arg_types[9] = int32_type; /* mask_input */ 122 generate_quad_mask(struct gallivm_state * gallivm,struct lp_type fs_type,unsigned first_quad,LLVMValueRef mask_input) argument [all...] |
Completed in 7 milliseconds