Searched refs:gl_format (Results 1 – 5 of 5) sorted by relevance
87 unsigned gl_format);93 unsigned gl_format);
193 isl_format_for_gl_format(uint32_t gl_format) in isl_format_for_gl_format() argument195 switch (gl_format) { in isl_format_for_gl_format()978 unsigned gl_format) in emit_image_load() argument986 const isl_format format = isl_format_for_gl_format(gl_format); in emit_image_load()1086 unsigned gl_format) in emit_image_store() argument1093 const isl_format format = isl_format_for_gl_format(gl_format); in emit_image_store()1102 if (gl_format == GL_NONE) { in emit_image_store()
153 GLenum gl_format, GLenum type);
3689 GLenum gl_format, GLenum type) in _mesa_tex_format_from_format_and_type() argument3691 mesa_format format = _mesa_format_from_format_and_type(gl_format, type); in _mesa_tex_format_from_format_and_type()
868 GLenum gl_format = _mesa_compressed_format_to_glenum(ctx, in intelCompressedTexSubImage() local870 bool is_linear_astc = _mesa_is_astc_format(gl_format) && in intelCompressedTexSubImage()871 !_mesa_is_srgb_format(gl_format); in intelCompressedTexSubImage()