Home
last modified time | relevance | path

Searched refs:brw_format_for_mesa_format (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c281 brw_format_for_mesa_format(gl_format mesa_format) in brw_format_for_mesa_format() function
483 render = texture = brw_format_for_mesa_format(format); in brw_init_surface_formats()
627 assert(brw_format_for_mesa_format(mesa_format) != 0); in translate_tex_format()
628 return brw_format_for_mesa_format(mesa_format); in translate_tex_format()
726 uint32_t brw_format = brw_format_for_mesa_format(format); in brw_update_buffer_texture_surface()
738 (brw_format_for_mesa_format(format) << BRW_SURFACE_FORMAT_SHIFT)); in brw_update_buffer_texture_surface()
1178 format = brw_format_for_mesa_format(rb_format); in brw_update_renderbuffer_surface()
Dgen7_wm_surface_state.c251 surf->ss0.surface_format = brw_format_for_mesa_format(format); in gen7_update_buffer_texture_surface()
533 surf->ss0.surface_format = brw_format_for_mesa_format(rb_format); in gen7_update_renderbuffer_surface()
Dbrw_state.h196 uint32_t brw_format_for_mesa_format(gl_format mesa_format);