Lines Matching refs:vertexGenerator
1964 VertexGeneratorConfig vertexGenerator;
2074 , vertexGenerator (makeVertexGeneratorConfig(staticVertexGenerator, dynamicVertexGenerator))
2188 , vertexGenerator (other.vertexGenerator)
2257 return ((vertexGenerator.dynamicValue && !m_swappedValues) ? vertexGenerator.dynamicValue.get() : vertexGenerator.staticValue);
2263 return ((vertexGenerator.dynamicValue && m_swappedValues) ? vertexGenerator.dynamicValue.get() : vertexGenerator.staticValue);
2447 vertexGenerator.swapValues();
2699 if (vertexGenerator.dynamicValue) dynamicStates.push_back(vk::VK_DYNAMIC_STATE_VERTEX_INPUT_EXT);
2792 return static_cast<bool>(vertexGenerator.dynamicValue);
3054 m_testConfig.vertexGenerator.staticValue->checkSupport(context);
3055 if (m_testConfig.vertexGenerator.dynamicValue)
3056 m_testConfig.vertexGenerator.dynamicValue.get()->checkSupport(context);
4031 if (testConfig.vertexGenerator.dynamicValue)
4033 const auto generator = testConfig.vertexGenerator.dynamicValue.get();
5161 const auto vertexBindings = m_testConfig.vertexGenerator.staticValue->getBindingDescriptions(m_testConfig.strideConfig.staticValue);
5162 const auto vertexAttributes = m_testConfig.vertexGenerator.staticValue->getAttributeDescriptions();