Home
last modified time | relevance | path

Searched refs:GL_SHADER_STORAGE_BLOCK (Results 1 – 25 of 527) sorted by relevance

12345678910>>...22

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_gl_spirv/execution/ssbo/
H A Darray-indirect.shader_test110 verify program_interface_query GL_SHADER_STORAGE_BLOCK ssbo[0] GL_NUM_ACTIVE_VARIABLES 1
111 verify program_interface_query GL_SHADER_STORAGE_BLOCK ssbo[0] GL_BUFFER_DATA_SIZE 16
114 verify program_interface_query GL_SHADER_STORAGE_BLOCK ssbo[1] GL_NUM_ACTIVE_VARIABLES 1
115 verify program_interface_query GL_SHADER_STORAGE_BLOCK ssbo[1] GL_BUFFER_DATA_SIZE 16
118 verify program_interface_query GL_SHADER_STORAGE_BLOCK ssbo[1] GL_NUM_ACTIVE_VARIABLES 1
119 verify program_interface_query GL_SHADER_STORAGE_BLOCK ssbo[1] GL_BUFFER_DATA_SIZE 16
H A Daoa.shader_test183 verify program_interface_query GL_SHADER_STORAGE_BLOCK AOA[0][0] GL_NUM_ACTIVE_VARIABLES 1
184 verify program_interface_query GL_SHADER_STORAGE_BLOCK AOA[0][0] GL_BUFFER_DATA_SIZE 16
187 verify program_interface_query GL_SHADER_STORAGE_BLOCK AOA[0][1] GL_NUM_ACTIVE_VARIABLES 1
188 verify program_interface_query GL_SHADER_STORAGE_BLOCK AOA[0][1] GL_BUFFER_DATA_SIZE 16
191 verify program_interface_query GL_SHADER_STORAGE_BLOCK AOA[1][0] GL_NUM_ACTIVE_VARIABLES 1
192 verify program_interface_query GL_SHADER_STORAGE_BLOCK AOA[1][0] GL_BUFFER_DATA_SIZE 16
195 verify program_interface_query GL_SHADER_STORAGE_BLOCK AOA[1][1] GL_NUM_ACTIVE_VARIABLES 1
196 verify program_interface_query GL_SHADER_STORAGE_BLOCK AOA[1][1] GL_BUFFER_DATA_SIZE 16
H A Daoa-2.shader_test278 verify program_interface_query GL_SHADER_STORAGE_BLOCK AOA[0][0] GL_NUM_ACTIVE_VARIABLES 2
279 verify program_interface_query GL_SHADER_STORAGE_BLOCK AOA[0][0] GL_BUFFER_DATA_SIZE 32
282 verify program_interface_query GL_SHADER_STORAGE_BLOCK AOA[0][1] GL_NUM_ACTIVE_VARIABLES 2
283 verify program_interface_query GL_SHADER_STORAGE_BLOCK AOA[0][1] GL_BUFFER_DATA_SIZE 32
286 verify program_interface_query GL_SHADER_STORAGE_BLOCK AOA[1][0] GL_NUM_ACTIVE_VARIABLES 2
287 verify program_interface_query GL_SHADER_STORAGE_BLOCK AOA[1][0] GL_BUFFER_DATA_SIZE 32
290 verify program_interface_query GL_SHADER_STORAGE_BLOCK AOA[1][1] GL_NUM_ACTIVE_VARIABLES 2
291 verify program_interface_query GL_SHADER_STORAGE_BLOCK AOA[1][1] GL_BUFFER_DATA_SIZE 32
H A Dtwo-ssbo.shader_test141 verify program_interface_query GL_SHADER_STORAGE_BLOCK ssbo1 GL_NUM_ACTIVE_VARIABLES 1
142 verify program_interface_query GL_SHADER_STORAGE_BLOCK ssbo1 GL_BUFFER_DATA_SIZE 16
145 verify program_interface_query GL_SHADER_STORAGE_BLOCK ssbo2 GL_NUM_ACTIVE_VARIABLES 1
146 verify program_interface_query GL_SHADER_STORAGE_BLOCK ssbo2 GL_BUFFER_DATA_SIZE 16
H A Darray.shader_test163 verify program_interface_query GL_SHADER_STORAGE_BLOCK ComponentsSSBO[0] GL_NUM_ACTIVE_VARIABLES 1
164 verify program_interface_query GL_SHADER_STORAGE_BLOCK ComponentsSSBO[0] GL_BUFFER_DATA_SIZE 16
167 verify program_interface_query GL_SHADER_STORAGE_BLOCK ComponentsSSBO[1] GL_NUM_ACTIVE_VARIABLES 1
168 verify program_interface_query GL_SHADER_STORAGE_BLOCK ComponentsSSBO[1] GL_BUFFER_DATA_SIZE 16
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/plugins/renderers/opengl/graphicshelpers/
H A Dgraphicshelperes3_1.cpp68 #ifndef GL_SHADER_STORAGE_BLOCK
69 #define GL_SHADER_STORAGE_BLOCK 0x92E6 macro
267 …m_extraFuncs->glGetProgramInterfaceiv(programId, GL_SHADER_STORAGE_BLOCK, GL_ACTIVE_RESOURCES, &nb… in programShaderStorageBlocks()
273 …m_extraFuncs->glGetProgramResourceName(programId, GL_SHADER_STORAGE_BLOCK, i, 256, &length, storag… in programShaderStorageBlocks()
277 …m_extraFuncs->glGetProgramResourceiv(programId, GL_SHADER_STORAGE_BLOCK, i, 1, &prop, 4, NULL, &st… in programShaderStorageBlocks()
279 …m_extraFuncs->glGetProgramResourceiv(programId, GL_SHADER_STORAGE_BLOCK, i, 1, &prop, 4, NULL, &st… in programShaderStorageBlocks()
281 …m_extraFuncs->glGetProgramResourceiv(programId, GL_SHADER_STORAGE_BLOCK, i, 1, &prop, 4, NULL, &st… in programShaderStorageBlocks()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fBasicComputeShaderTests.cpp198 … blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_SHADER_STORAGE_BLOCK, "Output"… in iterate()
213 … blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_SHADER_STORAGE_BLOCK, "Output"… in iterate()
298 … blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_SHADER_STORAGE_BLOCK, "Input"); in iterate()
321 … blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_SHADER_STORAGE_BLOCK, "Output"… in iterate()
336 … blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_SHADER_STORAGE_BLOCK, "Output"… in iterate()
649 … blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_SHADER_STORAGE_BLOCK, "Output"… in iterate()
664 … blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_SHADER_STORAGE_BLOCK, "Output"… in iterate()
868 … blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_SHADER_STORAGE_BLOCK, "Output"… in iterate()
962 … blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_SHADER_STORAGE_BLOCK, "Output"… in iterate()
1069 … blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_SHADER_STORAGE_BLOCK, "Output"… in iterate()
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_shader_storage_buffer_object/
H A Darray-ssbo-auto-binding.c177 GL_SHADER_STORAGE_BLOCK, blockname); in ssbo_array1d_test()
178 glGetProgramResourceiv(prog, GL_SHADER_STORAGE_BLOCK, index, 1, in ssbo_array1d_test()
216 GL_SHADER_STORAGE_BLOCK, blockname); in ssbo_array2d_test()
217 glGetProgramResourceiv(prog, GL_SHADER_STORAGE_BLOCK, index, 1, in ssbo_array2d_test()
261 GL_SHADER_STORAGE_BLOCK, blockname); in ssbo_array3d_test()
262 glGetProgramResourceiv(prog, GL_SHADER_STORAGE_BLOCK, index, 1, in ssbo_array3d_test()
H A Dissue1258.c101 GL_SHADER_STORAGE_BLOCK, in piglit_init()
104 glGetProgramResourceiv(prog_fs, GL_SHADER_STORAGE_BLOCK, ssbo_index, in piglit_init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DProgramInterfaceTest.cpp150 GL_BUFFER_VARIABLE, GL_SHADER_STORAGE_BLOCK, in TEST_P()
334 glGetProgramInterfaceiv(program, GL_SHADER_STORAGE_BLOCK, GL_ACTIVE_RESOURCES, &num); in TEST_P()
338 glGetProgramInterfaceiv(program, GL_SHADER_STORAGE_BLOCK, GL_MAX_NAME_LENGTH, &num); in TEST_P()
342 glGetProgramInterfaceiv(program, GL_SHADER_STORAGE_BLOCK, GL_MAX_NUM_ACTIVE_VARIABLES, &num); in TEST_P()
1007 GLuint index = glGetProgramResourceIndex(program, GL_SHADER_STORAGE_BLOCK, "blockName0"); in TEST_P()
1013 glGetProgramResourceName(program, GL_SHADER_STORAGE_BLOCK, index, sizeof(name), &length, name); in TEST_P()
1030 glGetProgramResourceiv(program, GL_SHADER_STORAGE_BLOCK, index, propCount, props, kBufSize, in TEST_P()
1049 index = glGetProgramResourceIndex(program, GL_SHADER_STORAGE_BLOCK, "blockName1"); in TEST_P()
1053 glGetProgramResourceName(program, GL_SHADER_STORAGE_BLOCK, index, sizeof(name), &length, name); in TEST_P()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_program_interface_query/
H A Dgetprogramresourceiv.c500 { &prog_stor, GL_SHADER_STORAGE_BLOCK, "gs_buffer_block", fs_stor_gs_buf_blk, {
542 { &prog_buff_blks, GL_SHADER_STORAGE_BLOCK, "vs_buffer_block", vs_stor_vs_buf_blk, {
556 { &prog_buff_blks, GL_SHADER_STORAGE_BLOCK, "fs_buffer_block", fs_stor_fs_buf_blk, {
730 pif = GL_SHADER_STORAGE_BLOCK; in check_prop()
794 case GL_SHADER_STORAGE_BLOCK: in check_prop()
923 programInterface == GL_SHADER_STORAGE_BLOCK || in check_extensions()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/main/
H A Dshader_query.cpp463 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_name()
498 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_name_length()
534 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_get_resource_name()
605 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_array_size()
741 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_find_name()
935 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_index()
975 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_find_index()
1273 if (res->Type == GL_SHADER_STORAGE_BLOCK) in is_resource_referenced()
1287 res->Type != GL_SHADER_STORAGE_BLOCK && in get_buffer_property()
1565 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_prop()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderProgramInterfaces.cpp333 GL_UNIFORM, GL_UNIFORM_BLOCK, GL_ATOMIC_COUNTER_BUFFER, GL_SHADER_STORAGE_BLOCK, in iterate()
342 if ((interface == GL_SHADER_STORAGE_BLOCK || interface == GL_BUFFER_VARIABLE) && in iterate()
385 case GL_SHADER_STORAGE_BLOCK: in iterate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webgl/
H A Dwebgl2_compute_rendering_context_base.cc141 program_interface != GL_SHADER_STORAGE_BLOCK && in getProgramInterfaceParameter()
505 case GL_SHADER_STORAGE_BLOCK: in ValidateProgramInterface()
555 program_interface != GL_SHADER_STORAGE_BLOCK && in ValidateAndExtendProgramResourceProperties()
581 program_interface != GL_SHADER_STORAGE_BLOCK && in ValidateAndExtendProgramResourceProperties()
607 program_interface != GL_SHADER_STORAGE_BLOCK && in ValidateAndExtendProgramResourceProperties()
629 program_interface != GL_SHADER_STORAGE_BLOCK && in ValidateAndExtendProgramResourceProperties()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gles31/
H A Des31cProgramInterfaceQueryTests.cpp313 GL_SHADER_STORAGE_BLOCK,
591 VerifyGetProgramInterfaceiv(program, GL_SHADER_STORAGE_BLOCK, GL_ACTIVE_RESOURCES, 1, error); in VerifyCompute()
592 VerifyGetProgramInterfaceiv(program, GL_SHADER_STORAGE_BLOCK, GL_MAX_NAME_LENGTH, 7, error); in VerifyCompute()
597 VerifyGetProgramResourceIndex(program, GL_SHADER_STORAGE_BLOCK, indicesSSB, "Output", error); in VerifyCompute()
2367 VerifyGetProgramInterfaceiv(program, GL_SHADER_STORAGE_BLOCK, GL_ACTIVE_RESOURCES, 5, error); in Run()
2368 VerifyGetProgramInterfaceiv(program, GL_SHADER_STORAGE_BLOCK, GL_MAX_NAME_LENGTH, 18, error); in Run()
2388 VerifyGetProgramResourceName(program, GL_SHADER_STORAGE_BLOCK, indicesSSB["NotSoSimpleBuffer"], in Run()
2519 glGetProgramInterfaceiv(program, GL_SHADER_STORAGE_BLOCK, GL_MAX_NUM_ACTIVE_VARIABLES, &res); in Run()
2725 VerifyGetProgramInterfaceiv(program, GL_SHADER_STORAGE_BLOCK, GL_MAX_NAME_LENGTH, 6, error); in Run()
2726 VerifyGetProgramInterfaceiv(program, GL_SHADER_STORAGE_BLOCK, GL_ACTIVE_RESOURCES, 2, error); in Run()
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_gl_spirv/execution/ssbo/matrix/
H A Dcolumn-vs-row.shader_test282 verify program_interface_query GL_SHADER_STORAGE_BLOCK column_ssbo GL_NUM_ACTIVE_VARIABLES 1
283 verify program_interface_query GL_SHADER_STORAGE_BLOCK column_ssbo GL_BUFFER_DATA_SIZE 64
286 verify program_interface_query GL_SHADER_STORAGE_BLOCK row_ssbo GL_NUM_ACTIVE_VARIABLES 1
287 verify program_interface_query GL_SHADER_STORAGE_BLOCK row_ssbo GL_BUFFER_DATA_SIZE 64
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/main/
H A Dshader_query.cpp462 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_name()
526 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_array_size()
669 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_find_name()
731 blockInterface = GL_SHADER_STORAGE_BLOCK; in program_resource_find_binding_offset()
863 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_index()
903 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_find_index()
1202 if (res->Type == GL_SHADER_STORAGE_BLOCK) in is_resource_referenced()
1216 res->Type != GL_SHADER_STORAGE_BLOCK && in get_buffer_property()
1262 } else if (res->Type == GL_SHADER_STORAGE_BLOCK) { in get_buffer_property()
1494 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_prop()
[all …]
/dports/lang/clover/mesa-21.3.6/src/mesa/main/
H A Dshader_query.cpp462 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_name()
526 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_array_size()
669 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_find_name()
731 blockInterface = GL_SHADER_STORAGE_BLOCK; in program_resource_find_binding_offset()
863 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_index()
903 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_find_index()
1202 if (res->Type == GL_SHADER_STORAGE_BLOCK) in is_resource_referenced()
1216 res->Type != GL_SHADER_STORAGE_BLOCK && in get_buffer_property()
1262 } else if (res->Type == GL_SHADER_STORAGE_BLOCK) { in get_buffer_property()
1494 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_prop()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/main/
H A Dshader_query.cpp462 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_name()
526 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_array_size()
669 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_find_name()
731 blockInterface = GL_SHADER_STORAGE_BLOCK; in program_resource_find_binding_offset()
863 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_index()
903 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_find_index()
1202 if (res->Type == GL_SHADER_STORAGE_BLOCK) in is_resource_referenced()
1216 res->Type != GL_SHADER_STORAGE_BLOCK && in get_buffer_property()
1262 } else if (res->Type == GL_SHADER_STORAGE_BLOCK) { in get_buffer_property()
1494 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_prop()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/main/
H A Dshader_query.cpp462 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_name()
526 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_array_size()
669 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_find_name()
731 blockInterface = GL_SHADER_STORAGE_BLOCK; in program_resource_find_binding_offset()
863 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_index()
903 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_find_index()
1202 if (res->Type == GL_SHADER_STORAGE_BLOCK) in is_resource_referenced()
1216 res->Type != GL_SHADER_STORAGE_BLOCK && in get_buffer_property()
1262 } else if (res->Type == GL_SHADER_STORAGE_BLOCK) { in get_buffer_property()
1494 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_prop()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/main/
H A Dshader_query.cpp462 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_name()
526 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_array_size()
669 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_find_name()
731 blockInterface = GL_SHADER_STORAGE_BLOCK; in program_resource_find_binding_offset()
863 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_index()
903 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_find_index()
1202 if (res->Type == GL_SHADER_STORAGE_BLOCK) in is_resource_referenced()
1216 res->Type != GL_SHADER_STORAGE_BLOCK && in get_buffer_property()
1262 } else if (res->Type == GL_SHADER_STORAGE_BLOCK) { in get_buffer_property()
1494 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_prop()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/main/
H A Dshader_query.cpp462 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_name()
526 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_array_size()
669 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_find_name()
731 blockInterface = GL_SHADER_STORAGE_BLOCK; in program_resource_find_binding_offset()
863 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_index()
903 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_find_index()
1202 if (res->Type == GL_SHADER_STORAGE_BLOCK) in is_resource_referenced()
1216 res->Type != GL_SHADER_STORAGE_BLOCK && in get_buffer_property()
1262 } else if (res->Type == GL_SHADER_STORAGE_BLOCK) { in get_buffer_property()
1494 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_prop()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/main/
H A Dshader_query.cpp462 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_name()
526 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_array_size()
669 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_find_name()
731 blockInterface = GL_SHADER_STORAGE_BLOCK; in program_resource_find_binding_offset()
863 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_index()
903 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_find_index()
1202 if (res->Type == GL_SHADER_STORAGE_BLOCK) in is_resource_referenced()
1216 res->Type != GL_SHADER_STORAGE_BLOCK && in get_buffer_property()
1262 } else if (res->Type == GL_SHADER_STORAGE_BLOCK) { in get_buffer_property()
1494 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_prop()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/main/
H A Dshader_query.cpp462 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_name()
526 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_array_size()
669 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_find_name()
731 blockInterface = GL_SHADER_STORAGE_BLOCK; in program_resource_find_binding_offset()
863 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_index()
903 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_find_index()
1202 if (res->Type == GL_SHADER_STORAGE_BLOCK) in is_resource_referenced()
1216 res->Type != GL_SHADER_STORAGE_BLOCK && in get_buffer_property()
1262 } else if (res->Type == GL_SHADER_STORAGE_BLOCK) { in get_buffer_property()
1494 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_prop()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/main/
H A Dshader_query.cpp462 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_name()
526 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_array_size()
669 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_find_name()
731 blockInterface = GL_SHADER_STORAGE_BLOCK; in program_resource_find_binding_offset()
863 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_index()
903 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_find_index()
1202 if (res->Type == GL_SHADER_STORAGE_BLOCK) in is_resource_referenced()
1216 res->Type != GL_SHADER_STORAGE_BLOCK && in get_buffer_property()
1262 } else if (res->Type == GL_SHADER_STORAGE_BLOCK) { in get_buffer_property()
1494 case GL_SHADER_STORAGE_BLOCK: in _mesa_program_resource_prop()
[all …]

12345678910>>...22