OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_vertexInputBindings
(Results
1 - 4
of
4
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryTestsUtil.hpp
130
GraphicsPipelineBuilder& addVertexBinding (const vk::VkVertexInputBindingDescription vertexBinding) {
m_vertexInputBindings
.push_back(vertexBinding); return *this; }
146
std::vector<vk::VkVertexInputBindingDescription>
m_vertexInputBindings
;
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationUtil.hpp
141
GraphicsPipelineBuilder& addVertexBinding (const vk::VkVertexInputBindingDescription vertexBinding) {
m_vertexInputBindings
.push_back(vertexBinding); return *this; }
157
std::vector<vk::VkVertexInputBindingDescription>
m_vertexInputBindings
;
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUtil.hpp
125
GraphicsPipelineBuilder& addVertexBinding (const vk::VkVertexInputBindingDescription vertexBinding) {
m_vertexInputBindings
.push_back(vertexBinding); return *this; }
145
std::vector<vk::VkVertexInputBindingDescription>
m_vertexInputBindings
;
/external/deqp/external/vulkancts/modules/vulkan/robustness/
vktRobustnessVertexAccessTests.cpp
156
BindingList
m_vertexInputBindings
;
503
m_vertexInputBindings
= std::vector<VkVertexInputBindingDescription>(bindings, bindings + DE_LENGTH_OF_ARRAY(bindings));
[
all
...]
Completed in 687 milliseconds