Searched refs:baseInternalFormat (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | texstore.c | 284 (void) ctx; (void) dims; (void) baseInternalFormat; in _mesa_texstore_ycbcr() 293 assert(baseInternalFormat == GL_YCBCR_MESA); in _mesa_texstore_ycbcr() 608 return table[dstFormat](ctx, dims, baseInternalFormat, in texstore_depth_stencil() 668 return table[dstFormat](ctx, dims, baseInternalFormat, in texstore_compressed() 688 return _mesa_texstore_ycbcr(ctx, dims, baseInternalFormat, in texstore_rgba() 765 _mesa_texstore_needs_transfer_ops(ctx, baseInternalFormat, dstFormat)) { in texstore_rgba() 805 if (_mesa_get_format_base_format(dstFormat) != baseInternalFormat) { in texstore_rgba() 807 _mesa_compute_rgba2base2rgba_component_mapping(baseInternalFormat, in texstore_rgba() 829 GLenum baseInternalFormat, in _mesa_texstore_needs_transfer_ops() argument 835 switch (baseInternalFormat) { in _mesa_texstore_needs_transfer_ops() [all …]
|
D | texstore.h | 63 UNUSED GLenum baseInternalFormat, \ 78 UNUSED GLenum baseInternalFormat, \ 92 GLenum baseInternalFormat, 108 GLenum baseInternalFormat, mesa_format dstFormat,
|
D | texcompress_bptc.c | 144 baseInternalFormat, in _mesa_texstore_bptc_rgba_unorm() 193 baseInternalFormat, in texstore_bptc_rgb_float() 224 return texstore_bptc_rgb_float(ctx, dims, baseInternalFormat, in _mesa_texstore_bptc_rgb_signed_float() 237 return texstore_bptc_rgb_float(ctx, dims, baseInternalFormat, in _mesa_texstore_bptc_rgb_unsigned_float()
|
D | texcompress_rgtc.c | 99 baseInternalFormat, in _mesa_texstore_red_rgtc1() 152 baseInternalFormat, in _mesa_texstore_signed_red_rgtc1() 200 if (baseInternalFormat == GL_RG) in _mesa_texstore_rg_rgtc2() 211 baseInternalFormat, in _mesa_texstore_rg_rgtc2() 265 if (baseInternalFormat == GL_RG) in _mesa_texstore_signed_rg_rgtc2() 276 baseInternalFormat, in _mesa_texstore_signed_rg_rgtc2()
|
D | texcompress_s3tc.c | 73 baseInternalFormat, in _mesa_texstore_rgb_dxt1() 126 baseInternalFormat, in _mesa_texstore_rgba_dxt1() 181 baseInternalFormat, in _mesa_texstore_rgba_dxt3() 235 baseInternalFormat, in _mesa_texstore_rgba_dxt5()
|
D | texcompress_fxt1.c | 69 baseInternalFormat, in _mesa_texstore_fxt1()
|
D | glformats.c | 2996 GLenum baseInternalFormat; in _mesa_gles_error_check_format_and_type() local 3004 baseInternalFormat = GL_BGRA_EXT; in _mesa_gles_error_check_format_and_type() 3006 baseInternalFormat = in _mesa_gles_error_check_format_and_type() 3010 if (internalFormat != baseInternalFormat) in _mesa_gles_error_check_format_and_type()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawpixels.c | 618 GLenum baseInternalFormat; in make_texture() local 646 baseInternalFormat = _mesa_get_format_base_format(mformat); in make_texture() 701 baseInternalFormat, /* baseInternalFormat */ in make_texture()
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.11.rst | 275 \`baseInternalFormat == 0x1907' failed.
|