Home
last modified time | relevance | path

Searched refs:mask_b (Results 1 – 12 of 12) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedBase.cpp146 (ia[2] != state[idx].mask_b) || (static_cast<int>(lia[2]) != state[idx].mask_b) || in CheckBuffer()
147 (static_cast<int>(ba[2]) != state[idx].mask_b) || (ia[3] != state[idx].mask_a) || in CheckBuffer()
151 << state[idx].mask_r << ", " << state[idx].mask_g << ", " << state[idx].mask_b << ", " in CheckBuffer()
176 (ia[2] != state[idx].mask_b) || (static_cast<int>(lia[2]) != state[idx].mask_b) || in CheckBuffer()
180 …(static_cast<int>(ba[2]) != state[idx].mask_b) || (static_cast<int>(fa[2]) != state[idx].mask_b) || in CheckBuffer()
184 << state[idx].mask_r << ", " << state[idx].mask_g << ", " << state[idx].mask_b << ", " in CheckBuffer()
228 state[idx].mask_b = b; in SetColorMaski()
295 state[i].mask_b = b; in SetColorMask()
DesextcDrawBuffersIndexedBase.hpp67 glw::GLboolean mask_b; member in glcts::DrawBuffersIndexedBase::BlendMaskState
80 , mask_b(GL_TRUE) in BlendMaskState()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/
Dextract-highbits-sameconstmask.ll37 define i32 @mask_b(i32 %val) nounwind {
38 ; CHECK-LABEL: 'mask_b'
39 ; CHECK-NEXT: Classifying expressions for: @mask_b
42 ; CHECK-NEXT: Determining loop execution counts for: @mask_b
Dextract-highbits-variablemask.ll39 define i32 @mask_b(i32 %val, i32 %numlowbits) nounwind {
40 ; CHECK-LABEL: 'mask_b'
41 ; CHECK-NEXT: Classifying expressions for: @mask_b
46 ; CHECK-NEXT: Determining loop execution counts for: @mask_b
Dextract-lowbits-variablemask.ll44 define i32 @mask_b(i32 %val, i32 %numlowbits) nounwind {
45 ; CHECK-LABEL: 'mask_b'
46 ; CHECK-NEXT: Classifying expressions for: @mask_b
53 ; CHECK-NEXT: Determining loop execution counts for: @mask_b
/external/webp/src/dsp/
Dlossless_enc_sse41.c56 const __m128i mask_b = _mm_set1_epi16(0x00ff); // blue mask in CollectColorBlueTransforms_SSE41() local
80 const __m128i E = _mm_and_si128(D, mask_b); // 0 b'' in CollectColorBlueTransforms_SSE41()
Dlossless_enc_sse2.c89 const __m128i mask_b = _mm_set1_epi32(0x0000ff); // blue mask in CollectColorBlueTransforms_SSE2() local
112 const __m128i H0 = _mm_and_si128(G0, mask_b); // 0 0 | 0 b in CollectColorBlueTransforms_SSE2()
113 const __m128i H1 = _mm_and_si128(G1, mask_b); in CollectColorBlueTransforms_SSE2()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dvector_support_library.cc283 llvm::SmallVector<llvm::Constant*, 32> mask_a, mask_b; in AvxStyleHorizontalAdd() local
302 mask_b.push_back(b()->getInt32(increment + i + 1)); in AvxStyleHorizontalAdd()
307 mask_b.push_back(b()->getInt32(increment + i + 1)); in AvxStyleHorizontalAdd()
313 b()->CreateShuffleVector(lhs, rhs, llvm::ConstantVector::get(mask_b)); in AvxStyleHorizontalAdd()
/external/u-boot/drivers/video/
Dipu_disp.c314 #define mask_b(b) ((u32)(b) & 0x3FFF) macro
404 (mask_b((*coeff)[3][0]) << 16) | in ipu_dp_csc_setup()
406 __raw_writel(mask_b((*coeff)[3][1]) | ((*coeff)[4][1] << 14) | in ipu_dp_csc_setup()
407 (mask_b((*coeff)[3][2]) << 16) | in ipu_dp_csc_setup()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Davx512-ext.ll1359 %mask_b = trunc <16 x i8>%a to <16 x i1>
1360 %mask = bitcast <16 x i1> %mask_b to i16
1382 %mask_b = trunc <16 x i32>%a to <16 x i1>
1383 %mask = bitcast <16 x i1> %mask_b to i16
1395 %mask_b = trunc <4 x i32>%b to <4 x i1>
1396 %a_and_b = and <4 x i1>%mask_a, %mask_b
1420 %mask_b = trunc <8 x i16>%a to <8 x i1>
1421 %mask = bitcast <8 x i1> %mask_b to i8
Davx512-schedule.ll4298 %mask_b = trunc <16 x i8>%a to <16 x i1>
4299 %mask = bitcast <16 x i1> %mask_b to i16
4321 %mask_b = trunc <16 x i32>%a to <16 x i1>
4322 %mask = bitcast <16 x i1> %mask_b to i16
4341 %mask_b = trunc <4 x i32>%b to <4 x i1>
4342 %a_and_b = and <4 x i1>%mask_a, %mask_b
4364 %mask_b = trunc <8 x i16>%a to <8 x i1>
4365 %mask = bitcast <8 x i1> %mask_b to i8
/external/llvm/test/CodeGen/X86/
Davx512-ext.ll1341 %mask_b = trunc <16 x i8>%a to <16 x i1>
1342 %mask = bitcast <16 x i1> %mask_b to i16
1354 %mask_b = trunc <16 x i32>%a to <16 x i1>
1355 %mask = bitcast <16 x i1> %mask_b to i16
1376 %mask_b = trunc <4 x i32>%b to <4 x i1>
1377 %a_and_b = and <4 x i1>%mask_a, %mask_b
1400 %mask_b = trunc <8 x i16>%a to <8 x i1>
1401 %mask = bitcast <8 x i1> %mask_b to i8