Searched refs:inv_mask (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs_fastpath.c | 102 __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/ |
D | lp_bld_ir_common.c | 380 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/ |
D | escape124.c | 326 unsigned inv_mask = get_bits(&gb, 4); in escape124_decode_frame() local 328 if (inv_mask & (1 << i)) { in escape124_decode_frame()
|