Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs_fastpath.c102 __m128i inv_mask = _mm_set1_epi32(~int_mask & 0xffff); in expand_mask() local
105 vec_mask[0] = _mm_and_si128(inv_mask, _mm_setr_epi32(0x0001, 0x0002, 0x0004, 0x0008)); in expand_mask()
106 vec_mask[1] = _mm_and_si128(inv_mask, _mm_setr_epi32(0x0010, 0x0020, 0x0040, 0x0080)); in expand_mask()
107 inv_mask = _mm_srli_epi32(inv_mask, 8); in expand_mask()
108 vec_mask[2] = _mm_and_si128(inv_mask, _mm_setr_epi32(0x0001, 0x0002, 0x0004, 0x0008)); in expand_mask()
109 vec_mask[3] = _mm_and_si128(inv_mask, _mm_setr_epi32(0x0010, 0x0020, 0x0040, 0x0080)); in expand_mask()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_ir_common.c380 LLVMValueRef inv_mask; in lp_exec_mask_cond_invert() local
390 inv_mask = LLVMBuildNot(builder, mask->cond_mask, ""); in lp_exec_mask_cond_invert()
393 inv_mask, in lp_exec_mask_cond_invert()
/third_party/ffmpeg/libavcodec/
H A Descape124.c325 unsigned inv_mask = get_bits(&gb, 4); in escape124_decode_frame() local
327 if (inv_mask & (1 << i)) { in escape124_decode_frame()
/third_party/node/deps/v8/src/compiler/
H A Dint64-lowering.cc759 Node* inv_mask = in LowerNode() local
773 graph()->NewNode(machine()->Word32Xor(), inv_mask, in LowerNode()
809 auto* mask2 = inv_mask; in LowerNode()

Completed in 4 milliseconds