Lines Matching refs:formatName
3197 const string formatName = getShaderImageFormatQualifier(formats[formatNdx]);
3204 storeGroup->addChild(new ImageStoreCase(m_context, formatName.c_str(), "", format, imageType));
3206 storeGroup->addChild(new ImageStoreCase(m_context, (formatName + "_single_layer").c_str(), "", format, imageType, ImageStoreCase::CASEFLAG_SINGLE_LAYER_BIND));
3210 loadStoreGroup->addChild(new ImageLoadAndStoreCase(m_context, formatName.c_str(), "", format, imageType));
3212 loadStoreGroup->addChild(new ImageLoadAndStoreCase(m_context, (formatName + "_single_layer").c_str(), "", format, imageType, ImageLoadAndStoreCase::CASEFLAG_SINGLE_LAYER_BIND));
3231 const string caseName = string() + getAtomicOperationCaseName(operation) + "_" + formatName + "_" + caseTypeName;
3248 const string caseName = string() + coherenceQualifierName + "_" + formatName;