Searched refs:maxNumDestItems (Results 1 – 2 of 2) sorted by relevance
173 virtual std::string ProgramHeader(cl_uint maxNumDestItems);175 virtual std::string KernelCode(cl_uint maxNumDestItems);436 virtual std::string ProgramHeader(cl_uint maxNumDestItems) in ProgramHeader() argument458 return header+CBasicTest<HostAtomicType, HostDataType>::ProgramHeader(maxNumDestItems); in ProgramHeader()668 std::string CBasicTest<HostAtomicType, HostDataType>::ProgramHeader(cl_uint maxNumDestItems) in ProgramHeader() argument729 ss << maxNumDestItems; in ProgramHeader()733 for(cl_uint i = 0; i < maxNumDestItems; i++) in ProgramHeader()739 if(i+1 < maxNumDestItems) in ProgramHeader()772 std::string CBasicTest<HostAtomicType, HostDataType>::KernelCode(cl_uint maxNumDestItems) in KernelCode() argument798 ss << maxNumDestItems; in KernelCode()
1914 virtual std::string ProgramHeader(cl_uint maxNumDestItems) in ProgramHeader() argument1928 …eturn header+CBasicTestMemOrderScope<HostAtomicType, HostDataType>::ProgramHeader(maxNumDestItems); in ProgramHeader()