Lines Matching defs:context
243 tcu::TestStatus test (Context& context, const CaseDefinition caseDef)
248 requireFeatures(context.getInstanceInterface(), context.getPhysicalDevice(), FEATURE_TESSELLATION_SHADER);
250 const DeviceInterface& vk = context.getDeviceInterface();
251 const VkDevice device = context.getDevice();
252 const VkQueue queue = context.getUniversalQueue();
253 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex();
254 Allocator& allocator = context.getDefaultAllocator();
384 .setShader (vk, device, VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get("vert"), DE_NULL)
385 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, context.getBinaryCollection().get("tesc"), DE_NULL)
386 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, context.getBinaryCollection().get("tese"), DE_NULL)
387 .setShader (vk, device, VK_SHADER_STAGE_FRAGMENT_BIT, context.getBinaryCollection().get("frag"), DE_NULL)
439 tcu::TestLog& log = context.getTestContext().getLog();