Searched refs:glslType (Results 1 – 2 of 2) sorted by relevance
180 GlslType glslType; member208 static bool isCompatibleType (VkFormat format, GlslType glslType);233 VertexInputTest::GlslType glslType; member326 const VertexInputTest::GlslType type = attributeInfo.glslType; in getConsumedLocations()359 …if (s_glslTypeDescriptions[m_attributeInfos[attributeNdx].glslType].basicType == GLSL_BASIC_TYPE_D… in VertexInputTest()374 const GlslTypeDescription& glslTypeDescription = s_glslTypeDescriptions[attributeInfo.glslType]; in VertexInputTest()528 const GlslTypeDescription& glslTypeDescription = s_glslTypeDescriptions[attributeInfo.glslType]; in createInstance()535 attributeInfo.glslType, // GlslType glslType; in createInstance()649 …lslTypeDescription& glslTypeDesc = s_glslTypeDescriptions[m_attributeInfos[attributeNdx].glslType]; in getGlslInputDeclarations()676 …const int vertexInputCount = VertexInputTest::s_glslTypeDescriptions[attributeInfo.glslType].verte… in getGlslVertexCheck()[all …]
45 virtual std::string getTypeString(const char *glslType) = 0;62 std::string getTypeString(const char *glslType) override;79 std::string getTypeString(const char *glslType) override;90 std::string getTypeString(const char *glslType) override;170 std::string RoundingHelperWriterGLSL::getTypeString(const char *glslType) in getTypeString() argument172 return glslType; in getTypeString()175 std::string RoundingHelperWriterESSL::getTypeString(const char *glslType) in getTypeString() argument178 typeStrStr << "highp " << glslType; in getTypeString()368 std::string RoundingHelperWriterHLSL::getTypeString(const char *glslType) in getTypeString() argument370 return GetHLSLTypeStr(glslType); in getTypeString()