Searched refs:_Format (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_tex_obj.h63 mesa_format _Format; member in struct:intel_texture_object
H A Dbrw_generate_mipmap.c86 const mesa_format format = intel_obj->_Format;
H A Dintel_tex_validate.c191 intelObj->_Format = firstImage->base.Base.TexFormat,
H A Dintel_tex.c179 intel_texobj->_Format = first_image->TexFormat;
299 intel_tex->_Format = intel_depth_format_for_depthstencil_format(
H A Dbrw_draw.c499 astc5x5_wa_bits |= gen9_astc5x5_wa_bits(tex_obj->_Format,
515 translate_tex_format(brw, tex_obj->_Format, sampler->sRGBDecode);
547 translate_tex_format(brw, tex_obj->_Format, GL_DECODE_EXT);
H A Dbrw_wm_surface_state.c528 mesa_fmt = intel_obj->_Format;
1154 GLenum base_format = _mesa_get_format_base_format(iobj->_Format);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_tex_obj.h63 mesa_format _Format; member in struct:brw_texture_object
H A Dbrw_generate_mipmap.c86 const mesa_format format = intel_obj->_Format;
H A Dbrw_tex.c181 intel_texobj->_Format = first_image->TexFormat;
300 intel_tex->_Format = brw_depth_format_for_depthstencil_format(
395 intel_texobj->_Format = image->TexFormat;
H A Dbrw_tex_validate.c193 brw_obj->_Format = firstImage->base.Base.TexFormat,
H A Dbrw_draw.c528 astc5x5_wa_bits |= gfx9_astc5x5_wa_bits(tex_obj->_Format,
544 translate_tex_format(brw, tex_obj->_Format, sampler->Attrib.sRGBDecode);
576 translate_tex_format(brw, tex_obj->_Format, GL_DECODE_EXT);
H A Dbrw_wm_surface_state.c525 mesa_fmt = intel_obj->_Format;
1162 GLenum base_format = _mesa_get_format_base_format(iobj->_Format);
H A Dbrw_tex_image.c692 intel_texobj->_Format = texImage->TexFormat;

Completed in 21 milliseconds