Searched refs:ARB_texture_multisample_enable (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | glsl_lexer.ll | 479 sampler2DMS TYPE_WITH_ALT(150, 300, 150, 310, yyextra->ARB_texture_multisample_enable, glsl_… 480 isampler2DMS TYPE_WITH_ALT(150, 300, 150, 310, yyextra->ARB_texture_multisample_enable, glsl_… 481 usampler2DMS TYPE_WITH_ALT(150, 300, 150, 310, yyextra->ARB_texture_multisample_enable, glsl_… 482 sampler2DMSArray TYPE_WITH_ALT(150, 300, 150, 320, yyextra->ARB_texture_multisample_enable || yye… 483 isampler2DMSArray TYPE_WITH_ALT(150, 300, 150, 320, yyextra->ARB_texture_multisample_enable || yye… 484 usampler2DMSArray TYPE_WITH_ALT(150, 300, 150, 320, yyextra->ARB_texture_multisample_enable || yye…
|
D | builtin_types.cpp | 311 if (state->ARB_texture_multisample_enable) { in _mesa_glsl_initialize_types() 316 if (state->ARB_texture_multisample_enable || in _mesa_glsl_initialize_types()
|
D | glsl_parser_extras.h | 744 bool ARB_texture_multisample_enable; member
|
D | builtin_functions.cpp | 463 state->ARB_texture_multisample_enable; in texture_multisample() 470 state->ARB_texture_multisample_enable || in texture_multisample_array()
|