Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp2247 std::ostringstream declSrc; in initPrograms() local
2248 declSrc << "layout(set = 0, binding = 0, std140) readonly " << bufferTypeStr << " Input {\n" in initPrograms()
2261 initPassthroughPrograms(programCollection, m_shaderPrefix, declSrc.str(), copySrc.str(), m_stage); in initPrograms()
2334 std::ostringstream declSrc; in initPrograms() local
2335declSrc << "layout(set = 0, binding = 0, " << imageFormat << ") readonly uniform " << imageType <… in initPrograms()
2354 initPassthroughPrograms(programCollection, m_shaderPrefix, declSrc.str(), mainSrc.str(), m_stage); in initPrograms()
2530 std::ostringstream declSrc; in initPrograms() local
2531 declSrc << "layout(set = 0, binding = 0, std140) readonly " << bufferTypeStr << " Input {\n" in initPrograms()
2544 initPassthroughPrograms(programCollection, m_shaderPrefix, declSrc.str(), copySrc.str(), m_stage); in initPrograms()
2754 std::ostringstream declSrc; in initPrograms() local
[all …]