Home
last modified time | relevance | path

Searched refs:UNUSED_TEXSTORE_PARAMS (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dtexcompress_etc.c109 _mesa_texstore_etc1_rgb8(UNUSED_TEXSTORE_PARAMS) in _mesa_texstore_etc1_rgb8() argument
1114 _mesa_texstore_etc2_rgb8(UNUSED_TEXSTORE_PARAMS) in _mesa_texstore_etc2_rgb8() argument
1122 _mesa_texstore_etc2_srgb8(UNUSED_TEXSTORE_PARAMS) in _mesa_texstore_etc2_srgb8() argument
1130 _mesa_texstore_etc2_rgba8_eac(UNUSED_TEXSTORE_PARAMS) in _mesa_texstore_etc2_rgba8_eac() argument
1138 _mesa_texstore_etc2_srgb8_alpha8_eac(UNUSED_TEXSTORE_PARAMS) in _mesa_texstore_etc2_srgb8_alpha8_eac() argument
1146 _mesa_texstore_etc2_r11_eac(UNUSED_TEXSTORE_PARAMS) in _mesa_texstore_etc2_r11_eac() argument
1154 _mesa_texstore_etc2_signed_r11_eac(UNUSED_TEXSTORE_PARAMS) in _mesa_texstore_etc2_signed_r11_eac() argument
1162 _mesa_texstore_etc2_rg11_eac(UNUSED_TEXSTORE_PARAMS) in _mesa_texstore_etc2_rg11_eac() argument
1170 _mesa_texstore_etc2_signed_rg11_eac(UNUSED_TEXSTORE_PARAMS) in _mesa_texstore_etc2_signed_rg11_eac() argument
1178 _mesa_texstore_etc2_rgb8_punchthrough_alpha1(UNUSED_TEXSTORE_PARAMS) in _mesa_texstore_etc2_rgb8_punchthrough_alpha1() argument
[all …]
Dtexstore.h76 #define UNUSED_TEXSTORE_PARAMS \ macro