Lines Matching defs:context
52 void checkSupport(Context& context, const MatchedAttachmentsTestParams params)
54 checkPipelineConstructionRequirements(context.getInstanceInterface(), context.getPhysicalDevice(), params.pipelineConstructionType);
78 tcu::TestStatus testMatchedAttachments (Context& context, const MatchedAttachmentsTestParams params)
80 const InstanceInterface& vki = context.getInstanceInterface();
81 const DeviceInterface& vk = context.getDeviceInterface();
82 const VkPhysicalDevice physicalDevice = context.getPhysicalDevice();
83 const VkDevice vkDevice = context.getDevice();
84 const ShaderWrapper vertexShaderModule (ShaderWrapper(vk, vkDevice, context.getBinaryCollection().get("color_vert"), 0));
85 const ShaderWrapper fragmentShaderModule (ShaderWrapper(vk, vkDevice, context.getBinaryCollection().get("color_frag"), 0));
198 context.getResourceInterface()->getCacheDataSize(), // deUintptr initialDataSize;
199 context.getResourceInterface()->getCacheData() // const void* pInitialData;
233 GraphicsPipelineWrapper graphicsPipeline(vki, vk, physicalDevice, vkDevice, context.getDeviceExtensions(), params.pipelineConstructionType);