Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp148 struct GlslTypeDescription struct in vkt::pipeline::__anon29f95af00111::VertexInputTest
156 static const GlslTypeDescription s_glslTypeDescriptions[GLSL_TYPE_COUNT];
246 const VertexInputTest::GlslTypeDescription VertexInputTest::s_glslTypeDescriptions[GLSL_TYPE_COUNT]…
330 const GlslTypeDescription& glslTypeDescription = s_glslTypeDescriptions[attributeInfo.glslType]; in createInstance()
443 …const GlslTypeDescription& glslTypeDesc = s_glslTypeDescriptions[m_attributeInfos[attributeNdx].gl… in getGlslInputDeclarations()
1340 const GlslTypeDescription glslTypeDesc = s_glslTypeDescriptions[glslType]; in isCompatibleType()