Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.cpp122 m_vertexInputAttributes.clear(); in setVertexInputSingleAttribute()
123 m_vertexInputAttributes.push_back(attributeDesc); in setVertexInputSingleAttribute()
146 …static_cast<deUint32>(m_vertexInputAttributes.size()), // uint32_t … in build()
147 …dataPointer(m_vertexInputAttributes), // const VkVertexInputAttributeDescription* pVertex… in build()
DvktGeometryTestsUtil.hpp132 … (const vk::VkVertexInputAttributeDescription vertexAttribute) { m_vertexInputAttributes.push_back… in addVertexAttribute()
148 std::vector<vk::VkVertexInputAttributeDescription> m_vertexInputAttributes; member in vkt::geometry::GraphicsPipelineBuilder
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUtil.cpp216 m_vertexInputAttributes.clear(); in setVertexInputSingleAttribute()
217 m_vertexInputAttributes.push_back(attributeDesc); in setVertexInputSingleAttribute()
240 …static_cast<deUint32>(m_vertexInputAttributes.size()), // uint32_t … in build()
241 …dataPointer(m_vertexInputAttributes), // const VkVertexInputAttributeDescription* pVertex… in build()
DvktTessellationUtil.hpp128 … (const vk::VkVertexInputAttributeDescription vertexAttribute) { m_vertexInputAttributes.push_back… in addVertexAttribute()
148 std::vector<vk::VkVertexInputAttributeDescription> m_vertexInputAttributes; member in vkt::tessellation::GraphicsPipelineBuilder
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.hpp150 … (const vk::VkVertexInputAttributeDescription vertexAttribute) { m_vertexInputAttributes.push_back… in addVertexAttribute()
166 std::vector<vk::VkVertexInputAttributeDescription> m_vertexInputAttributes; member in vkt::synchronization::GraphicsPipelineBuilder
DvktSynchronizationUtil.cpp205 m_vertexInputAttributes.clear(); in setVertexInputSingleAttribute()
206 m_vertexInputAttributes.push_back(attributeDesc); in setVertexInputSingleAttribute()
230 …static_cast<deUint32>(m_vertexInputAttributes.size()), // uint32_t … in build()
231 …dataPointer(m_vertexInputAttributes), // const VkVertexInputAttributeDescription* pVertex… in build()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessVertexAccessTests.cpp155 AttributeList m_vertexInputAttributes; member in vkt::robustness::VertexAccessInstance
529m_vertexInputAttributes = std::vector<VkVertexInputAttributeDescription>(attributes, attributes + … in VertexAccessInstance()