HomeSort by relevance Sort by last modified time
    Searched defs:m_vertexInputAttributes (Results 1 - 4 of 4) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryTestsUtil.hpp 131 GraphicsPipelineBuilder& addVertexAttribute (const vk::VkVertexInputAttributeDescription vertexAttribute) { m_vertexInputAttributes.push_back(vertexAttribute); return *this; }
147 std::vector<vk::VkVertexInputAttributeDescription> m_vertexInputAttributes;
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationUtil.hpp 142 GraphicsPipelineBuilder& addVertexAttribute (const vk::VkVertexInputAttributeDescription vertexAttribute) { m_vertexInputAttributes.push_back(vertexAttribute); return *this; }
158 std::vector<vk::VkVertexInputAttributeDescription> m_vertexInputAttributes;
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUtil.hpp 126 GraphicsPipelineBuilder& addVertexAttribute (const vk::VkVertexInputAttributeDescription vertexAttribute) { m_vertexInputAttributes.push_back(vertexAttribute); return *this; }
146 std::vector<vk::VkVertexInputAttributeDescription> m_vertexInputAttributes;
  /external/deqp/external/vulkancts/modules/vulkan/robustness/
vktRobustnessVertexAccessTests.cpp 155 AttributeList m_vertexInputAttributes;
504 m_vertexInputAttributes = std::vector<VkVertexInputAttributeDescription>(attributes, attributes + DE_LENGTH_OF_ARRAY(attributes));
    [all...]

Completed in 49 milliseconds