Lines Matching defs:bindings
1094 const VkDescriptorSetLayoutBinding bindings[] = {
1116 sizeof(bindings) / sizeof(bindings[0]), // bindingCount
1117 &bindings[0] // pBindings
1159 for (deUint32 i = 0; i < (deInt32)(sizeof(bindings) / sizeof(bindings[0])); ++i)
1161 poolBuilder.addType(bindings[i].descriptorType, bindings[i].descriptorCount * attachmentSize);
1178 bindings[0].descriptorType, // descriptorType
1186 w.descriptorType = bindings[0].descriptorType;
1191 w.descriptorType = bindings[1].descriptorType;