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