Searched refs:brw_format_for_mesa_format (Results 1 – 3 of 3) sorted by relevance
281 brw_format_for_mesa_format(gl_format mesa_format) in brw_format_for_mesa_format() function483 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()
251 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()
196 uint32_t brw_format_for_mesa_format(gl_format mesa_format);