Searched refs:getVertexWithPaddingGenerator (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineExtendedDynamicStateTests.cpp | 1683 const VertexGenerator* getVertexWithPaddingGenerator () in getVertexWithPaddingGenerator() function 1732 return VertexGeneratorConfig(getVertexWithPaddingGenerator()); // Only static part with a default option. in makeVertexGeneratorConfig() 1743 return getVertexWithPaddingGenerator(); in chooseVertexGenerator() 7308 { getVertexWithPaddingGenerator(), "stride" }, in createExtendedDynamicStateTests() 8909 const auto staticGen = getVertexWithPaddingGenerator(); in createExtendedDynamicStateTests() 8946 TestConfig config(pipelineConstructionType, kOrdering, kUseMeshShaders, getVertexWithPaddingGenerator(), getVertexWithExtraAttributesGenerator()); in createExtendedDynamicStateTests() 8962 TestConfig config(pipelineConstructionType, kOrdering, kUseMeshShaders, getVertexWithPaddingGenerator(), getVertexWithPadding16Generator()); in createExtendedDynamicStateTests() 8977 TestConfig config(pipelineConstructionType, kOrdering, false, getVertexWithPaddingGenerator(), getVertexWithExtraAttributesGenerator()); in createExtendedDynamicStateTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineExtendedDynamicStateTests.cpp | 1270 const VertexGenerator* getVertexWithPaddingGenerator () in getVertexWithPaddingGenerator() function 1307 return VertexGeneratorConfig(getVertexWithPaddingGenerator()); // Only static part with a default option. in makeVertexGeneratorConfig() 1318 return getVertexWithPaddingGenerator(); in chooseVertexGenerator() 5904 { getVertexWithPaddingGenerator(), "stride" }, in createExtendedDynamicStateTests() 7263 const auto staticGen = getVertexWithPaddingGenerator(); in createExtendedDynamicStateTests() 7281 TestConfig config(pipelineConstructionType, kOrdering, kUseMeshShaders, getVertexWithPaddingGenerator(), getVertexWithExtraAttributesGenerator()); in createExtendedDynamicStateTests()
|
Completed in 24 milliseconds