Searched refs:mask_b (Results 1 - 4 of 4) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedBase.cpp146 (ia[2] != state[idx].mask_b) || (static_cast<int>(lia[2]) != state[idx].mask_b) ||
147 (static_cast<int>(ba[2]) != state[idx].mask_b) || (ia[3] != state[idx].mask_a) ||
151 << state[idx].mask_r << ", " << state[idx].mask_g << ", " << state[idx].mask_b << ", "
176 (ia[2] != state[idx].mask_b) || (static_cast<int>(lia[2]) != state[idx].mask_b) ||
180 (static_cast<int>(ba[2]) != state[idx].mask_b) || (static_cast<int>(fa[2]) != state[idx].mask_b) ||
184 << state[idx].mask_r << ", " << state[idx].mask_g << ", " << state[idx].mask_b << ", "
228 state[idx].mask_b
[all...]
H A DesextcDrawBuffersIndexedBase.hpp67 glw::GLboolean mask_b; member in class:glcts::DrawBuffersIndexedBase::BlendMaskState
80 , mask_b(GL_TRUE)
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dvector_support_library.cc292 llvm::SmallVector<llvm::Constant*, 32> mask_a, mask_b; local
294 // Adding the values shuffled using mask_a and mask_b gives us the
303 // mask_b: |1 |3 |9 |11 |5 |7 |13 |16
311 mask_b.push_back(ir_builder()->getInt32(increment + i + 1));
316 mask_b.push_back(ir_builder()->getInt32(increment + i + 1));
322 lhs, rhs, llvm::ConstantVector::get(mask_b));
/external/webp/src/dsp/
H A Dlossless_enc_sse2.c95 const __m128i mask_b = _mm_set1_epi32(0x0000ff); // blue mask local
118 const __m128i H0 = _mm_and_si128(G0, mask_b); // 0 0 | 0 b
119 const __m128i H1 = _mm_and_si128(G1, mask_b);

Completed in 276 milliseconds