Lines Matching refs:identifiers
129 pipeline->identifiers = malloc(sizeof(*pipeline->identifiers) * local_create_info.stageCount);
130 if (!pipeline->identifiers)
146 pipeline->identifiers[i].identifierSize =
149 pipeline->identifiers[i].identifierSize);
151 pipeline->stages[i].pNext = &pipeline->identifiers[i];
152 pipeline->identifiers[i].sType =
154 pipeline->identifiers[i].pNext = NULL;
155 pipeline->identifiers[i].pIdentifier = pipeline->hashes[i].sha1;
178 free(pipeline->identifiers);