Searched refs:mesa_format (Results 1 - 25 of 274) sorted by relevance

1234567891011

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dformat_pack.h52 _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 Dformat_unpack.h31 _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 Dtexcompress_fxt1.h40 _mesa_get_fxt_fetch_func(mesa_format format);
H A Dtexcompress.h39 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 Dformats.h214 * 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 Dtexcompress_astc.h41 mesa_format format);
H A Dtexcompress_bptc.h42 _mesa_get_bptc_fetch_func(mesa_format format);
H A Dtexcompress_rgtc.h44 _mesa_get_compressed_rgtc_func(mesa_format format);
H A Dtexcompress_s3tc.h48 _mesa_get_dxt_fetch_func(mesa_format format);
H A Dtexformat.h34 extern mesa_format
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_tile.h32 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 Dradeon_blit.h33 unsigned r100_check_blit(mesa_format mesa_format, uint32_t dst_pitch);
38 mesa_format src_mesaformat,
46 mesa_format dst_mesaformat,
H A Dradeon_texture.h36 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 Dradeon_tile.h32 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 Dradeon_blit.h33 unsigned r100_check_blit(mesa_format mesa_format, uint32_t dst_pitch);
38 mesa_format src_mesaformat,
46 mesa_format dst_mesaformat,
H A Dradeon_texture.h36 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 Dintel_tex_layout.h39 mesa_format format,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_tex_layout.h39 mesa_format format,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_blit.h33 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 Dtexcompress_fxt1.h37 _mesa_get_fxt_fetch_func(mesa_format format);
H A Dformat_unpack.h36 _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 Dtexcompress.h39 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 Dtexcompress_astc.h41 mesa_format format);
H A Dtexcompress_bptc.h42 _mesa_get_bptc_fetch_func(mesa_format format);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_blit.h33 unsigned r200_check_blit(mesa_format mesa_format, uint32_t dst_pitch);
38 mesa_format src_mesaformat,
46 mesa_format dst_mesaformat,

Completed in 19 milliseconds

1234567891011