Home
last modified time | relevance | path

Searched refs:_mesa_is_shader_image_format_supported (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/main/
Dshaderimage.c381 _mesa_is_shader_image_format_supported(const struct gl_context *ctx, in _mesa_is_shader_image_format_supported() function
560 if (!_mesa_is_shader_image_format_supported(ctx, format)) { in validate_bind_image_texture()
742 !_mesa_is_shader_image_format_supported(ctx, tex_format)) { in bind_image_textures()
Dshaderimage.h56 _mesa_is_shader_image_format_supported(const struct gl_context *ctx,
Dformatquery.c1349 !_mesa_is_shader_image_format_supported(ctx, internalformat)) in _mesa_GetInternalformativ()
1393 !_mesa_is_shader_image_format_supported(ctx, internalformat)) in _mesa_GetInternalformativ()
Dtexturebindless.c835 if (!_mesa_is_shader_image_format_supported(ctx, format)) { in _mesa_GetImageHandleARB()