| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| H A D | tv_fs450.h | 227 int FS450_get_color(int *p_color);
|
| H A D | gfx_tv.c | 813 gfx_get_color(int *p_color) argument 819 retval = fs450_get_color(p_color);
|
| H A D | tv_fs450.c | 476 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 D | tv_1200.c | 174 int sc1200_get_color(int *p_color);
|
| H A D | gfx_rtns.h | 702 int gfx_get_color(int *p_color);
|
| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| H A D | tv_fs450.h | 125 int FS450_get_color(int *p_color);
|
| H A D | gfx_tv.c | 709 gfx_get_color(int *p_color) argument 715 retval = fs450_get_color(p_color);
|
| H A D | tv_fs450.c | 332 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 D | gfx_rtns.h | 601 int gfx_get_color(int *p_color);
|
| H A D | gfx_priv.h | 1009 int fs450_get_color(int *p_color);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_clear.c | 568 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 D | crocus_clear.c | 642 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 D | iris_clear.c | 659 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
|