Home
last modified time | relevance | path

Searched refs:GL_UNIFORM_BLOCK (Results 1 – 25 of 517) sorted by relevance

12345678910>>...21

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_gl_spirv/execution/ubo/
H A Darray-indirect.shader_test98 verify program_interface_query GL_UNIFORM_BLOCK ComponentsBlock[0] GL_NUM_ACTIVE_VARIABLES 1
99 verify program_interface_query GL_UNIFORM_BLOCK ComponentsBlock[1] GL_BUFFER_DATA_SIZE 16
102 verify program_interface_query GL_UNIFORM_BLOCK ComponentsBlock[0] GL_NUM_ACTIVE_VARIABLES 1
103 verify program_interface_query GL_UNIFORM_BLOCK ComponentsBlock[1] GL_BUFFER_DATA_SIZE 16
106 verify program_interface_query GL_UNIFORM_BLOCK ComponentsBlock[0] GL_NUM_ACTIVE_VARIABLES 1
107 verify program_interface_query GL_UNIFORM_BLOCK ComponentsBlock[1] GL_BUFFER_DATA_SIZE 16
H A Daoa.shader_test181 verify program_interface_query GL_UNIFORM_BLOCK AOA[0][0] GL_NUM_ACTIVE_VARIABLES 1
182 verify program_interface_query GL_UNIFORM_BLOCK AOA[0][0] GL_BUFFER_DATA_SIZE 16
185 verify program_interface_query GL_UNIFORM_BLOCK AOA[0][1] GL_NUM_ACTIVE_VARIABLES 1
186 verify program_interface_query GL_UNIFORM_BLOCK AOA[0][1] GL_BUFFER_DATA_SIZE 16
189 verify program_interface_query GL_UNIFORM_BLOCK AOA[1][0] GL_NUM_ACTIVE_VARIABLES 1
190 verify program_interface_query GL_UNIFORM_BLOCK AOA[1][0] GL_BUFFER_DATA_SIZE 16
193 verify program_interface_query GL_UNIFORM_BLOCK AOA[1][1] GL_NUM_ACTIVE_VARIABLES 1
194 verify program_interface_query GL_UNIFORM_BLOCK AOA[1][1] GL_BUFFER_DATA_SIZE 16
H A Daoa-2.shader_test265 verify program_interface_query GL_UNIFORM_BLOCK AOA[0][0] GL_NUM_ACTIVE_VARIABLES 2
266 verify program_interface_query GL_UNIFORM_BLOCK AOA[0][0] GL_BUFFER_DATA_SIZE 32
269 verify program_interface_query GL_UNIFORM_BLOCK AOA[0][1] GL_NUM_ACTIVE_VARIABLES 2
270 verify program_interface_query GL_UNIFORM_BLOCK AOA[0][1] GL_BUFFER_DATA_SIZE 32
273 verify program_interface_query GL_UNIFORM_BLOCK AOA[1][0] GL_NUM_ACTIVE_VARIABLES 2
274 verify program_interface_query GL_UNIFORM_BLOCK AOA[1][0] GL_BUFFER_DATA_SIZE 32
277 verify program_interface_query GL_UNIFORM_BLOCK AOA[1][1] GL_NUM_ACTIVE_VARIABLES 2
278 verify program_interface_query GL_UNIFORM_BLOCK AOA[1][1] GL_BUFFER_DATA_SIZE 32
H A Darray.shader_test130 verify program_interface_query GL_UNIFORM_BLOCK ComponentsBlock[0] GL_NUM_ACTIVE_VARIABLES 1
131 verify program_interface_query GL_UNIFORM_BLOCK ComponentsBlock[0] GL_BUFFER_DATA_SIZE 16
134 verify program_interface_query GL_UNIFORM_BLOCK ComponentsBlock[1] GL_NUM_ACTIVE_VARIABLES 1
135 verify program_interface_query GL_UNIFORM_BLOCK ComponentsBlock[1] GL_BUFFER_DATA_SIZE 16
H A Dtwo-ubos.shader_test129 verify program_interface_query GL_UNIFORM_BLOCK ComponentsBlock GL_NUM_ACTIVE_VARIABLES 1
130 verify program_interface_query GL_UNIFORM_BLOCK ComponentsBlock GL_BUFFER_DATA_SIZE 16
135 verify program_interface_query GL_UNIFORM_BLOCK ComponentsBlock2 GL_NUM_ACTIVE_VARIABLES 1
136 verify program_interface_query GL_UNIFORM_BLOCK ComponentsBlock2 GL_BUFFER_DATA_SIZE 16
H A Darray-different-array-stride-ubo.shader_test262 verify program_interface_query GL_UNIFORM_BLOCK block16 GL_NUM_ACTIVE_VARIABLES 1
263 verify program_interface_query GL_UNIFORM_BLOCK block16 GL_BUFFER_DATA_SIZE 48
266 verify program_interface_query GL_UNIFORM_BLOCK block32 GL_NUM_ACTIVE_VARIABLES 1
267 verify program_interface_query GL_UNIFORM_BLOCK block32 GL_BUFFER_DATA_SIZE 80
H A Dlocation-0-crash.shader_test88 verify program_interface_query GL_UNIFORM_BLOCK block GL_NUM_ACTIVE_VARIABLES 1
89 verify program_interface_query GL_UNIFORM_BLOCK block GL_BUFFER_DATA_SIZE 16
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_gl_spirv/execution/ubo/matrix/
H A Ddifferent-matrix-stride.shader_test250 verify program_interface_query GL_UNIFORM_BLOCK ComponentsBlock GL_NUM_ACTIVE_VARIABLES 1
251 verify program_interface_query GL_UNIFORM_BLOCK ComponentsBlock GL_BUFFER_DATA_SIZE 48
254 verify program_interface_query GL_UNIFORM_BLOCK ComponentsBlock GL_NUM_ACTIVE_VARIABLES 1
255 verify program_interface_query GL_UNIFORM_BLOCK ComponentsBlock GL_BUFFER_DATA_SIZE 80
H A Dcolumn-vs-row.shader_test294 verify program_interface_query GL_UNIFORM_BLOCK ColumnBlock GL_NUM_ACTIVE_VARIABLES 1
295 verify program_interface_query GL_UNIFORM_BLOCK ColumnBlock GL_BUFFER_DATA_SIZE 64
298 verify program_interface_query GL_UNIFORM_BLOCK RowBlock GL_NUM_ACTIVE_VARIABLES 1
299 verify program_interface_query GL_UNIFORM_BLOCK RowBlock GL_BUFFER_DATA_SIZE 64
H A Dindirect-column-major.shader_test100 verify program_interface_query GL_UNIFORM_BLOCK ComponentsBlock GL_NUM_ACTIVE_VARIABLES 1
101 verify program_interface_query GL_UNIFORM_BLOCK ComponentsBlock GL_BUFFER_DATA_SIZE 64
H A Dindirect-row-major.shader_test100 verify program_interface_query GL_UNIFORM_BLOCK ComponentsBlock GL_NUM_ACTIVE_VARIABLES 1
101 verify program_interface_query GL_UNIFORM_BLOCK ComponentsBlock GL_BUFFER_DATA_SIZE 64
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DProgramInterfaceTest.cpp149 GLenum invalidInterfaces[] = {GL_UNIFORM_BLOCK, GL_TRANSFORM_FEEDBACK_VARYING, in TEST_P()
311 glGetProgramInterfaceiv(program, GL_UNIFORM_BLOCK, GL_ACTIVE_RESOURCES, &num); in TEST_P()
315 glGetProgramInterfaceiv(program, GL_UNIFORM_BLOCK, GL_MAX_NAME_LENGTH, &num); in TEST_P()
319 glGetProgramInterfaceiv(program, GL_UNIFORM_BLOCK, GL_MAX_NUM_ACTIVE_VARIABLES, &num); in TEST_P()
485 GLuint index = glGetProgramResourceIndex(program, GL_UNIFORM_BLOCK, "blockName"); in TEST_P()
491 glGetProgramResourceName(program, GL_UNIFORM_BLOCK, index, sizeof(name), &length, name); in TEST_P()
511 glGetProgramResourceiv(program, GL_UNIFORM_BLOCK, index, propCount, props, propCount, &length, in TEST_P()
525 glGetProgramResourceiv(program, GL_UNIFORM_BLOCK, index, propCount, props, kBufSize, &length, in TEST_P()
534 glGetProgramResourceiv(program, GL_UNIFORM_BLOCK, index, 1, &actvieVariablesProperty, 1, in TEST_P()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_program_interface_query/
H A Dgetprogramresourceiv.c448 { &prog_std, GL_UNIFORM_BLOCK, "fs_uniform_block", fs_std_fs_uniform_blk, {
514 { &prog_buff_blks, GL_UNIFORM_BLOCK, "vs_uni_block", vs_std_vs_uniform_blk, {
528 { &prog_buff_blks, GL_UNIFORM_BLOCK, "fs_uni_block", fs_std_fs_uniform_blk, {
727 pif = GL_UNIFORM_BLOCK; in check_prop()
772 if (programInterface != GL_UNIFORM_BLOCK) { in check_prop()
791 case GL_UNIFORM_BLOCK: in check_prop()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/main/
H A Dshader_query.cpp462 case GL_UNIFORM_BLOCK: in _mesa_program_resource_name()
497 case GL_UNIFORM_BLOCK: in _mesa_program_resource_name_length()
533 case GL_UNIFORM_BLOCK: in _mesa_program_get_resource_name()
604 case GL_UNIFORM_BLOCK: in _mesa_program_resource_array_size()
740 case GL_UNIFORM_BLOCK: in _mesa_program_resource_find_name()
934 case GL_UNIFORM_BLOCK: in _mesa_program_resource_index()
973 case GL_UNIFORM_BLOCK: in _mesa_program_resource_find_index()
1270 if (res->Type == GL_UNIFORM_BLOCK) in is_resource_referenced()
1285 if (res->Type != GL_UNIFORM_BLOCK && in get_buffer_property()
1563 case GL_UNIFORM_BLOCK: in _mesa_program_resource_prop()
[all …]
/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.cc142 program_interface != GL_UNIFORM_BLOCK && in getProgramInterfaceParameter()
508 case GL_UNIFORM_BLOCK: in ValidateProgramInterface()
556 program_interface != GL_UNIFORM_BLOCK) in ValidateAndExtendProgramResourceProperties()
582 program_interface != GL_UNIFORM_BLOCK) in ValidateAndExtendProgramResourceProperties()
609 program_interface != GL_UNIFORM_BLOCK) in ValidateAndExtendProgramResourceProperties()
630 program_interface != GL_UNIFORM_BLOCK) { in ValidateAndExtendProgramResourceProperties()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/main/
H A Dshader_query.cpp461 case GL_UNIFORM_BLOCK: in _mesa_program_resource_name()
525 case GL_UNIFORM_BLOCK: in _mesa_program_resource_array_size()
668 case GL_UNIFORM_BLOCK: in _mesa_program_resource_find_name()
734 blockInterface = GL_UNIFORM_BLOCK; in program_resource_find_binding_offset()
862 case GL_UNIFORM_BLOCK: in _mesa_program_resource_index()
901 case GL_UNIFORM_BLOCK: in _mesa_program_resource_find_index()
1199 if (res->Type == GL_UNIFORM_BLOCK) in is_resource_referenced()
1214 if (res->Type != GL_UNIFORM_BLOCK && in get_buffer_property()
1220 if (res->Type == GL_UNIFORM_BLOCK) { in get_buffer_property()
1492 case GL_UNIFORM_BLOCK: in _mesa_program_resource_prop()
[all …]
/dports/lang/clover/mesa-21.3.6/src/mesa/main/
H A Dshader_query.cpp461 case GL_UNIFORM_BLOCK: in _mesa_program_resource_name()
525 case GL_UNIFORM_BLOCK: in _mesa_program_resource_array_size()
668 case GL_UNIFORM_BLOCK: in _mesa_program_resource_find_name()
734 blockInterface = GL_UNIFORM_BLOCK; in program_resource_find_binding_offset()
862 case GL_UNIFORM_BLOCK: in _mesa_program_resource_index()
901 case GL_UNIFORM_BLOCK: in _mesa_program_resource_find_index()
1199 if (res->Type == GL_UNIFORM_BLOCK) in is_resource_referenced()
1214 if (res->Type != GL_UNIFORM_BLOCK && in get_buffer_property()
1220 if (res->Type == GL_UNIFORM_BLOCK) { in get_buffer_property()
1492 case GL_UNIFORM_BLOCK: in _mesa_program_resource_prop()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/main/
H A Dshader_query.cpp461 case GL_UNIFORM_BLOCK: in _mesa_program_resource_name()
525 case GL_UNIFORM_BLOCK: in _mesa_program_resource_array_size()
668 case GL_UNIFORM_BLOCK: in _mesa_program_resource_find_name()
734 blockInterface = GL_UNIFORM_BLOCK; in program_resource_find_binding_offset()
862 case GL_UNIFORM_BLOCK: in _mesa_program_resource_index()
901 case GL_UNIFORM_BLOCK: in _mesa_program_resource_find_index()
1199 if (res->Type == GL_UNIFORM_BLOCK) in is_resource_referenced()
1214 if (res->Type != GL_UNIFORM_BLOCK && in get_buffer_property()
1220 if (res->Type == GL_UNIFORM_BLOCK) { in get_buffer_property()
1492 case GL_UNIFORM_BLOCK: in _mesa_program_resource_prop()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/main/
H A Dshader_query.cpp461 case GL_UNIFORM_BLOCK: in _mesa_program_resource_name()
525 case GL_UNIFORM_BLOCK: in _mesa_program_resource_array_size()
668 case GL_UNIFORM_BLOCK: in _mesa_program_resource_find_name()
734 blockInterface = GL_UNIFORM_BLOCK; in program_resource_find_binding_offset()
862 case GL_UNIFORM_BLOCK: in _mesa_program_resource_index()
901 case GL_UNIFORM_BLOCK: in _mesa_program_resource_find_index()
1199 if (res->Type == GL_UNIFORM_BLOCK) in is_resource_referenced()
1214 if (res->Type != GL_UNIFORM_BLOCK && in get_buffer_property()
1220 if (res->Type == GL_UNIFORM_BLOCK) { in get_buffer_property()
1492 case GL_UNIFORM_BLOCK: in _mesa_program_resource_prop()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/main/
H A Dshader_query.cpp461 case GL_UNIFORM_BLOCK: in _mesa_program_resource_name()
525 case GL_UNIFORM_BLOCK: in _mesa_program_resource_array_size()
668 case GL_UNIFORM_BLOCK: in _mesa_program_resource_find_name()
734 blockInterface = GL_UNIFORM_BLOCK; in program_resource_find_binding_offset()
862 case GL_UNIFORM_BLOCK: in _mesa_program_resource_index()
901 case GL_UNIFORM_BLOCK: in _mesa_program_resource_find_index()
1199 if (res->Type == GL_UNIFORM_BLOCK) in is_resource_referenced()
1214 if (res->Type != GL_UNIFORM_BLOCK && in get_buffer_property()
1220 if (res->Type == GL_UNIFORM_BLOCK) { in get_buffer_property()
1492 case GL_UNIFORM_BLOCK: in _mesa_program_resource_prop()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/main/
H A Dshader_query.cpp461 case GL_UNIFORM_BLOCK: in _mesa_program_resource_name()
525 case GL_UNIFORM_BLOCK: in _mesa_program_resource_array_size()
668 case GL_UNIFORM_BLOCK: in _mesa_program_resource_find_name()
734 blockInterface = GL_UNIFORM_BLOCK; in program_resource_find_binding_offset()
862 case GL_UNIFORM_BLOCK: in _mesa_program_resource_index()
901 case GL_UNIFORM_BLOCK: in _mesa_program_resource_find_index()
1199 if (res->Type == GL_UNIFORM_BLOCK) in is_resource_referenced()
1214 if (res->Type != GL_UNIFORM_BLOCK && in get_buffer_property()
1220 if (res->Type == GL_UNIFORM_BLOCK) { in get_buffer_property()
1492 case GL_UNIFORM_BLOCK: in _mesa_program_resource_prop()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/main/
H A Dshader_query.cpp461 case GL_UNIFORM_BLOCK: in _mesa_program_resource_name()
525 case GL_UNIFORM_BLOCK: in _mesa_program_resource_array_size()
668 case GL_UNIFORM_BLOCK: in _mesa_program_resource_find_name()
734 blockInterface = GL_UNIFORM_BLOCK; in program_resource_find_binding_offset()
862 case GL_UNIFORM_BLOCK: in _mesa_program_resource_index()
901 case GL_UNIFORM_BLOCK: in _mesa_program_resource_find_index()
1199 if (res->Type == GL_UNIFORM_BLOCK) in is_resource_referenced()
1214 if (res->Type != GL_UNIFORM_BLOCK && in get_buffer_property()
1220 if (res->Type == GL_UNIFORM_BLOCK) { in get_buffer_property()
1492 case GL_UNIFORM_BLOCK: in _mesa_program_resource_prop()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/main/
H A Dshader_query.cpp461 case GL_UNIFORM_BLOCK: in _mesa_program_resource_name()
525 case GL_UNIFORM_BLOCK: in _mesa_program_resource_array_size()
668 case GL_UNIFORM_BLOCK: in _mesa_program_resource_find_name()
734 blockInterface = GL_UNIFORM_BLOCK; in program_resource_find_binding_offset()
862 case GL_UNIFORM_BLOCK: in _mesa_program_resource_index()
901 case GL_UNIFORM_BLOCK: in _mesa_program_resource_find_index()
1199 if (res->Type == GL_UNIFORM_BLOCK) in is_resource_referenced()
1214 if (res->Type != GL_UNIFORM_BLOCK && in get_buffer_property()
1220 if (res->Type == GL_UNIFORM_BLOCK) { in get_buffer_property()
1492 case GL_UNIFORM_BLOCK: in _mesa_program_resource_prop()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/main/
H A Dshader_query.cpp461 case GL_UNIFORM_BLOCK: in _mesa_program_resource_name()
525 case GL_UNIFORM_BLOCK: in _mesa_program_resource_array_size()
668 case GL_UNIFORM_BLOCK: in _mesa_program_resource_find_name()
734 blockInterface = GL_UNIFORM_BLOCK; in program_resource_find_binding_offset()
862 case GL_UNIFORM_BLOCK: in _mesa_program_resource_index()
901 case GL_UNIFORM_BLOCK: in _mesa_program_resource_find_index()
1199 if (res->Type == GL_UNIFORM_BLOCK) in is_resource_referenced()
1214 if (res->Type != GL_UNIFORM_BLOCK && in get_buffer_property()
1220 if (res->Type == GL_UNIFORM_BLOCK) { in get_buffer_property()
1492 case GL_UNIFORM_BLOCK: in _mesa_program_resource_prop()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/main/
H A Dshader_query.cpp438 case GL_UNIFORM_BLOCK: in _mesa_program_resource_name()
502 case GL_UNIFORM_BLOCK: in _mesa_program_resource_array_size()
651 case GL_UNIFORM_BLOCK: in _mesa_program_resource_find_name()
717 blockInterface = GL_UNIFORM_BLOCK; in program_resource_find_binding_offset()
845 case GL_UNIFORM_BLOCK: in _mesa_program_resource_index()
884 case GL_UNIFORM_BLOCK: in _mesa_program_resource_find_index()
1179 if (res->Type == GL_UNIFORM_BLOCK) in is_resource_referenced()
1194 if (res->Type != GL_UNIFORM_BLOCK && in get_buffer_property()
1200 if (res->Type == GL_UNIFORM_BLOCK) { in get_buffer_property()
1467 case GL_UNIFORM_BLOCK: in _mesa_program_resource_prop()

12345678910>>...21