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

/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryTestsUtil.hpp129 GraphicsPipelineBuilder& addVertexBinding (const vk::VkVertexInputBindingDescription vertexBinding) { m_vertexInputBindings.push_back(vertexBinding); return *this; }
145 std::vector<vk::VkVertexInputBindingDescription> m_vertexInputBindings; member in class:vkt::geometry::GraphicsPipelineBuilder
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationUtil.hpp130 GraphicsPipelineBuilder& addVertexBinding (const vk::VkVertexInputBindingDescription vertexBinding) { m_vertexInputBindings.push_back(vertexBinding); return *this; }
146 std::vector<vk::VkVertexInputBindingDescription> m_vertexInputBindings; member in class:vkt::synchronization::GraphicsPipelineBuilder
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUtil.hpp123 GraphicsPipelineBuilder& addVertexBinding (const vk::VkVertexInputBindingDescription vertexBinding) { m_vertexInputBindings.push_back(vertexBinding); return *this; }
139 std::vector<vk::VkVertexInputBindingDescription> m_vertexInputBindings; member in class:vkt::tessellation::GraphicsPipelineBuilder

Completed in 316 milliseconds