Home
last modified time | relevance | path

Searched defs:colorFuncParams (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktShaderTileImageTests.cpp664 const std::string colorFuncParams = multiSampleTest ? "(colorIn0, gl_SampleID)" : "(colorIn0)"; in getDepthTestTypeFS() local
696 << colorFuncParams << "));\n"; in getDepthTestTypeFS() local
731 const std::string colorFuncParams = multiSampleTest ? "(colorIn0, gl_SampleID)" : "(colorIn0)"; in getStencilTestTypeFS() local
755 << colorFuncParams << "));\n"; in getStencilTestTypeFS() local

Completed in 5 milliseconds