Lines Matching defs:samples
123 .samples = pCreateInfo->pAttachments[i].samples,
336 .samples = desc->samples,
649 VkSampleCountFlagBits samples = 0;
663 color_samples[a] = att->samples;
665 samples |= att->samples;
686 depth_stencil_samples = att->samples;
688 samples |= att->samples;
727 .rasterizationSamples = samples,
1672 rp_att->samples == VK_SAMPLE_COUNT_1_BIT) {
1808 rp_att->samples == VK_SAMPLE_COUNT_1_BIT)) {
2248 * must have been created with a samples value that matches the
2249 * samples value specified by the corresponding
2261 * VkImageCreateInfo::samples equal to the corresponding value of
2262 * VkAttachmentDescription::samples in renderPass"
2264 assert(image_view->image->samples == pass_att->samples);