Home
last modified time | relevance | path

Searched refs:gl_format (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs_surface_builder.h87 unsigned gl_format);
93 unsigned gl_format);
Dbrw_fs_surface_builder.cpp193 isl_format_for_gl_format(uint32_t gl_format) in isl_format_for_gl_format() argument
195 switch (gl_format) { in isl_format_for_gl_format()
978 unsigned gl_format) in emit_image_load() argument
986 const isl_format format = isl_format_for_gl_format(gl_format); in emit_image_load()
1086 unsigned gl_format) in emit_image_store() argument
1093 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()
/external/mesa3d/src/mesa/main/
Dglformats.h153 GLenum gl_format, GLenum type);
Dglformats.c3689 GLenum gl_format, GLenum type) in _mesa_tex_format_from_format_and_type() argument
3691 mesa_format format = _mesa_format_from_format_and_type(gl_format, type); in _mesa_tex_format_from_format_and_type()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_tex_image.c868 GLenum gl_format = _mesa_compressed_format_to_glenum(ctx, in intelCompressedTexSubImage() local
870 bool is_linear_astc = _mesa_is_astc_format(gl_format) && in intelCompressedTexSubImage()
871 !_mesa_is_srgb_format(gl_format); in intelCompressedTexSubImage()