Lines Matching refs:param
210 const ExecutablePropertiesTestParam* param)
212 , m_param (*param)
223 const ExecutablePropertiesTestParam* param);
242 const ExecutablePropertiesTestParam* param)
244 , m_param (param)
733 const ExecutablePropertiesTestParam* param)
734 : ExecutablePropertiesTest (testContext, name, param)
746 const ExecutablePropertiesTestParam* param);
886 const ExecutablePropertiesTestParam* param)
887 : ExecutablePropertiesTestInstance (context, param)
893 { m_context.getInstanceInterface(), m_context.getDeviceInterface(), m_context.getPhysicalDevice(), m_context.getDevice(), m_context.getDeviceExtensions(), param->getPipelineConstructionType(),
894 (param->getTestStatistics() ? deUint32(VK_PIPELINE_CREATE_CAPTURE_STATISTICS_BIT_KHR) : 0u) },
895 { m_context.getInstanceInterface(), m_context.getDeviceInterface(), m_context.getPhysicalDevice(), m_context.getDevice(), m_context.getDeviceExtensions(),param->getPipelineConstructionType(),
896 (param->getTestStatistics() ? deUint32(VK_PIPELINE_CREATE_CAPTURE_STATISTICS_BIT_KHR) : 0u) |
899 (param->getTestInternalRepresentations() ? deUint32(VK_PIPELINE_CREATE_CAPTURE_INTERNAL_REPRESENTATIONS_BIT_KHR) : 0u) },
1078 const ExecutablePropertiesTestParam* param)
1079 : ExecutablePropertiesTest (testContext, name, param)
1090 const ExecutablePropertiesTestParam* param);
1225 const ExecutablePropertiesTestParam* param)
1226 : ExecutablePropertiesTestInstance (context, param)