Home
last modified time | relevance | path

Searched refs:indentStr (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp759 const std::string indentStr = m_queryMaxAttributes ? "\t\t" : "\t"; in getGlslAttributeConditions() local
814 …glslCode << indentStr << "if (" << accessStr << " == clamp(-(" << totalComponentCount << " * " << … in getGlslAttributeConditions()
817 …glslCode << indentStr << "if (" << accessStr << " == -(" << totalComponentCount << " * " << indexI… in getGlslAttributeConditions()
825 …glslCode << indentStr << "if (" << accessStr << " == clamp(uint(" << totalComponentCount << " * " … in getGlslAttributeConditions()
828 …glslCode << indentStr << "if (" << accessStr << " == uint(" << totalComponentCount << " * " << ind… in getGlslAttributeConditions()
834 …glslCode << indentStr << "if (abs(" << accessStr << " + double(0.01 * (" << totalComponentCount <<… in getGlslAttributeConditions()
838 …glslCode << indentStr << "if (abs(" << accessStr << " + (0.01 * (" << totalComponentCount << ".0 *… in getGlslAttributeConditions()
848 …glslCode << indentStr << "if (abs(" << accessStr << " + clamp(" << totalComponentCount << ".0 * fl… in getGlslAttributeConditions()
851 …glslCode << indentStr << "if (abs(" << accessStr << " + (" << totalComponentCount << ".0 * float("… in getGlslAttributeConditions()
859 …glslCode << indentStr << "if (abs(" << accessStr << " - clamp(" << totalComponentCount << ".0 * fl… in getGlslAttributeConditions()
[all …]
/external/deqp/framework/qphelper/
DqpXmlWriter.c270 const char* indentStr = getIndentStr(writer->xmlElementDepth); in qpXmlWriter_writeBase64() local
300 fprintf(writer->outputFile, "%s", indentStr); in qpXmlWriter_writeBase64()
/external/deqp/modules/gles2/scripts/
Dgenutil.py45 indentStr = indent * "\t"
47 lines = [indentStr + line for line in lines]
/external/deqp/modules/gles3/scripts/
Dgenutil.py45 indentStr = indent * "\t"
47 lines = [indentStr + line for line in lines]
/external/deqp/modules/gles31/scripts/
Dgenutil.py45 indentStr = indent * "\t"
47 lines = [indentStr + line for line in lines]