Searched refs:AtomicTypeName (Results 1 – 2 of 2) sorted by relevance
85 const char* AtomicTypeName();150 … log_info(" %u tests executed successfully for %s\n", _passCount, DataType().AtomicTypeName()); in ~CBasicTest()181 testName += DataType().AtomicTypeName(); in SingleTestName()258 log_info("\t%s - SVM_ATOMICS not supported\n", DataType().AtomicTypeName()); in Execute()265 log_info("\t%s not supported\n", DataType().AtomicTypeName()); in Execute()672 std::string aTypeName = DataType().AtomicTypeName(); in ProgramHeader()759 …code += std::string(DataType().AtomicTypeName())+" *destMemory, __global "+DataType().RegularTypeN… in FunctionCode()774 std::string aTypeName = DataType().AtomicTypeName(); in KernelCode()
88 const char *AtomicTypeInfo::AtomicTypeName() in AtomicTypeName() function in AtomicTypeInfo