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.cpp519 std::string accessStr; in getGlslAttributeConditions() local
535 accessStr = accessStream.str(); in getGlslAttributeConditions()
540 …glslCode << "\tif (" << accessStr << " == -(" << totalComponentCount << " * " << indexId << " + " … in getGlslAttributeConditions()
544 …glslCode << "\tif (" << accessStr << " == uint(" << totalComponentCount << " * " << indexId << " +… in getGlslAttributeConditions()
550 …glslCode << "\tif (abs(" << accessStr << " + double(0.01 * (" << totalComponentCount << ".0 * floa… in getGlslAttributeConditions()
554 …glslCode << "\tif (abs(" << accessStr << " + (0.01 * (" << totalComponentCount << ".0 * float(" <<… in getGlslAttributeConditions()
559 …glslCode << "\tif (abs(" << accessStr << " + (" << totalComponentCount << ".0 * float(" << indexId… in getGlslAttributeConditions()
563 …glslCode << "\t if (abs(" << accessStr << " - (" << totalComponentCount << ".0 * float(" << indexI… in getGlslAttributeConditions()
569 …glslCode << "\tif (abs(" << accessStr << " - (-1.0 + " << representableDiff << " * (" << totalComp… in getGlslAttributeConditions()
575 …glslCode << "\tif (abs(" << accessStr << " - " << "(" << representableDiff << " * (" << totalCompo… 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.c798 const char *accessStr = 0; in PrintCursor() local
802 accessStr = "invalid"; break; in PrintCursor()
804 accessStr = "public"; break; in PrintCursor()
806 accessStr = "protected"; break; in PrintCursor()
808 accessStr = "private"; break; in PrintCursor()
811 printf(" [access=%s isVirtual=%s]", accessStr, in PrintCursor()
1092 const char *accessStr = 0; in FilteredPrintingVisitor() local
1097 accessStr = "public"; break; in FilteredPrintingVisitor()
1099 accessStr = "protected"; break; in FilteredPrintingVisitor()
1101 accessStr = "private"; break; in FilteredPrintingVisitor()
[all …]