Searched refs:accessStr (Results 1 – 3 of 3) sorted by relevance
564 std::string accessStr; in getGlslAttributeConditions() local580 accessStr = accessStream.str(); in getGlslAttributeConditions()585 …glslCode << "\tif (" << accessStr << " == -(" << totalComponentCount << " * " << indexId << " + " … in getGlslAttributeConditions()589 …glslCode << "\tif (" << accessStr << " == uint(" << totalComponentCount << " * " << indexId << " +… in getGlslAttributeConditions()595 …glslCode << "\tif (abs(" << accessStr << " + double(0.01 * (" << totalComponentCount << ".0 * floa… in getGlslAttributeConditions()599 …glslCode << "\tif (abs(" << accessStr << " + (0.01 * (" << totalComponentCount << ".0 * float(" <<… in getGlslAttributeConditions()604 …glslCode << "\tif (abs(" << accessStr << " + (" << totalComponentCount << ".0 * float(" << indexId… in getGlslAttributeConditions()608 …glslCode << "\t if (abs(" << accessStr << " - (" << totalComponentCount << ".0 * float(" << indexI… in getGlslAttributeConditions()614 …glslCode << "\tif (abs(" << accessStr << " - (-1.0 + " << representableDiff << " * (" << totalComp… in getGlslAttributeConditions()620 …glslCode << "\tif (abs(" << accessStr << " - " << "(" << representableDiff << " * (" << totalCompo… in getGlslAttributeConditions()
62 const char* accessStr; member114 shaderArgs["ACCESSSTR"] = samplerTypes[typeNdx].accessStr; in iterate()
813 const char *accessStr = 0; in PrintCursor() local817 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() local1113 accessStr = "public"; break; in FilteredPrintingVisitor()1115 accessStr = "protected"; break; in FilteredPrintingVisitor()1117 accessStr = "private"; break; in FilteredPrintingVisitor()[all …]