OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_vertexInputAttributes
(Results
1 - 6
of
6
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryTestsUtil.cpp
121
m_vertexInputAttributes
.clear();
122
m_vertexInputAttributes
.push_back(attributeDesc);
145
static_cast<deUint32>(
m_vertexInputAttributes
.size()), // uint32_t vertexAttributeDescriptionCount;
146
dataPointer(
m_vertexInputAttributes
), // const VkVertexInputAttributeDescription* pVertexAttributeDescriptions;
[
all
...]
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.cpp
547
m_vertexInputAttributes
.clear();
548
m_vertexInputAttributes
.push_back(attributeDesc);
572
static_cast<deUint32>(
m_vertexInputAttributes
.size()), // uint32_t vertexAttributeDescriptionCount;
573
dataPointer(
m_vertexInputAttributes
), // const VkVertexInputAttributeDescription* pVertexAttributeDescriptions;
[
all
...]
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.cpp
573
m_vertexInputAttributes
.clear();
574
m_vertexInputAttributes
.push_back(attributeDesc);
597
static_cast<deUint32>(
m_vertexInputAttributes
.size()), // uint32_t vertexAttributeDescriptionCount;
598
dataPointer(
m_vertexInputAttributes
), // const VkVertexInputAttributeDescription* pVertexAttributeDescriptions;
[
all
...]
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 54 milliseconds