Home
last modified time | relevance | path

Searched refs:ARB_texture_multisample_enable (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dglsl_lexer.ll479 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…
Dbuiltin_types.cpp311 if (state->ARB_texture_multisample_enable) { in _mesa_glsl_initialize_types()
316 if (state->ARB_texture_multisample_enable || in _mesa_glsl_initialize_types()
Dglsl_parser_extras.h744 bool ARB_texture_multisample_enable; member
Dbuiltin_functions.cpp463 state->ARB_texture_multisample_enable; in texture_multisample()
470 state->ARB_texture_multisample_enable || in texture_multisample_array()