Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleTests.cpp1878 std::ostringstream splitShader; in init() local
1880 splitShader << in init()
1885splitShader << "layout(input_attachment_index = 0, set = 0, binding = 0) uniform highp subpassInpu… in init()
1889splitShader << "layout(input_attachment_index = 0, set = 0, binding = 0) uniform highp subpassInpu… in init()
1891splitShader << "layout(input_attachment_index = 0, set = 0, binding = 0) uniform highp usubpassInp… in init()
1893 splitShader << in init()
1901splitShader << "layout(location = " << attachmentNdx << ") out highp vec2 o_color" << attachmentNd… in init()
1903splitShader << "layout(location = " << attachmentNdx << ") out highp float o_color" << attachmentN… in init()
1906 splitShader << in init()
1913splitShader << "\thighp float depth" << attachmentNdx << " = subpassLoad(i_depth, int(" << MAX_COL… in init()
[all …]