Home
last modified time | relevance | path

Searched refs:TKernelArgInfo (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/common/
Dframe_capture_utils_autogen.cpp641 case ParamType::TKernelArgInfo: in WriteParamCaptureReplay()
642 WriteParamValueReplay<ParamType::TKernelArgInfo>(os, call, in WriteParamCaptureReplay()
1226 case ParamType::TKernelArgInfo: in ParamTypeToString()
Dframe_capture_utils_autogen.h147 TKernelArgInfo, enumerator
1680 inline cl::KernelArgInfo GetParamVal<ParamType::TKernelArgInfo, cl::KernelArgInfo>(
2302 case ParamType::TKernelArgInfo: in AccessParamValue()
2303 return GetParamVal<ParamType::TKernelArgInfo, T>(value); in AccessParamValue()
3687 inline void SetParamVal<ParamType::TKernelArgInfo>(cl::KernelArgInfo valueIn, ParamValue *valueOut)
4411 case ParamType::TKernelArgInfo: in InitParamValue()
4412 SetParamVal<ParamType::TKernelArgInfo>(valueIn, valueOut); in InitParamValue()
/external/angle/src/libANGLE/capture/
Dcapture_cl_autogen.cpp4788 paramBuffer.addValueParam("param_namePacked", ParamType::TKernelArgInfo, param_namePacked); in CaptureGetKernelArgInfo()