Lines Matching defs:context

41 tcu::TestStatus forbiddenCoreCommands (Context& context)
69 vk::VkDevice device = context.getDevice();
70 const vk::DeviceInterface& vkd = context.getDeviceInterface();
82 tcu::TestStatus forbiddenCoreExtensions (Context& context)
136 vk::VkPhysicalDevice physicalDevice = context.getPhysicalDevice();
137 const vk::InstanceInterface& vki = context.getInstanceInterface();
150 tcu::TestStatus forbiddenPromotedCommands (Context& context)
196 vk::VkDevice device = context.getDevice();
197 const vk::DeviceInterface& vkd = context.getDeviceInterface();
209 tcu::TestStatus forbiddenDeviceFeatures (Context& context)
211 if (context.getDeviceFeatures().shaderResourceResidency != VK_FALSE)
213 if (context.getDeviceFeatures().sparseBinding != VK_FALSE)
216 if (context.getDeviceFeatures().sparseResidencyBuffer != VK_FALSE)
218 if (context.getDeviceFeatures().sparseResidencyImage2D != VK_FALSE)
220 if (context.getDeviceFeatures().sparseResidencyImage3D != VK_FALSE)
222 if (context.getDeviceFeatures().sparseResidency2Samples != VK_FALSE)
224 if (context.getDeviceFeatures().sparseResidency4Samples != VK_FALSE)
226 if (context.getDeviceFeatures().sparseResidency8Samples != VK_FALSE)
228 if (context.getDeviceFeatures().sparseResidency16Samples != VK_FALSE)
230 if (context.getDeviceFeatures().sparseResidencyAliased != VK_FALSE)
236 tcu::TestStatus forbiddenDeviceProperties (Context& context)
238 if (context.getDeviceProperties().sparseProperties.residencyStandard2DBlockShape != VK_FALSE)
240 if (context.getDeviceProperties().sparseProperties.residencyStandard2DMultisampleBlockShape != VK_FALSE)
242 if (context.getDeviceProperties().sparseProperties.residencyStandard3DBlockShape != VK_FALSE)
244 if (context.getDeviceProperties().sparseProperties.residencyAlignedMipSize != VK_FALSE)
246 if (context.getDeviceProperties().sparseProperties.residencyNonResidentStrict != VK_FALSE)
252 tcu::TestStatus allowedExtensions (Context& context)
323 vk::VkPhysicalDevice physicalDevice = context.getPhysicalDevice();
324 const vk::InstanceInterface& vki = context.getInstanceInterface();