HomeSort by relevance Sort by last modified time
    Searched refs:mesa_format (Results 1 - 13 of 13) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_blit.h 33 unsigned r200_check_blit(gl_format mesa_format, uint32_t dst_pitch);
r200_blit.c 41 unsigned r200_check_blit(gl_format mesa_format, uint32_t dst_pitch)
44 switch (mesa_format) {
68 if (_mesa_get_format_bits(mesa_format, GL_DEPTH_BITS) > 0)
300 gl_format mesa_format,
310 switch (mesa_format) {
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_blit.h 33 unsigned r100_check_blit(gl_format mesa_format, uint32_t dst_pitch);
radeon_blit.c 41 unsigned r100_check_blit(gl_format mesa_format, uint32_t dst_pitch)
44 switch (mesa_format) {
65 if (_mesa_get_format_bits(mesa_format, GL_DEPTH_BITS) > 0)
95 gl_format mesa_format,
110 switch (mesa_format) {
167 OUT_BATCH_REGVAL(RADEON_PP_TEX_PITCH_0, pitch * _mesa_get_format_bytes(mesa_format) - 32);
178 gl_format mesa_format,
188 switch (mesa_format) {
radeon_texture.h 78 unsigned radeonIsFormatRenderable(gl_format mesa_format);
radeon_texture.c 575 unsigned radeonIsFormatRenderable(gl_format mesa_format)
577 if (mesa_format == _radeon_texformat_argb8888 || mesa_format == _radeon_texformat_rgb565 ||
578 mesa_format == _radeon_texformat_argb1555 || mesa_format == _radeon_texformat_argb4444)
581 switch (mesa_format)
radeon_common_context.h 477 unsigned (*check_blit)(gl_format mesa_format, uint32_t dst_pitch);
498 unsigned (*is_format_renderable)(gl_format mesa_format);
radeon_fbo.c 917 gl_format mesa_format; local
931 mesa_format = att->Texture->Image[att->CubeMapFace][att->TextureLevel]->TexFormat;
937 if (!radeon->vtbl.is_format_renderable(mesa_format)){
941 __FUNCTION__, _mesa_get_format_name(mesa_format), i);
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_texstate.c 43 translate_texture_format(GLuint mesa_format)
45 switch (mesa_format) {
80 _mesa_get_format_name(mesa_format));
i915_texstate.c 42 translate_texture_format(gl_format mesa_format, GLenum DepthMode)
44 switch (mesa_format) {
96 _mesa_get_format_name(mesa_format));
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state.h 196 uint32_t brw_format_for_mesa_format(gl_format mesa_format);
200 GLuint translate_tex_format(gl_format mesa_format,
brw_wm_surface_state.c 281 brw_format_for_mesa_format(gl_format mesa_format)
462 assert(mesa_format < MESA_FORMAT_COUNT);
463 return table[mesa_format];
597 translate_tex_format(gl_format mesa_format,
603 mesa_format = _mesa_get_srgb_format_linear(mesa_format);
605 switch( mesa_format ) {
627 assert(brw_format_for_mesa_format(mesa_format) != 0);
628 return brw_format_for_mesa_format(mesa_format);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_image.c 112 gl_format mesa_format)
114 switch (mesa_format) {

Completed in 279 milliseconds