MCPcopy Create free account
hub / github.com/KhronosGroup/OpenCL-CTS / isKernelArgument

Function isKernelArgument

test_conformance/printf/test_printf.cpp:191–194  ·  view source on GitHub ↗

----------------------------------------- isKernelArgument -----------------------------------------

Source from the content-addressed store, hash-verified

189// isKernelArgument
190//-----------------------------------------
191int isKernelArgument(testCase* pTestCase, size_t testId)
192{
193 return strcmp(pTestCase->_genParameters[testId].addrSpaceArgumentTypeQualifier,"");
194}
195//-----------------------------------------
196// isKernelPFormat
197//-----------------------------------------

Callers 2

logTestTypeFunction · 0.85
doTestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected