Lines Matching refs:set

66 #include <set>
110 // render using color attachment at location 1 and location 0 set as unused
1000 "layout(set = 0, binding = 0, input_attachment_index = 0) uniform subpassInputMS imageMS;\n"
1936 "layout(set = 0, binding = 0, input_attachment_index = 0) uniform subpassInputMS imageMS;\n"
2026 // 7/8 of the samples set since the last 1/8 is not even covered
2591 message << "Unsatisfied condition: " << alphaOneImage.getPixel(x, y) << " doesn't have alpha set to 1";
3010 // Generating set of pixel coordinate values covered by the triangle
3065 //Calculate coverage of a single sample Image based on accumulated value from the whole set
3279 // set. This means that the expected result for this case (a)
3305 // default: m_rasterizationSamples bits set in FS's gl_SampleMaskIn[0] (before depth test)
3306 // post_depth_coverage: m_refCoverageAfterDepthTest[m_rasterizationSamples] bits set in FS's gl_SampleMaskIn[0] (after depth test)
4079 // Create descriptor set layout
4893 << "layout(set=0, binding=0, std430) buffer OutBuffer {\n"
5007 // Descriptor set layout.
5325 for (auto& set : referenceSets)
5326 set = vk::makeDescriptorSet(vkd, device, descriptorPool.get(), descriptorSetLayout.get());
5327 for (auto& set : outputSets)
5328 set = vk::makeDescriptorSet(vkd, device, descriptorPool.get(), descriptorSetLayout.get());
5501 * If we are testing this, we will set 0.5 from the vertex shader and 0.0 from the frag shader.
5502 * If we are not testing this, we will set 0.0 directly from the vertex shader.
5508 * If we are not testing this, the reference value will be set to 255 directly in the pipeline.
5510 Sample mask is a bit special: we'll always set it to 0xFF in the pipeline, and we normally expect all pixels to be covered.
5512 * If we are testing this, we'll set it to 0x00 on the lower half of the framebuffer.
6017 const tcu::Vec4 geometryColorNoAlpha (geometryColor.x(), geometryColor.y(), geometryColor.z(), 0.0f); // For pixels with coverage but alpha set to 0
6517 // minSampleMask set to 0.25f
6519 // minSampleMask set to 0.5f
6521 // minSampleMask set to 0.75f
6523 // minSampleMask set to 1.0f
6605 std::set<vk::VkSampleCountFlagBits> uniqueVals(begin(comb), end(comb));
6642 std::set<vk::VkSampleCountFlagBits> uniqueVals(begin(comb), end(comb));