| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | format_pack.h | 52 _mesa_get_pack_ubyte_rgba_function(mesa_format format); 56 _mesa_get_pack_float_rgba_function(mesa_format format); 60 _mesa_get_pack_float_z_func(mesa_format format); 64 _mesa_get_pack_uint_z_func(mesa_format format); 68 _mesa_get_pack_ubyte_stencil_func(mesa_format format); 72 _mesa_pack_float_rgba_row(mesa_format format, GLuint n, 76 _mesa_pack_ubyte_rgba_row(mesa_format format, GLuint n, 80 _mesa_pack_uint_rgba_row(mesa_format format, GLuint n, 84 _mesa_pack_ubyte_rgba_rect(mesa_format format, GLuint width, GLuint height, 89 _mesa_pack_float_z_row(mesa_format forma [all...] |
| H A D | format_unpack.h | 31 _mesa_unpack_rgba_row(mesa_format format, GLuint n, 35 _mesa_unpack_ubyte_rgba_row(mesa_format format, GLuint n, 39 _mesa_unpack_uint_rgba_row(mesa_format format, GLuint n, 43 _mesa_unpack_rgba_block(mesa_format format, 49 _mesa_unpack_float_z_row(mesa_format format, GLuint n, 54 _mesa_unpack_uint_z_row(mesa_format format, GLuint n, 58 _mesa_unpack_ubyte_stencil_row(mesa_format format, GLuint n, 62 _mesa_unpack_uint_24_8_depth_stencil_row(mesa_format format, GLuint n, 66 _mesa_unpack_float_32_uint_24_8_depth_stencil_row(mesa_format format, 71 _mesa_unpack_depth_stencil_row(mesa_format forma [all...] |
| H A D | texcompress_fxt1.h | 40 _mesa_get_fxt_fetch_func(mesa_format format);
|
| H A D | texcompress.h | 39 extern mesa_format 43 _mesa_compressed_format_to_glenum(struct gl_context *ctx, mesa_format mesaFormat); 47 mesa_format mesaFormat, 58 _mesa_get_compressed_fetch_func(mesa_format format); 62 _mesa_decompress_image(mesa_format format, GLuint width, GLuint height,
|
| H A D | formats.h | 214 * A helper to know if the format stored in a uint32_t is a mesa_format 668 } mesa_format; typedef in typeref:enum:__anon215627a40303 672 _mesa_get_format_name(mesa_format format); 675 _mesa_get_format_bytes(mesa_format format); 678 _mesa_get_format_bits(mesa_format format, GLenum pname); 681 _mesa_get_format_max_bits(mesa_format format); 684 _mesa_get_format_layout(mesa_format format); 687 _mesa_get_format_datatype(mesa_format format); 693 _mesa_get_format_block_size(mesa_format format, GLuint *bw, GLuint *bh); 696 _mesa_get_format_block_size_3d(mesa_format forma [all...] |
| H A D | texcompress_astc.h | 41 mesa_format format);
|
| H A D | texcompress_bptc.h | 42 _mesa_get_bptc_fetch_func(mesa_format format);
|
| H A D | texcompress_rgtc.h | 44 _mesa_get_compressed_rgtc_func(mesa_format format);
|
| H A D | texcompress_s3tc.h | 48 _mesa_get_dxt_fetch_func(mesa_format format);
|
| H A D | texformat.h | 34 extern mesa_format
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_tile.h | 32 mesa_format format, unsigned width, unsigned height); 36 mesa_format format, unsigned width, unsigned height); 38 void get_tile_size(mesa_format format, unsigned *block_width, unsigned *block_height);
|
| H A D | radeon_blit.h | 33 unsigned r100_check_blit(mesa_format mesa_format, uint32_t dst_pitch); 38 mesa_format src_mesaformat, 46 mesa_format dst_mesaformat,
|
| H A D | radeon_texture.h | 36 extern mesa_format _radeon_texformat_rgba8888; 37 extern mesa_format _radeon_texformat_argb8888; 38 extern mesa_format _radeon_texformat_rgb565; 39 extern mesa_format _radeon_texformat_argb4444; 40 extern mesa_format _radeon_texformat_argb1555; 41 extern mesa_format _radeon_texformat_al88; 54 mesa_format radeonChooseTextureFormat_mesa(struct gl_context * ctx, 60 mesa_format radeonChooseTextureFormat(struct gl_context * ctx, 72 unsigned radeonIsFormatRenderable(mesa_format mesa_format); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_tile.h | 32 mesa_format format, unsigned width, unsigned height); 36 mesa_format format, unsigned width, unsigned height); 38 void get_tile_size(mesa_format format, unsigned *block_width, unsigned *block_height);
|
| H A D | radeon_blit.h | 33 unsigned r100_check_blit(mesa_format mesa_format, uint32_t dst_pitch); 38 mesa_format src_mesaformat, 46 mesa_format dst_mesaformat,
|
| H A D | radeon_texture.h | 36 extern mesa_format _radeon_texformat_rgba8888; 37 extern mesa_format _radeon_texformat_argb8888; 38 extern mesa_format _radeon_texformat_rgb565; 39 extern mesa_format _radeon_texformat_argb4444; 40 extern mesa_format _radeon_texformat_argb1555; 53 mesa_format radeonChooseTextureFormat_mesa(struct gl_context * ctx, 59 mesa_format radeonChooseTextureFormat(struct gl_context * ctx, 71 unsigned radeonIsFormatRenderable(mesa_format mesa_format);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_tex_layout.h | 39 mesa_format format,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_tex_layout.h | 39 mesa_format format,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_blit.h | 33 unsigned r200_check_blit(mesa_format mesa_format, uint32_t dst_pitch); 38 mesa_format src_mesaformat, 46 mesa_format dst_mesaformat,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texcompress_fxt1.h | 37 _mesa_get_fxt_fetch_func(mesa_format format);
|
| H A D | format_unpack.h | 36 _mesa_unpack_rgba_row(mesa_format format, uint32_t n, 43 _mesa_unpack_ubyte_rgba_row(mesa_format format, uint32_t n, 47 _mesa_unpack_uint_rgba_row(mesa_format format, uint32_t n, 54 _mesa_unpack_float_z_row(mesa_format format, uint32_t n, 62 _mesa_unpack_uint_z_row(mesa_format format, uint32_t n, 69 _mesa_unpack_ubyte_stencil_row(mesa_format format, uint32_t n, 76 _mesa_unpack_uint_24_8_depth_stencil_row(mesa_format format, uint32_t n, 80 _mesa_unpack_float_32_uint_24_8_depth_stencil_row(mesa_format format,
|
| H A D | texcompress.h | 39 extern mesa_format 43 _mesa_compressed_format_to_glenum(struct gl_context *ctx, mesa_format mesaFormat); 47 mesa_format mesaFormat, 58 _mesa_get_compressed_fetch_func(mesa_format format); 62 _mesa_decompress_image(mesa_format format, GLuint width, GLuint height,
|
| H A D | texcompress_astc.h | 41 mesa_format format);
|
| H A D | texcompress_bptc.h | 42 _mesa_get_bptc_fetch_func(mesa_format format);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_blit.h | 33 unsigned r200_check_blit(mesa_format mesa_format, uint32_t dst_pitch); 38 mesa_format src_mesaformat, 46 mesa_format dst_mesaformat,
|