Home
last modified time | relevance | path

Searched refs:GlslType (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp114 enum GlslType enum in vkt::pipeline::__anon0ca6b2f00111::VertexInputTest
180 GlslType glslType;
208 static bool isCompatibleType (VkFormat format, GlslType glslType);
233 VertexInputTest::GlslType glslType;
326 const VertexInputTest::GlslType type = attributeInfo.glslType; in getConsumedLocations()
1635 bool VertexInputTest::isCompatibleType (VkFormat format, GlslType glslType) in isCompatibleType()
1756 VertexInputTest::GlslType glslType;
1760 …SingleAttributeCases (tcu::TestCaseGroup* singleAttributeTests, VertexInputTest::GlslType glslType) in createSingleAttributeCases()
1888 VertexInputTest::GlslType glslType = (VertexInputTest::GlslType)glslTypeNdx; in createSingleAttributeTests()
1905 attributeInfo.glslType = (VertexInputTest::GlslType)currentNdx; in createMultipleAttributeCases()
[all …]