Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp702 m_vertexAttributeDescription.clear(); in setup()
777 m_vertexAttributeDescription.push_back(attributeDescription); in addAttribute()
2118 (deUint32)m_vertexAttributeDescription.size(), // deUint32 attributeCount; in render()
2119 …&m_vertexAttributeDescription[0], // const VkVertexInputAttributeDescription* pVertexAttrib… in render()
DvktShaderRender.hpp651 std::vector<vk::VkVertexInputAttributeDescription> m_vertexAttributeDescription; member in vkt::sr::ShaderRenderCaseInstance