Searched defs:brw_format_for_mesa_format (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_wm_surface_state.c281 brw_format_for_mesa_format(gl_format mesa_format) function
483 render = texture = brw_format_for_mesa_format(format);
627 assert(brw_format_for_mesa_format(mesa_format) != 0);
628 return brw_format_for_mesa_format(mesa_format);
726 uint32_t brw_format = brw_format_for_mesa_format(format);
738 (brw_format_for_mesa_format(format) << BRW_SURFACE_FORMAT_SHIFT));
1178 format = brw_format_for_mesa_format(rb_format);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm_surface_state.c281 brw_format_for_mesa_format(gl_format mesa_format) function
483 render = texture = brw_format_for_mesa_format(format);
627 assert(brw_format_for_mesa_format(mesa_format) != 0);
628 return brw_format_for_mesa_format(mesa_format);
726 uint32_t brw_format = brw_format_for_mesa_format(format);
738 (brw_format_for_mesa_format(format) << BRW_SURFACE_FORMAT_SHIFT));
1178 format = brw_format_for_mesa_format(rb_format);

Completed in 418 milliseconds