Searched refs:is_rgb (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/pixman/dist/test/utils/
H A Dutils.h211 initialize_palette (pixman_indexed_t *palette, uint32_t depth, int is_rgb);
H A Dutils.c1018 #define CONVERT_15(c, is_rgb) \
1019 (is_rgb? \
1046 initialize_palette (pixman_indexed_t *palette, uint32_t depth, int is_rgb) argument
1073 i15 = CONVERT_15 (rgba24, is_rgb);
1076 if (CONVERT_15 (palette->rgba[old_idx], is_rgb) == i15)
1088 assert (palette->ent[CONVERT_15 (palette->rgba[i], is_rgb)] == i);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c507 unsigned int srcp_src, srcp_regs, is_rgb, is_alpha; local in function:merge_presub_sources
515 is_rgb = 1;
520 is_rgb = 0;
543 free_source = rc_pair_alloc_source(dst_full, is_rgb, is_alpha,
558 free_source = rc_pair_alloc_source(dst_full, is_rgb,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c507 unsigned int srcp_src, srcp_regs, is_rgb, is_alpha; local in function:merge_presub_sources
515 is_rgb = 1;
520 is_rgb = 0;
543 free_source = rc_pair_alloc_source(dst_full, is_rgb, is_alpha,
558 free_source = rc_pair_alloc_source(dst_full, is_rgb,
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_video.c2538 int is_rgb; local in function:RADEONDisplayVideo
2552 is_rgb=0; is_planar=0;
2562 is_rgb=1;
2651 if(!is_rgb && (((h_inc+h_inc/2)*h_inc_d)<(2<<12))){
2671 if(!is_rgb && (step_by_y==1) && (step_by_uv==1) && (h_inc < (1<<12))
2728 (((deinterlacing_method!=METHOD_WEAVE)&&!is_rgb)?0x03:0x01);
2746 if (!is_rgb)
2756 OUTREG(RADEON_OV0_H_INC, h_inc | ((is_rgb? h_inc_uv: (h_inc_uv >> 1)) << 16));
2821 if (!is_rgb)

Completed in 26 milliseconds