Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp180 GlslType glslType; member
208 static bool isCompatibleType (VkFormat format, GlslType glslType);
233 VertexInputTest::GlslType glslType; member
326 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 …]
/external/angle/src/compiler/translator/tree_ops/
DEmulatePrecision.cpp45 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() argument
172 return glslType; in getTypeString()
175 std::string RoundingHelperWriterESSL::getTypeString(const char *glslType) in getTypeString() argument
178 typeStrStr << "highp " << glslType; in getTypeString()
368 std::string RoundingHelperWriterHLSL::getTypeString(const char *glslType) in getTypeString() argument
370 return GetHLSLTypeStr(glslType); in getTypeString()