Searched refs:ARB_texture_multisample_enable (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/ |
D | glsl_lexer.ll | 481 sampler2DMS TYPE_WITH_ALT(150, 300, 150, 310, yyextra->ARB_texture_multisample_enable, glsl_… 482 isampler2DMS TYPE_WITH_ALT(150, 300, 150, 310, yyextra->ARB_texture_multisample_enable, glsl_… 483 usampler2DMS TYPE_WITH_ALT(150, 300, 150, 310, yyextra->ARB_texture_multisample_enable, glsl_… 484 sampler2DMSArray TYPE_WITH_ALT(150, 300, 150, 320, yyextra->ARB_texture_multisample_enable || yye… 485 isampler2DMSArray TYPE_WITH_ALT(150, 300, 150, 320, yyextra->ARB_texture_multisample_enable || yye… 486 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 | 746 bool ARB_texture_multisample_enable; member
|
D | builtin_functions.cpp | 490 state->ARB_texture_multisample_enable; in texture_multisample() 497 state->ARB_texture_multisample_enable || in texture_multisample_array()
|