Home
last modified time | relevance | path

Searched refs:AttributeCount (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp709 …: BoundCurrent(false), AttributeCount(aAttributeCount), BindingCount(aBindingCount), BindId(BindId… in VkVerticesObj()
715 VertexInputAttributeDescription = new VkVertexInputAttributeDescription[AttributeCount]; in VkVerticesObj()
719 PipelineVertexInputStateCreateInfo.vertexAttributeDescriptionCount = AttributeCount; in VkVerticesObj()
731 } while (AttributeCount < i); in VkVerticesObj()
752 aPipelineObj.AddVertexInputAttribs(VertexInputAttributeDescription, AttributeCount); in AddVertexInputToPipe()
781 unsigned AttributeCount; member in VkVerticesObj