Lines Matching defs:block
723 /* Remove array's index from interface block name comparison only if
787 * inside a block with an specific binding.
830 const struct gl_uniform_block *block = RESOURCE_UBO(res);
832 if (block->Binding == binding) {
834 * for the block with base index. Most properties for members of each
835 * block are inherited from the block with the base index, including
838 block_index = i - starting_index - block->linearized_array_index;
869 * the offset and the block binding to locate the resource.
876 const gl_uniform_block *block,
880 struct gl_uniform_buffer_variable uni = block->Uniforms[index];
893 block->Binding, uni.Offset);
1154 * with a named uniform block, or if <name> starts with the reserved
1782 struct gl_uniform_block *block =
1785 *params = MAX2((unsigned)*params, block->NumUniforms);
1792 struct gl_uniform_block *block =
1796 for (unsigned j = 0; j < block->NumUniforms; j++) {
1801 block,