Lines Matching defs:required

13  * Unless required by applicable law or agreed to in writing, software
528 TCU_THROW(NotSupportedError, std::string("At least Vulkan ") + std::to_string(MAJOR) + "." + std::to_string(MINOR) + " required to run test");
3056 log << TestLog::Message << "deviceMemoryProperties - required property flags "
3684 const VkFormatFeatureFlags required = VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT
3688 return req ? required : (VkFormatFeatureFlags)0;
3778 // Formats for which SamplerYCbCrConversion is required may not support certain features.
3829 const VkFormatFeatureFlags required = fields[fieldNdx].requiredFeatures;
3837 results.check((supported & required) == required, de::toString(fieldName) + ": required: " + de::toString(getFormatFeatureFlagsStr(required)) + " missing: " + de::toString(getFormatFeatureFlagsStr(~supported & required)));
4293 // only VK_SAMPLE_COUNT_1_BIT is required.
4443 "maxResourceSize smaller than minimum required size");
4450 results.fail("VK_ERROR_FORMAT_NOT_SUPPORTED returned for required image parameter combination");
5440 TCU_THROW(NotSupportedError, "At least Vulkan 1.2 required to run test");
5546 TCU_THROW(NotSupportedError, "At least Vulkan 1.3 required to run test");
5695 TCU_THROW(NotSupportedError, "At least Vulkan 1.2 required to run test");
5819 TCU_THROW(NotSupportedError, "At least Vulkan 1.3 required to run test");
5858 TCU_THROW(NotSupportedError, "At least Vulkan 1.2 required to run test");
6072 TCU_THROW(NotSupportedError, "At least Vulkan 1.3 required to run test");
6081 // Validate if required VkPhysicalDeviceVulkan13Features fields are set
6119 // those two structures are part of extensions promoted in vk1.2 but now in 1.3 have required features
6183 // check required features from extensions that were promoted in earlier vulkan version
6185 TCU_FAIL("vulkanMemoryModel feature from VkPhysicalDeviceVulkanMemoryModelFeatures is required");
6187 TCU_FAIL("vulkanMemoryModelDeviceScope feature from VkPhysicalDeviceVulkanMemoryModelFeatures is required");
6189 TCU_FAIL("bufferDeviceAddress feature from VkPhysicalDeviceBufferDeviceAddressFeatures is required");
6204 TCU_THROW(NotSupportedError, "At least Vulkan 1.2 required to run test");
6371 TCU_THROW(NotSupportedError, "At least Vulkan 1.3 required to run test");