OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_vertexInputAttributes
(Results
1 - 3
of
3
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryTestsUtil.hpp
130
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/synchronization/
vktSynchronizationUtil.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/tessellation/
vktTessellationUtil.hpp
124
GraphicsPipelineBuilder& addVertexAttribute (const vk::VkVertexInputAttributeDescription vertexAttribute) {
m_vertexInputAttributes
.push_back(vertexAttribute); return *this; }
140
std::vector<vk::VkVertexInputAttributeDescription>
m_vertexInputAttributes
;
Completed in 3501 milliseconds