Searched refs:render_format (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/xf86-video-i128/dist/src/
H A Di128.h29 int render_format; member in struct:source_format
H A Di128exa.c439 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 Diris_clear.c73 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 Diris_resolve.c1391 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 Diris_resolve.c1028 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 Diris_clear.c72 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 Dcrocus_clear.c71 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 Dcrocus_resolve.c988 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 Dglamor_transform.c124 glamor_priv->formats[depth].render_format);
H A Dglamor.c463 glamor_add_format(ScreenPtr screen, int depth, CARD32 render_format, argument
521 f->render_format = render_format;
H A Dglamor_priv.h172 CARD32 render_format; member in struct:glamor_format
H A Dglamor_render.c788 storage_format = f->render_format;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_mipmap_tree.h633 enum isl_format render_format,
H A Dintel_mipmap_tree.c2657 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 Dbrw_mipmap_tree.h625 enum isl_format render_format,
H A Dbrw_mipmap_tree.c2015 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

Completed in 32 milliseconds