Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp653 const GlslTypeDescription& glslTypeDesc = s_glslTypeDescriptions[GLSL_TYPE_VEC4]; in getGlslInputDeclarations() local
654 glslInputs << "layout(location = 0) in " << glslTypeDesc.name << " attr[numAttributes];\n"; in getGlslInputDeclarations()
660 …const GlslTypeDescription& glslTypeDesc = s_glslTypeDescriptions[m_attributeInfos[attributeNdx].gl… in getGlslInputDeclarations() local
662 …glslInputs << "layout(location = " << m_locations[attributeNdx] << ") in " << glslTypeDesc.name <<… in getGlslInputDeclarations()
1637 const GlslTypeDescription glslTypeDesc = s_glslTypeDescriptions[glslType]; in isCompatibleType() local
1641 switch (glslTypeDesc.basicType) in isCompatibleType()