xref: /third_party/glslang/Test/spv.WorkgroupMemoryExplicitLayout.8BitAccess.comp
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/glslang/Test/
1617a3babSopenharmony_ci#version 430 core
2617a3babSopenharmony_ci
3617a3babSopenharmony_ci#extension GL_EXT_shared_memory_block : enable
4617a3babSopenharmony_ci#extension GL_EXT_shader_explicit_arithmetic_types: enable
5617a3babSopenharmony_ci
6617a3babSopenharmony_cilayout(local_size_x = 2) in;
7617a3babSopenharmony_ci
8617a3babSopenharmony_cishared first
9617a3babSopenharmony_ci{
10617a3babSopenharmony_ci    int8_t a;
11617a3babSopenharmony_ci};
12617a3babSopenharmony_ci
13617a3babSopenharmony_civoid main()
14617a3babSopenharmony_ci{
15617a3babSopenharmony_ci    a = int8_t(2);
16617a3babSopenharmony_ci}
17

Indexes created Thu Nov 07 10:32:03 CST 2024