Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp802 std::ostringstream accessStream; in getGlslAttributeConditions() local
803 accessStream << attributeVar.str(); in getGlslAttributeConditions()
808 accessStream << "[" << rowNdx << "]"; in getGlslAttributeConditions()
812 accessStream << "[" << columnNdx << "][" << rowNdx << "]"; in getGlslAttributeConditions()
815 accessStr = accessStream.str(); in getGlslAttributeConditions()