Lines Matching defs:samples
2088 void initTexture (vk::VkSampleCountFlagBits samples, const tcu::IVec3 &dim);
2089 bool testSize (vk::VkSampleCountFlagBits samples, const tcu::IVec3 &dim);
2118 // NOTE: The test case initializes MS images (for all supported N of samples), runs a program
2121 // Multisample images do not support a sample count of 1, so start from 2 samples.
2192 bool TextureSizeMSInstance::testSize (vk::VkSampleCountFlagBits samples, const tcu::IVec3 &dim)
2197 initTexture(samples, dim);
2251 void TextureSizeMSInstance::initTexture (vk::VkSampleCountFlagBits samples, const tcu::IVec3 &dim)
2258 log << tcu::TestLog::Message << "Image size: " << getTextureSizeString(m_textureSpec.type, dim) << ", samples: " << samples << tcu::TestLog::EndMessage;
2265 // update samples count
2272 params.samples = samples;
2318 // NOTE: The test case initializes MS images (for all supported N of samples), runs a program
2324 // Query the number of samples available per texel fetch in a multisample image.
2326 // The result is the number of samples.
2375 // update samples count
2382 params.samples = m_iterations[m_iterationCounter];
2383 log << tcu::TestLog::Message << "Expected samples: " << m_iterations[m_iterationCounter] << tcu::TestLog::EndMessage;
3169 VK_SAMPLE_COUNT_1_BIT, // VkSampleCountFlagBits samples;