Home
last modified time | relevance | path

Searched refs:accessStr (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp678 std::string accessStr; in getGlslAttributeConditions() local
694 accessStr = accessStream.str(); in getGlslAttributeConditions()
699 …glslCode << indentStr << "if (" << accessStr << " == -(" << totalComponentCount << " * " << index… in getGlslAttributeConditions()
703 …glslCode << indentStr << "if (" << accessStr << " == uint(" << totalComponentCount << " * " << ind… in getGlslAttributeConditions()
709 …glslCode << indentStr << "if (abs(" << accessStr << " + double(0.01 * (" << totalComponentCount <<… in getGlslAttributeConditions()
713 …glslCode << indentStr << "if (abs(" << accessStr << " + (0.01 * (" << totalComponentCount << ".0 *… in getGlslAttributeConditions()
718 …glslCode << indentStr << "if (abs(" << accessStr << " + (" << totalComponentCount << ".0 * float("… in getGlslAttributeConditions()
722 …glslCode << indentStr << "if (abs(" << accessStr << " - (" << totalComponentCount << ".0 * float("… in getGlslAttributeConditions()
728 …glslCode << indentStr << "if (abs(" << accessStr << " - (-1.0 + " << representableDiff << " * (" <… in getGlslAttributeConditions()
734 …glslCode << indentStr << "if (abs(" << accessStr << " - " << "(" << representableDiff << " * (" <<… in getGlslAttributeConditions()
/external/deqp/modules/gles31/functional/
Des31fShaderStateQueryTests.cpp62 const char* accessStr; member
114 shaderArgs["ACCESSSTR"] = samplerTypes[typeNdx].accessStr; in iterate()
/external/clang/tools/c-index-test/
Dc-index-test.c813 const char *accessStr = 0; in PrintCursor() local
817 accessStr = "invalid"; break; in PrintCursor()
819 accessStr = "public"; break; in PrintCursor()
821 accessStr = "protected"; break; in PrintCursor()
823 accessStr = "private"; break; in PrintCursor()
826 printf(" [access=%s isVirtual=%s]", accessStr, in PrintCursor()
1108 const char *accessStr = 0; in FilteredPrintingVisitor() local
1113 accessStr = "public"; break; in FilteredPrintingVisitor()
1115 accessStr = "protected"; break; in FilteredPrintingVisitor()
1117 accessStr = "private"; break; in FilteredPrintingVisitor()
[all …]