Lines Matching defs:attributes
123 static const auto unusedColor = Vec4(0.75f, 0.0f, 0.25f, 1.0f); // Unused color attributes
228 auto attributes =
239 attributes,
283 auto attributes =
294 attributes,
341 auto attributes =
352 attributes,
399 auto attributes =
410 attributes,
714 const auto& attributes = input.vertexAttributes;
722 static_cast<deUint32>(attributes.size()), // deUint32 vertexAttributeDescriptionCount;
723 attributes.data() // const VkVertexInputAttributeDescription* pVertexAttributeDescriptions;