Home
last modified time | relevance | path

Searched refs:GET_BIT (Results 1 – 21 of 21) sorted by relevance

/external/u-boot/include/
Dedid.h24 #define GET_BIT(_x, _pos) \ macro
88 GET_BIT((_x).flags, 7)
96 GET_BIT((_x).flags, 2)
98 GET_BIT((_x).flags, 1)
100 GET_BIT((_x).flags, 0)
132 GET_BIT(((_x).manufacturer_name[0]), 7)
154 GET_BIT(((_x).video_input_definition), 7)
158 GET_BIT(((_x).video_input_definition), 4)
160 GET_BIT(((_x).video_input_definition), 3)
162 GET_BIT(((_x).video_input_definition), 2)
[all …]
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler_util.c122 ret |= GET_BIT(mask, swz) << chan; in swizzle_mask()
172 if (!GET_BIT(old_mask, i) in rewrite_writemask()
298 tmp.Negate |= GET_BIT(srcreg.Negate, swz) << i; in lmul_swizzle()
689 if (!GET_BIT(old_mask, old_idx)) in rc_make_conversion_swizzle()
692 if (GET_BIT(new_mask, new_idx)) { in rc_make_conversion_swizzle()
730 if(GET_BIT(negate, chan)){ in rc_get_constant_value()
Dradeon_pair_translate.c286 pair->Alpha.DepthWriteMask |= GET_BIT(inst->DstReg.WriteMask, 3); in set_pair_instruction()
295 GET_BIT(inst->DstReg.WriteMask, 3); in set_pair_instruction()
307 pair->Alpha.WriteMask |= (GET_BIT(inst->DstReg.WriteMask, 3) << 3); in set_pair_instruction()
Dradeon_dataflow_swizzles.c69 if (!GET_BIT(split.Phase[phase], chan)) in rewrite_source()
92 GET_BIT(usemask, chan) ? chan : RC_SWIZZLE_UNUSED); in rewrite_source()
Dradeon_program_constants.h121 #define GET_BIT(msk, idx) (((msk) >> (idx)) & 0x1) macro
Dradeon_dataflow_deadcode.c190 if (GET_BIT(newsrcmask, chan)) in update_instruction()
352 if (!GET_BIT(srcmasks[src], chan)) in rc_dataflow_deadcode()
Dr500_fragprog.c252 if (swz == RC_SWIZZLE_UNUSED || !GET_BIT(usemask, i)) in r500_swizzle_split()
254 negatebase[GET_BIT(src.Negate, i)] |= 1 << i; in r500_swizzle_split()
Dr300_fragprog_swizzle.c167 if (!GET_BIT(mask, comp)) in r300_swizzle_split()
Dradeon_optimize.c214 *pnegate = GET_BIT(src.Negate, chan); in is_src_uniform_constant()
217 if (swz != *pswz || *pnegate != GET_BIT(src.Negate, chan)) { in is_src_uniform_constant()
Dradeon_program_print.c191 if (GET_BIT(negate, comp)) in rc_print_swizzle()
Dradeon_dataflow.c308 if (GET_BIT(mask, chan)) in mask_to_chan_cb()
/external/u-boot/lib/bzip2/
Dbzlib_decompress.c113 #define GET_BIT(lll,uuu) \ macro
138 GET_BIT(label2, zj); \
311 GET_BIT(BZ_X_MAPPING_1, uc); in BZ2_decompress()
322 GET_BIT(BZ_X_MAPPING_2, uc); in BZ2_decompress()
337 GET_BIT(BZ_X_SELECTOR_3, uc); in BZ2_decompress()
365 GET_BIT(BZ_X_CODING_2, uc); in BZ2_decompress()
367 GET_BIT(BZ_X_CODING_3, uc); in BZ2_decompress()
/external/bzip2/
Ddecompress.c70 #define GET_BIT(lll,uuu) \ macro
95 GET_BIT(label2, zj); \
268 GET_BIT(BZ_X_MAPPING_1, uc); in BZ2_decompress()
279 GET_BIT(BZ_X_MAPPING_2, uc); in BZ2_decompress()
295 GET_BIT(BZ_X_SELECTOR_3, uc); in BZ2_decompress()
323 GET_BIT(BZ_X_CODING_2, uc); in BZ2_decompress()
325 GET_BIT(BZ_X_CODING_3, uc); in BZ2_decompress()
/external/libhevc/common/arm/
Dihevc_intra_ref_substitution_a9q.c63 #define GET_BIT(y,x) ((y) & (1 << x)) && (1 << x) macro
304 get_bits = GET_BIT(nbr_flags_temp, 8); in ihevc_intra_pred_chroma_ref_substitution_a9q()
315 get_bits = GET_BIT(nbr_flags_temp, frwd_nbr_flag); in ihevc_intra_pred_chroma_ref_substitution_a9q()
371 get_bits = GET_BIT(nbr_flags, 16); in ihevc_intra_pred_chroma_ref_substitution_a9q()
381 get_bits = GET_BIT(nbr_flags, frwd_nbr_flag); in ihevc_intra_pred_chroma_ref_substitution_a9q()
/external/libhevc/common/
Dihevc_chroma_intra_pred_filters.c88 #define GET_BIT(y,x) ((y) & (1 << x)) && (1 << x) macro
335 get_bits = GET_BIT(nbr_flags_temp, 8); in ihevc_intra_pred_chroma_ref_substitution()
346 get_bits = GET_BIT(nbr_flags_temp, frwd_nbr_flag); in ihevc_intra_pred_chroma_ref_substitution()
402 get_bits = GET_BIT(nbr_flags, 16); in ihevc_intra_pred_chroma_ref_substitution()
412 get_bits = GET_BIT(nbr_flags, frwd_nbr_flag); in ihevc_intra_pred_chroma_ref_substitution()
/external/libavc/common/
Dih264_macros.h105 #define GET_BIT(x, pos) ((x) >> (pos)) & 0x1 macro
/external/mesa3d/src/mesa/program/
Dprog_instruction.h61 #define GET_BIT(msk, idx) (((msk) >> (idx)) & 0x1) macro
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c204 GET_BIT(source->Negate, 0), in src_vector()
205 GET_BIT(source->Negate, 1), in src_vector()
206 GET_BIT(source->Negate, 2), in src_vector()
207 GET_BIT(source->Negate, 3)); in src_vector()
/external/u-boot/lib/lzma/
DLzmaDec.c28 #define GET_BIT(p, i) GET_BIT2(p, i, ; , ;) macro
30 #define TREE_GET_BIT(probs, i) { GET_BIT((probs + i), i); }
182 do { GET_BIT(prob + symbol, symbol) } while (symbol < 0x100); in LzmaDec_DecodeReal()
/external/libhevc/common/x86/
Dihevc_chroma_intra_pred_filters_sse42_intr.c75 #define GET_BIT(y,x) ((y) & (1 << x)) && (1 << x) macro
Dihevc_chroma_intra_pred_filters_ssse3_intr.c94 #define GET_BIT(y,x) ((y) & (1 << x)) && (1 << x) macro