Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp604 std::vector<VkVertexInputAttributeDescription> m_vertexAttributeDescriptions; member in vkt::shaderexecutor::__anon848681380111::FragmentOutExecutor
761 m_vertexAttributeDescriptions.push_back(attributeDescription); in addAttribute()
836 m_vertexAttributeDescriptions.clear(); in clearRenderData()
1197 (deUint32)m_vertexAttributeDescriptions.size(), // deUint32 attributeCount; in execute()
1198 …&m_vertexAttributeDescriptions[0], // const VkVertexInputAttributeDescription* pvertexAttri… in execute()