Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp938 const auto &attribute_description = pPipeline->vertex_attribute_descriptions_[i]; in ValidatePipelineDrawtimeState() local
939 const auto vertex_binding = attribute_description.binding; in ValidatePipelineDrawtimeState()
940 const auto attribute_offset = attribute_description.offset; in ValidatePipelineDrawtimeState()
941 const auto attribute_format = attribute_description.format; in ValidatePipelineDrawtimeState()