Home
last modified time | relevance | path

Searched refs:ARB_shader_image_load_store (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dspirv_capabilities.c50 .StorageImageMultisample = gl_exts->ARB_shader_image_load_store && in _mesa_fill_supported_spirv_capabilities()
55 .StorageImageArrayDynamicIndexing = gl_exts->ARB_shader_image_load_store, in _mesa_fill_supported_spirv_capabilities()
68 .StorageImageExtendedFormats = gl_exts->ARB_shader_image_load_store, in _mesa_fill_supported_spirv_capabilities()
73 .StorageImageWriteWithoutFormat = gl_exts->ARB_shader_image_load_store, in _mesa_fill_supported_spirv_capabilities()
H A Dget.c447 EXT(ARB_shader_image_load_store),
471 EXT(ARB_shader_image_load_store),
566 EXTRA_EXT(ARB_shader_image_load_store);
1530 if ((ctx->Extensions.ARB_shader_image_load_store || in check_extra()
1542 api_found = ctx->Extensions.ARB_shader_image_load_store && in check_extra()
2793 if (!ctx->Extensions.ARB_shader_image_load_store && !_mesa_is_gles31(ctx)) in find_value_indexed()
2804 if (!ctx->Extensions.ARB_shader_image_load_store && !_mesa_is_gles31(ctx)) in find_value_indexed()
2813 if (!ctx->Extensions.ARB_shader_image_load_store && !_mesa_is_gles31(ctx)) in find_value_indexed()
2822 if (!ctx->Extensions.ARB_shader_image_load_store && !_mesa_is_gles31(ctx)) in find_value_indexed()
2831 if (!ctx->Extensions.ARB_shader_image_load_store && !_mesa_is_gles31(ctx)) in find_value_indexed()
[all …]
H A Dversion.c352 extensions->ARB_shader_image_load_store && in compute_version()
536 extensions->ARB_shader_image_load_store && in compute_version_es2()
H A Dshaderimage.c879 if (!ctx->Extensions.ARB_shader_image_load_store && in _mesa_BindImageTextures()
H A Dconsts_exts.h112 GLboolean ARB_shader_image_load_store; member
H A Dextensions_table.h130 EXT(ARB_shader_image_load_store , ARB_shader_image_load_store , GLL, GLC, x…
H A Dtexparam.c2493 if (!ctx->Extensions.ARB_shader_image_load_store && in get_tex_parameterfv()
2778 if (!ctx->Extensions.ARB_shader_image_load_store && in get_tex_parameteriv()
/aosp_15_r20/external/deqp/external/openglcts/docs/specs/
H A DCTS_ARB_gl_spirv.txt219 StorageImageMultisample GL 4.2 (ARB_shader_image_load_store)
223 StorageImageArrayDynamicIndexing GL 4.2 (ARB_shader_image_load_store)
236 StorageImageExtendedFormats GL 4.2 (ARB_shader_image_load_store)
242 StorageImageWriteWithoutFormat GL 4.2 (ARB_shader_image_load_store)
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_extensions.c582 extensions->ARB_shader_image_load_store = GL_TRUE; in st_init_limits()
1714 extensions->ARB_shader_image_load_store && in st_init_extensions()
1764 extensions->ARB_shader_image_load_store && in st_init_extensions()
/aosp_15_r20/external/mesa3d/src/mapi/glapi/gen/
H A Dmeson.build63 'ARB_shader_image_load_store.xml',
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dglsl_parser.yy1330 /* Layout qualifiers for ARB_shader_image_load_store. */
1404 /* Skip ARB_shader_image_load_store qualifiers if not enabled */
H A Dglsl_lexer.ll505 /* keywords available with ARB_shader_image_load_store */
H A Dglsl_parser_extras.cpp739 EXT(ARB_shader_image_load_store),
H A Dgl_nir_linker.c2323 if (!exts->ARB_shader_image_load_store) in check_image_resources()
/aosp_15_r20/external/angle/extensions/
H A DANGLE_shader_pixel_local_storage.txt26 Contributors to the ARB_shader_image_load_store specification
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D22.0.0.rst2402 - mesa/st: do not expose ARB_shader_image_load_store if not fully implemented
2404 - v3d/doc: do not expose ARB_shader_image_load_store
H A D19.3.0.rst875 - llvmpipe: enable ARB_shader_image_load_store
H A D22.2.0.rst2365 - r600/dri-tweak: Disable ARB_shader_image_load_store for "Tomb Raider 2013"
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv50462[email protected],glsl/ast: Keep track of type qualifiers defined by ARB_shader_image_load_store.
51542[email protected],mesa: Add image parameter queries for ARB_shader_image_load_store.
51986[email protected],glsl: Add built-in types defined by ARB_shader_image_load_store.
53471 …/mesa3d,[email protected],nvc0: enable ARB_shader_image_load_store on GK104
54276[email protected],mesa: Add driver interface for ARB_shader_image_load_store.
54661[email protected],glsl: Add built-in constants for ARB_shader_image_load_store.
56585[email protected],glapi: Update dispatch XML files for ARB_shader_image_load_store.
57361 …nal/mesa3d,[email protected],mesa: Add ARB_shader_image_load_store to the …
58655[email protected],mesa: Add state data structures required for ARB_shader_image_load_store.
59294 …external/mesa3d,[email protected],i965: Expose ARB_shader_image_load_store.
[all …]