Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dtextureview.h33 _mesa_texture_view_compatible_format(const struct gl_context *ctx,
Dtextureview.c437 _mesa_texture_view_compatible_format(const struct gl_context *ctx, in _mesa_texture_view_compatible_format() function
829 if (!_mesa_texture_view_compatible_format(ctx, in _mesa_TextureView()
Dcopyimage.c527 if (_mesa_texture_view_compatible_format(ctx, srcFormat, dstFormat)) { in copy_format_compatible()