Home | History | Annotate | Download | only in glsl

Lines Matching refs:blks

512          struct gl_uniform_block *blks = var->is_in_shader_storage_block() ?
521 if (strncmp(var->get_interface_type()->name, blks[i].Name, l)
522 == 0 && blks[i].Name[l] == '[') {
529 if (strcmp(var->get_interface_type()->name, blks[i].Name) == 0) {
550 &blks[buffer_block_index];
1050 struct gl_uniform_block **blks = var->data.mode == ir_var_uniform ?
1070 const char *const begin = blks[i]->Name;
1085 entry->is_linearized_index_referenced(blks[i]->linearized_array_index))) {
1086 blks[i]->stageref |= 1U << stage;
1107 for (unsigned j = 0; j < blks[i]->NumUniforms; j++) {
1109 const char *begin = blks[i]->Uniforms[j].Name;
1120 found = strcmp(var->name, blks[i]->Uniforms[j].Name) == 0;
1127 blks[i]->stageref |= 1U << stage;