HomeSort by relevance Sort by last modified time
    Searched refs:glslCode (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineVertexInputTests.cpp 657 std::ostringstream glslCode;
660 glslCode << " int okCount = 0;\n";
666 glslCode << " for (int checkNdx = 0; checkNdx < numAttributes; checkNdx++)\n"
670 glslCode << getGlslAttributeConditions(attributeInfo, "checkNdx")
676 glslCode <<
709 glslCode << getGlslAttributeConditions(m_attributeInfos[attributeNdx], de::toString(attributeNdx));
715 glslCode <<
744 return glslCode.str();
749 std::ostringstream glslCode;
772 glslCode << std::fixed
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cGlSpirvTests.cpp 376 std::string glslCode = it->first;
379 size_t codePosition = glslSource.find(glslCode);
383 codePosition = glslSource.find(glslCode, codePosition + 1);
    [all...]

Completed in 192 milliseconds