Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dshaderimage.c43 _mesa_get_shader_image_format(GLenum format) in _mesa_get_shader_image_format() function
423 mesa_format tex_format = _mesa_get_shader_image_format(format); in _mesa_get_image_format_class()
507 ._ActualFormat = _mesa_get_shader_image_format(format) in _mesa_default_image_unit()
556 tex_format = _mesa_get_shader_image_format(t->BufferObjectFormat); in _mesa_is_image_unit_valid()
566 tex_format = _mesa_get_shader_image_format(img->InternalFormat); in _mesa_is_image_unit_valid()
642 u->_ActualFormat = _mesa_get_shader_image_format(format); in set_image_binding()
H A Dshaderimage.h43 _mesa_get_shader_image_format(GLenum format);
H A Dtexturebindless.c354 imgObj._ActualFormat = _mesa_get_shader_image_format(format); in get_image_handle()
H A Dformatquery.c1483 image_format = _mesa_get_shader_image_format(internalformat); in _mesa_GetInternalformativ()