Home
last modified time | relevance | path

Searched refs:_mesa_texture_view_compatible_format (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtextureview.h33 _mesa_texture_view_compatible_format(const struct gl_context *ctx,
Dtextureview.c432 _mesa_texture_view_compatible_format(const struct gl_context *ctx, in _mesa_texture_view_compatible_format() function
818 if (!_mesa_texture_view_compatible_format(ctx, in _mesa_TextureView()
Dcopyimage.c520 if (_mesa_texture_view_compatible_format(ctx, srcFormat, dstFormat)) { in copy_format_compatible()