Lines Matching full:param
169 const CacheTestParam* param)
171 , m_param (*param)
182 const CacheTestParam* param);
195 const CacheTestParam* param)
197 , m_param (param)
232 const CacheTestParam* param)
233 : CacheTest (testContext, name, param)
245 const CacheTestParam* param);
398 const CacheTestParam* param)
399 : CacheTestInstance (context, param)
405 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), param->getPipelineConstructionType(), VK_PIPELINE_CREATE_ALLOW_DERIVATIVES_BIT },
406 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), param->getPipelineConstructionType(), VK_PIPELINE_CREATE_DERIVATIVE_BIT },
407 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), param->getPipelineConstructionType(), VK_PIPELINE_CREATE_ALLOW_DERIVATIVES_BIT },
452 if (ndx == PIPELINE_CACHE_NDX_CACHED && !param->isDelayedDestroy())
469 param->isZeroOutFeedbackCount());
478 if (ndx == PIPELINE_CACHE_NDX_CACHED && param->isDelayedDestroy())
851 const CacheTestParam* param)
852 : CacheTest (testContext, name, param)
863 const CacheTestParam* param);
869 void buildPipeline (const CacheTestParam* param, deUint32 ndx);
964 void ComputeCacheTestInstance::buildPipeline (const CacheTestParam* param, deUint32 ndx)
968 const VkBool32 zeroOutFeedbackCount = param->isZeroOutFeedbackCount();
1030 if (ndx == PIPELINE_CACHE_NDX_CACHED && !param->isDelayedDestroy())
1045 if (ndx == PIPELINE_CACHE_NDX_CACHED && param->isDelayedDestroy())
1054 const CacheTestParam* param)
1055 : CacheTestInstance (context, param)
1061 buildPipeline(param, ndx);
1225 for (auto& param : testParams)
1226 graphicsTests->addChild(newTestCase<GraphicsCacheTest>(testCtx, ¶m));
1243 for (auto& param : testParams)
1244 computeTests->addChild(newTestCase<ComputeCacheTest>(testCtx, ¶m));