Lines Matching defs:context
106 tcu::TestStatus createPipelineCacheTest (Context& context, TestParams testParams)
108 const vk::PlatformInterface& vkp = context.getPlatformInterface();
109 const CustomInstance instance (createCustomInstanceFromContext(context));
111 const VkPhysicalDevice physicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine());
118 if (!context.getTestContext().getCommandLine().isSubProcess())
120 const DeviceInterface& vk = context.getDeviceInterface();
121 const VkDevice device = context.getDevice();
125 Move<VkShaderModule> vertexShader = createShaderModule(vk, device, context.getBinaryCollection().get("vertex"), 0);
126 Move<VkShaderModule> fragmentShader = createShaderModule(vk, device, context.getBinaryCollection().get("fragment"), 0);
199 Move<VkShaderModule> computeShader = createShaderModule(vk, device, context.getBinaryCollection().get("compute"), 0);
239 std::vector<deUint8> customCacheData (context.getResourceInterface()->getCacheDataSize());
240 deMemcpy(customCacheData.data(), context.getResourceInterface()->getCacheData(), context.getResourceInterface()->getCacheDataSize());
309 std::vector<VkPipelinePoolSize> poolSizes = context.getResourceInterface()->getPipelinePoolSizes();
328 if (deviceCreateInfo.enabledLayerCount == 0u && context.getTestContext().getCommandLine().isValidationEnabled())