Lines Matching defs:context

211 								TestImage		(const Context&				context,
230 TestImage::TestImage (const Context& context,
247 const VkQueue queue = context.getUniversalQueue();
248 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex();
369 tcu::TestStatus testImageQuery (Context& context, TestParameters params)
372 const InstanceInterface& vk = context.getInstanceInterface();
373 const DeviceInterface& vkd = context.getDeviceInterface();
374 const VkDevice device = context.getDevice();
451 VK_CHECK(vk.getPhysicalDeviceImageFormatProperties2(context.getPhysicalDevice(), &imageFormatInfo, &imageFormatProperties));
478 testImages[ndx] = TestImageSp(new TestImage(context, vkd, device, context.getDefaultAllocator(), params.format, testSizes[ndx], params.flags, *conversion));
481 testImages.push_back(TestImageSp(new TestImage(context, vkd, device, context.getDefaultAllocator(), params.format, UVec2(16, 18), params.flags, *conversion)));
484 UniquePtr<ShaderExecutor> executor (createExecutor(context, params.shaderType, getShaderSpec(params), *descLayout));
506 context.getTestContext().getLog()
520 context.getTestContext().getLog()
542 void checkSupport (Context& context, TestParameters params)
547 checkImageSupport(context, params.format, params.flags);
549 checkSupportShader(context, params.shaderType);
552 tcu::TestStatus testImageQueryLod (Context& context, TestParameters params)
555 const InstanceInterface& vk = context.getInstanceInterface();
556 const DeviceInterface& vkd = context.getDeviceInterface();
557 const VkDevice device = context.getDevice();
634 VK_CHECK(vk.getPhysicalDeviceImageFormatProperties2(context.getPhysicalDevice(), &imageFormatInfo, &imageFormatProperties));
663 testImages[ndx] = TestImageSp(new TestImage(context, vkd, device, context.getDefaultAllocator(), params.format, testSizes[ndx], params.flags, *conversion));
703 PipelineState pipelineState(context.getDeviceProperties().limits.subPixelPrecisionBits);
705 const VulkanProgram program (LocalUtil::getProgram(context, *descLayout, *descSet));
709 context.getTestContext().getLog()
714 context.getTestContext().getLog()
719 VulkanDrawContext renderer(context, frameBufferState);
743 context.getTestContext().getLog()
750 context.getTestContext().getLog() << TestLog::Message << "..." << TestLog::EndMessage;