Lines Matching refs:LayerInterceptData
783 The purpose of LayerInterceptData is to provide a place to store data that is accessible inside the interception function.
790 struct LayerInterceptData {
795 TestLayer* LayerInterceptData<UniqueType>::layer = nullptr;
797 const char* LayerInterceptData<UniqueType>::name = nullptr;
1030 LayerInterceptData<LayerStruct>::layer = &layer;
1031 LayerInterceptData<LayerStruct>::name = func.name.c_str();
1033 func.name, to_vkVoidFunction(&Function::template intercept<LayerInterceptData<LayerStruct>>));
1057 LayerInterceptData<LayerStruct>::layer = &layer;
1058 LayerInterceptData<LayerStruct>::name = func.name.c_str();
1060 func.name, to_vkVoidFunction(&Function::template intercept<LayerInterceptData<LayerStruct>>));