Home
last modified time | relevance | path

Searched refs:fragOutputLocationStream (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp2824 std::ostringstream fragOutputLocationStream; in initPrograms() local
2850 fragOutputLocationStream << "layout(location=" << refIdx << ") out ${OUT_COLOR_VTYPE} " << attName << ";\n"; in initPrograms()
2852 const auto fragOutputLocations = fragOutputLocationStream.str(); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp3426 std::ostringstream fragOutputLocationStream; in initPrograms() local
3461 fragOutputLocationStream << "layout(location=" << refIdx << indexDecl << ") out ${OUT_COLOR_VTYPE} " << attName << nameSuffix << ";\n"; in initPrograms()
3464 const auto fragOutputLocations = fragOutputLocationStream.str(); in initPrograms()

Completed in 45 milliseconds