Searched refs:p_color (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Dtv_fs450.h227 int FS450_get_color(int *p_color);
H A Dgfx_tv.c813 gfx_get_color(int *p_color) argument
819 retval = fs450_get_color(p_color);
H A Dtv_fs450.c476 static void conget_color(int *p_color);
1614 fs450_get_color(int *p_color) argument
1617 gfx_get_color(int *p_color)
1620 if (!p_color)
1623 *p_color = d.color;
2810 conget_color(int *p_color) argument
2814 if (!p_color)
2821 *p_color = (int)(0.5f + ((float)cr_gain * 100.0f / 255.0f));
H A Dtv_1200.c174 int sc1200_get_color(int *p_color);
H A Dgfx_rtns.h702 int gfx_get_color(int *p_color);
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Dtv_fs450.h125 int FS450_get_color(int *p_color);
H A Dgfx_tv.c709 gfx_get_color(int *p_color) argument
715 retval = fs450_get_color(p_color);
H A Dtv_fs450.c332 static void conget_color(int *p_color);
1406 fs450_get_color(int *p_color) argument
1409 gfx_get_color(int *p_color)
1412 if (!p_color)
1415 *p_color = d.color;
2581 conget_color(int *p_color) argument
2585 if (!p_color)
2592 *p_color = (int) (0.5f + ((float) cr_gain * 100.0f / 255.0f));
H A Dgfx_rtns.h601 int gfx_get_color(int *p_color);
H A Dgfx_priv.h1009 int fs450_get_color(int *p_color);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_clear.c568 const union pipe_color_union *p_color,
594 union isl_color_value *color = (void *) p_color;
687 const union pipe_color_union *p_color,
704 union isl_color_value *color = (void *) p_color;
566 iris_clear(struct pipe_context * ctx,unsigned buffers,const union pipe_color_union * p_color,double depth,unsigned stencil) argument
685 iris_clear_render_target(struct pipe_context * ctx,struct pipe_surface * psurf,const union pipe_color_union * p_color,unsigned dst_x,unsigned dst_y,unsigned width,unsigned height,bool render_condition_enabled) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_clear.c642 const union pipe_color_union *p_color,
669 buffers & PIPE_CLEAR_DEPTHSTENCIL, p_color, depth, stencil, false);
685 union isl_color_value *color = (void *) p_color;
784 const union pipe_color_union *p_color,
801 union isl_color_value *color = (void *) p_color;
639 crocus_clear(struct pipe_context * ctx,unsigned buffers,const struct pipe_scissor_state * scissor_state,const union pipe_color_union * p_color,double depth,unsigned stencil) argument
782 crocus_clear_render_target(struct pipe_context * ctx,struct pipe_surface * psurf,const union pipe_color_union * p_color,unsigned dst_x,unsigned dst_y,unsigned width,unsigned height,bool render_condition_enabled) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_clear.c659 const union pipe_color_union *p_color,
701 convert_clear_color(psurf->format, p_color));
779 const union pipe_color_union *p_color,
798 convert_clear_color(psurf->format, p_color));
656 iris_clear(struct pipe_context * ctx,unsigned buffers,const struct pipe_scissor_state * scissor_state,const union pipe_color_union * p_color,double depth,unsigned stencil) argument
777 iris_clear_render_target(struct pipe_context * ctx,struct pipe_surface * psurf,const union pipe_color_union * p_color,unsigned dst_x,unsigned dst_y,unsigned width,unsigned height,bool render_condition_enabled) argument

Completed in 78 milliseconds