Searched refs:glslTypeDesc (Results 1 – 1 of 1) sorted by relevance
653 const GlslTypeDescription& glslTypeDesc = s_glslTypeDescriptions[GLSL_TYPE_VEC4]; in getGlslInputDeclarations() local654 glslInputs << "layout(location = 0) in " << glslTypeDesc.name << " attr[numAttributes];\n"; in getGlslInputDeclarations()660 …const GlslTypeDescription& glslTypeDesc = s_glslTypeDescriptions[m_attributeInfos[attributeNdx].gl… in getGlslInputDeclarations() local662 …glslInputs << "layout(location = " << m_locations[attributeNdx] << ") in " << glslTypeDesc.name <<… in getGlslInputDeclarations()1637 const GlslTypeDescription glslTypeDesc = s_glslTypeDescriptions[glslType]; in isCompatibleType() local1641 switch (glslTypeDesc.basicType) in isCompatibleType()