Searched refs:ARB_shader_image_load_store_enable (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | glsl_lexer.ll | 506 image1D TYPE_WITH_ALT(130, 300, 420, 0, yyextra->ARB_shader_image_load_store_enable || yyex… 507 image2D TYPE_WITH_ALT(130, 300, 420, 310, yyextra->ARB_shader_image_load_store_enable || yy… 508 image3D TYPE_WITH_ALT(130, 300, 420, 310, yyextra->ARB_shader_image_load_store_enable || yy… 509 image2DRect TYPE_WITH_ALT(130, 300, 420, 0, yyextra->ARB_shader_image_load_store_enable || yyex… 510 imageCube TYPE_WITH_ALT(130, 300, 420, 310, yyextra->ARB_shader_image_load_store_enable || yy… 511 imageBuffer TYPE_WITH_ALT(130, 300, 420, 320, yyextra->ARB_shader_image_load_store_enable || yy… 512 image1DArray TYPE_WITH_ALT(130, 300, 420, 0, yyextra->ARB_shader_image_load_store_enable || yyex… 513 image2DArray TYPE_WITH_ALT(130, 300, 420, 310, yyextra->ARB_shader_image_load_store_enable || yy… 514 imageCubeArray TYPE_WITH_ALT(130, 300, 420, 320, yyextra->ARB_shader_image_load_store_enable || yy… 515 image2DMS TYPE_WITH_ALT(130, 300, 420, 0, yyextra->ARB_shader_image_load_store_enable || yyex… [all …]
|
H A D | glsl_parser_extras.h | 349 return ARB_shader_image_load_store_enable || in has_shader_image_load_store() 726 bool ARB_shader_image_load_store_enable; member
|
H A D | builtin_types.cpp | 376 if (state->ARB_shader_image_load_store_enable || in _mesa_glsl_initialize_types() 384 if (state->ARB_shader_image_load_store_enable) { in _mesa_glsl_initialize_types()
|
H A D | glsl_parser.yy | 1405 if (!map[i].ext_qualifiers && !(state->ARB_shader_image_load_store_enable ||
|
H A D | ast_to_hir.cpp | 3628 !(state->is_version(420, 310) || state->ARB_shader_image_load_store_enable)) { in apply_image_qualifier_to_variable()
|
H A D | builtin_functions.cpp | 756 state->ARB_shader_image_load_store_enable || in shader_image_load_store() 770 state->ARB_shader_image_load_store_enable || in shader_image_atomic()
|