Home
last modified time | relevance | path

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 Dglsl_lexer.ll506 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 Dglsl_parser_extras.h349 return ARB_shader_image_load_store_enable || in has_shader_image_load_store()
726 bool ARB_shader_image_load_store_enable; member
H A Dbuiltin_types.cpp376 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 Dglsl_parser.yy1405 if (!map[i].ext_qualifiers && !(state->ARB_shader_image_load_store_enable ||
H A Dast_to_hir.cpp3628 !(state->is_version(420, 310) || state->ARB_shader_image_load_store_enable)) { in apply_image_qualifier_to_variable()
H A Dbuiltin_functions.cpp756 state->ARB_shader_image_load_store_enable || in shader_image_load_store()
770 state->ARB_shader_image_load_store_enable || in shader_image_atomic()