Searched refs:blend1 (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen6_cc.c93 blend[b].blend1.logic_op_enable = 1;
94 blend[b].blend1.logic_op_func =
144 blend[b].blend1.pre_blend_clamp_enable = 1;
145 blend[b].blend1.post_blend_clamp_enable = 1;
146 blend[b].blend1.clamp_range = BRW_RENDERTARGET_CLAMPRANGE_FORMAT;
150 blend[b].blend1.alpha_test_enable = 1;
151 blend[b].blend1.alpha_test_func =
158 blend[b].blend1.dither_enable = 1;
159 blend[b].blend1.y_dither_offset = 0;
160 blend[b].blend1
[all...]
H A Dgen6_blorp.cpp302 blend->blend1.pre_blend_clamp_enable = 1;
303 blend->blend1.post_blend_clamp_enable = 1;
304 blend->blend1.clamp_range = BRW_RENDERTARGET_CLAMPRANGE_FORMAT;
306 blend->blend1.write_disable_r = false;
307 blend->blend1.write_disable_g = false;
308 blend->blend1.write_disable_b = false;
309 blend->blend1.write_disable_a = false;
H A Dbrw_structs.h248 } blend1; member in struct:gen6_blend_state
/external/eigen/Eigen/src/Core/arch/AVX512/
H A DPacketMath.h726 __m256 blend1 = _mm256_blend_ps(sum1, sum2, 0xcc); local
729 __m256 final = _mm256_blend_ps(blend1, blend2, 0xf0);
751 blend1 = _mm256_blend_ps(sum1, sum2, 0xcc);
754 final = padd(final, _mm256_blend_ps(blend1, blend2, 0xf0));
776 blend1 = _mm256_blend_ps(sum1, sum2, 0xcc);
779 __m256 final_1 = _mm256_blend_ps(blend1, blend2, 0xf0);
801 blend1 = _mm256_blend_ps(sum1, sum2, 0xcc);
804 final_1 = padd(final_1, _mm256_blend_ps(blend1, blend2, 0xf0));
/external/eigen/Eigen/src/Core/arch/AVX/
H A DPacketMath.h377 __m256 blend1 = _mm256_blend_ps(sum1, sum2, 0xcc); local
380 __m256 final = _mm256_blend_ps(blend1, blend2, 0xf0);

Completed in 180 milliseconds