Searched defs:m_vertexAttributeDescriptions (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp468 std::vector<VkVertexInputAttributeDescription> m_vertexAttributeDescriptions; member in class:vkt::shaderexecutor::__anon3883::FragmentOutExecutor
606 m_vertexAttributeDescriptions.push_back(attributeDescription);
679 m_vertexAttributeDescriptions.clear();
1075 (deUint32)m_vertexAttributeDescriptions.size(), // deUint32 attributeCount;
1076 &m_vertexAttributeDescriptions[0], // const VkVertexInputAttributeDescription* pvertexAttributeDescriptions;

Completed in 46 milliseconds