Home
last modified time | relevance | path

Searched refs:util_format_linear (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c230 format = util_format_linear(format); in default_bindings()
586 sv_temp.format = util_format_linear(sv_temp.format); in decompress_with_blit()
641 enum pipe_format pformat = util_format_linear(dst_texture->format); in decompress_with_blit()
809 util_format_linear(strb->texture->format), in fallback_copy_texsubimage()
1064 surf_tmpl.format = util_format_linear(stImage->pt->format); in st_CopyTexSubImage()
Dst_atom_framebuffer.c59 …enum pipe_format format = st->ctx->Color.sRGBEnabled ? resource->format : util_format_linear(resou… in update_renderbuffer_surface()
Dst_cb_fbo.c446 ? strb->texture->format : util_format_linear(strb->texture->format); in st_render_texture()
Dst_cb_drawpixels.c1604 readFormat = util_format_linear(rbRead->texture->format); in st_CopyPixels()
1605 drawFormat = util_format_linear(pt->format); in st_CopyPixels()
/external/mesa3d/src/gallium/auxiliary/util/
Du_blit.c466 src_format = util_format_linear(src_tex->format); in util_blit_pixels()
467 dst_format = util_format_linear(dst->texture->format); in util_blit_pixels()
Du_format.h850 util_format_linear(enum pipe_format format) in util_format_linear() function
Du_blitter.c1003 dst_templ->format = util_format_linear(dst->format); in util_blitter_default_dst_texture()
1014 src_templ->format = util_format_linear(src->format); in util_blitter_default_src_texture()