vktGeometryLayeredRenderingTests.cpp | 86 static const float s_colors[][4] = member in namespace:vkt::geometry::__anon18937 600 return verifyImageSingleColoredRow(log, image, 0.5f, s_colors[layerNdx % DE_LENGTH_OF_ARRAY(s_colors)]); 657 const tcu::Vec4 baseColor (s_colors[layerNdx % DE_LENGTH_OF_ARRAY(s_colors)]); 767 const int numColors = DE_LENGTH_OF_ARRAY(s_colors); 774 colorTable << (i != 0 ? ",\n" + padding : "") << toGlsl(s_colors[i]); 818 << " const int colorNdx = layerNdx % " << DE_LENGTH_OF_ARRAY(s_colors) << ";\n" 883 << " const int colorNdx = gl_InvocationID % " << DE_LENGTH_OF_ARRAY(s_colors) << ";\n" [all...] |