Searched refs:ls_type (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/safe_numerics/concept/ |
D | promotion_policy.hpp | 22 using ls_type = typename PP::template left_shift_result<T, U>; typedef
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 2336 struct lp_type ls_type; in generate_unswizzled_blend() local 2823 ls_type = dst_type; in generate_unswizzled_blend() 2842 ls_type.length = dst_type.length * dst_type.width / 32; in generate_unswizzled_blend() 2843 ls_type.width = 32; in generate_unswizzled_blend() 2849 dst, ls_type, dst_count / 4, dst_alignment, NULL, NULL, false); in generate_unswizzled_blend() 2851 dst[i] = lp_build_undef(gallivm, ls_type); in generate_unswizzled_blend() 2857 dst, ls_type, dst_count, dst_alignment, NULL, NULL, false); in generate_unswizzled_blend() 2872 if (ls_type.length != dst_type.length && ls_type.length == 1) { in generate_unswizzled_blend() 2873 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, ls_type); in generate_unswizzled_blend() 2880 lp_build_concat_n(gallivm, ls_type, dst, 4, dst, src_count); in generate_unswizzled_blend() [all …]
|