Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp660 std::ostringstream glslCode; in getGlslVertexCheck() local
663 glslCode << " int okCount = 0;\n"; in getGlslVertexCheck()
669 glslCode << " for (int checkNdx = 0; checkNdx < numAttributes; checkNdx++)\n" in getGlslVertexCheck()
673 glslCode << getGlslAttributeConditions(attributeInfo, "checkNdx") in getGlslVertexCheck()
679 glslCode << in getGlslVertexCheck()
712glslCode << getGlslAttributeConditions(m_attributeInfos[attributeNdx], de::toString(attributeNdx)); in getGlslVertexCheck()
718 glslCode << in getGlslVertexCheck()
747 return glslCode.str(); in getGlslVertexCheck()
752 std::ostringstream glslCode; in getGlslAttributeConditions() local
775 glslCode << std::fixed; in getGlslAttributeConditions()
[all …]
/external/deqp/external/openglcts/modules/common/
DglcSpirvUtils.cpp341 std::string glslCode = it->first; in verifyMappings() local
344 size_t codePosition = glslSource.find(glslCode); in verifyMappings()
348 codePosition = glslSource.find(glslCode, codePosition + 1); in verifyMappings()