| /xsrc/external/mit/xf86-video-i128/dist/src/ |
| H A D | i128.h | 29 int render_format; member in struct:source_format
|
| H A D | i128exa.c | 439 for (f = (struct source_format *)source_formats; f->render_format; f++) 440 if (f->render_format == fmt) 446 int render_format; member in struct:dest_format
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_clear.c | 73 enum isl_format render_format, 104 if (isl_format_srgb_to_linear(render_format) != 122 enum isl_format render_format, 187 if (isl_format_is_srgb(render_format)) { 68 can_fast_clear_color(struct iris_context * ice,struct pipe_resource * p_res,unsigned level,const struct pipe_box * box,enum isl_format format,enum isl_format render_format,union isl_color_value color) argument 120 convert_fast_clear_color(struct iris_context * ice,struct iris_resource * res,enum isl_format render_format,const union isl_color_value color) argument
|
| H A D | iris_resolve.c | 1391 enum isl_format render_format, 1412 isl_format_is_srgb(render_format) && 1413 !isl_color_value_is_zero_one(res->aux.clear_color, render_format)) 1417 format_ccs_e_compat_with_resource(devinfo, res, render_format)) 1389 iris_resource_render_aux_usage(struct iris_context * ice,struct iris_resource * res,enum isl_format render_format,bool blend_enabled,bool draw_aux_disabled) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_resolve.c | 1028 enum isl_format render_format, 1041 assert(render_format == res->surf.format); 1046 assert(render_format == res->surf.format); 1064 * the render_format and the resource format. 1066 if (!iris_render_formats_color_compatible(render_format, 1077 render_format)) { 1026 iris_resource_render_aux_usage(struct iris_context * ice,struct iris_resource * res,uint32_t level,enum isl_format render_format,bool draw_aux_disabled) argument
|
| H A D | iris_clear.c | 72 enum isl_format render_format, 106 if (isl_format_is_srgb(render_format) && 107 !isl_color_value_is_zero_one(color, render_format)) { 116 if (!iris_render_formats_color_compatible(render_format, res->surf.format, 67 can_fast_clear_color(struct iris_context * ice,struct pipe_resource * p_res,unsigned level,const struct pipe_box * box,bool render_condition_enabled,enum isl_format render_format,union isl_color_value color) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_clear.c | 71 enum isl_format render_format, 104 if (isl_format_srgb_to_linear(render_format) != 122 enum isl_format render_format, 187 if (isl_format_is_srgb(render_format)) { 65 can_fast_clear_color(struct crocus_context * ice,struct pipe_resource * p_res,unsigned level,const struct pipe_box * box,bool render_condition_enabled,enum isl_format format,enum isl_format render_format,union isl_color_value color) argument 120 convert_fast_clear_color(struct crocus_context * ice,struct crocus_resource * res,enum isl_format render_format,const union isl_color_value color) argument
|
| H A D | crocus_resolve.c | 988 enum isl_format render_format, 1003 if (isl_format_supports_ccs_d(devinfo, render_format)) 1009 assert(render_format == res->surf.format); 985 crocus_resource_render_aux_usage(struct crocus_context * ice,struct crocus_resource * res,uint32_t level,enum isl_format render_format,bool draw_aux_disabled) argument
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_transform.c | 124 glamor_priv->formats[depth].render_format);
|
| H A D | glamor.c | 463 glamor_add_format(ScreenPtr screen, int depth, CARD32 render_format, argument 521 f->render_format = render_format;
|
| H A D | glamor_priv.h | 172 CARD32 render_format; member in struct:glamor_format
|
| H A D | glamor_render.c | 788 storage_format = f->render_format;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | intel_mipmap_tree.h | 633 enum isl_format render_format,
|
| H A D | intel_mipmap_tree.c | 2657 enum isl_format render_format, 2683 isl_format_is_srgb(render_format) && 2684 !isl_color_value_is_zero_one(mt->fast_clear_color, render_format)) 2689 mt, render_format)) 2655 intel_miptree_render_aux_usage(struct brw_context * brw,struct intel_mipmap_tree * mt,enum isl_format render_format,bool blend_enabled,bool draw_aux_disabled) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_mipmap_tree.h | 625 enum isl_format render_format,
|
| H A D | brw_mipmap_tree.c | 2015 enum isl_format render_format, 2041 isl_format_is_srgb(render_format) && 2042 !isl_color_value_is_zero_one(mt->fast_clear_color, render_format)) 2047 mt, render_format)) 2013 brw_miptree_render_aux_usage(struct brw_context * brw,struct brw_mipmap_tree * mt,enum isl_format render_format,bool blend_enabled,bool draw_aux_disabled) argument
|