Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-reduce/deltas/
DReduceAttributes.cpp109 int AttributeCount = 0; member
135 AttributeCount += AS.getNumAttributes(); in visitAttributeSet()
191 outs() << "Number of attributes: " << C.AttributeCount << "\n"; in countAttributes()
193 return C.AttributeCount; in countAttributes()
198 int AttributeCount = countAttributes(Test.getProgram()); in reduceAttributesDeltaPass() local
199 runDeltaPass(Test, AttributeCount, extractAttributesFromModule); in reduceAttributesDeltaPass()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp1250 AttributeCount(aAttributeCount), in VkVerticesObj()
1258 VertexInputAttributeDescription = new VkVertexInputAttributeDescription[AttributeCount]; in VkVerticesObj()
1262 PipelineVertexInputStateCreateInfo.vertexAttributeDescriptionCount = AttributeCount; in VkVerticesObj()
1274 } while (AttributeCount < i); in VkVerticesObj()
1295 aPipelineObj.AddVertexInputAttribs(VertexInputAttributeDescription, AttributeCount); in AddVertexInputToPipe()
1304 pipelineHelper->vi_ci_.vertexAttributeDescriptionCount = AttributeCount; in AddVertexInputToPipeHelpr()
Dlayer_validation_tests.h383 unsigned AttributeCount; variable