Searched refs:blend1 (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen6_cc.c | 103 blend[b].blend1.logic_op_enable = 1; in gen6_upload_blend_state() 104 blend[b].blend1.logic_op_func = in gen6_upload_blend_state() 170 blend[b].blend1.pre_blend_clamp_enable = 1; in gen6_upload_blend_state() 171 blend[b].blend1.post_blend_clamp_enable = 1; in gen6_upload_blend_state() 172 blend[b].blend1.clamp_range = BRW_RENDERTARGET_CLAMPRANGE_FORMAT; in gen6_upload_blend_state() 176 blend[b].blend1.alpha_test_enable = 1; in gen6_upload_blend_state() 177 blend[b].blend1.alpha_test_func = in gen6_upload_blend_state() 184 blend[b].blend1.dither_enable = 1; in gen6_upload_blend_state() 185 blend[b].blend1.y_dither_offset = 0; in gen6_upload_blend_state() 186 blend[b].blend1.x_dither_offset = 0; in gen6_upload_blend_state() [all …]
|
D | brw_structs.h | 222 } blend1; member
|
/external/llvm/test/CodeGen/X86/ |
D | 2012-07-15-vshl.ll | 28 …%blend1.i583 = call <8 x float> @llvm.x86.avx.blendv.ps.256(<8 x float> undef, <8 x float> undef, …
|
/external/eigen/Eigen/src/Core/arch/AVX512/ |
D | PacketMath.h | 726 __m256 blend1 = _mm256_blend_ps(sum1, sum2, 0xcc); 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/ |
D | PacketMath.h | 377 __m256 blend1 = _mm256_blend_ps(sum1, sum2, 0xcc); 380 __m256 final = _mm256_blend_ps(blend1, blend2, 0xf0);
|
/external/llvm/test/Transforms/InstCombine/ |
D | x86-pshufb.ll | 69 define <16 x i8> @blend1(<16 x i8> %InVec) { 70 ; CHECK-LABEL: @blend1(
|