Home | History | Annotate | Download | only in functional

Lines Matching full:c_str

295 		m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, (std::string((m_storage == STORAGE_BUFFER) ? ("buffer") : ("image")) + " content verification failed").c_str());
1360 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, (std::string((m_storage == STORAGE_BUFFER) ? ("buffer") : ("image")) + " content verification failed").c_str());
3174 (std::string(configs[configNdx].namePrefix) + "_write_read").c_str(),
3175 (std::string("Write to ") + target + " and read it").c_str(),
3180 (std::string(configs[configNdx].namePrefix) + "_read_write").c_str(),
3181 (std::string("Read form ") + target + " and then write to it").c_str(),
3186 (std::string(configs[configNdx].namePrefix) + "_overwrite").c_str(),
3187 (std::string("Write to ") + target + " twice and read it").c_str(),
3192 (std::string(configs[configNdx].namePrefix) + "_alias_write").c_str(),
3193 (std::string("Write to aliasing ") + target + " and read it").c_str(),
3199 (std::string(configs[configNdx].namePrefix) + "_alias_overwrite").c_str(),
3200 (std::string("Write to aliasing ") + target + "s and read it").c_str(),
3239 (std::string(configs[configNdx].namePrefix) + "_write_read").c_str(),
3240 (std::string("Write to ") + target + " and read it").c_str(),
3249 (std::string(configs[configNdx].namePrefix) + "_read_write").c_str(),
3250 (std::string("Read from ") + target + " and then write to it").c_str(),
3259 (std::string(configs[configNdx].namePrefix) + "_overwrite").c_str(),
3260 (std::string("Write to ") + target + " twice and read it").c_str(),
3271 (std::string(configs[configNdx].namePrefix) + "_multiple_write_read").c_str(),
3272 (std::string("Write to multiple ") + target + "s and read them").c_str(),
3282 (std::string(configs[configNdx].namePrefix) + "_multiple_interleaved_write_read").c_str(),
3283 (std::string("Write to same ") + target + " in multiple calls and read it").c_str(),
3293 (std::string(configs[configNdx].namePrefix) + "_multiple_unrelated_write_read_ordered").c_str(),
3294 (std::string("Two unrelated ") + target + " write-reads").c_str(),
3305 (std::string(configs[configNdx].namePrefix) + "_multiple_unrelated_write_read_non_ordered").c_str(),
3306 (std::string("Two unrelated ") + target + " write-reads").c_str(),
3347 withoutBarrierGroup->addChild(new SSBOConcurrentAtomicCase(m_context, (std::string("ssbo_atomic_dispatch_") + de::toString(callCounts[callCountNdx]) + "_calls_" + ssboInvocations[invocationNdx].name + "_invocations").c_str(), "", callCounts[callCountNdx], ssboInvocations[invocationNdx].count));
3351 withoutBarrierGroup->addChild(new ConcurrentImageAtomicCase(m_context, (std::string("image_atomic_dispatch_") + de::toString(callCounts[callCountNdx]) + "_calls_" + imageInvocations[invocationNdx].name + "_invocations").c_str(), "", callCounts[callCountNdx], imageInvocations[invocationNdx].count));
3355 withoutBarrierGroup->addChild(new ConcurrentAtomicCounterCase(m_context, (std::string("atomic_counter_dispatch_") + de::toString(callCounts[callCountNdx]) + "_calls_" + counterInvocations[invocationNdx].name + "_invocations").c_str(), "", callCounts[callCountNdx], counterInvocations[invocationNdx].count));
3359 withoutBarrierGroup->addChild(new ConcurrentSSBOAtomicCounterMixedCase(m_context, (std::string("ssbo_atomic_counter_mixed_dispatch_") + de::toString(callCounts[callCountNdx]) + "_calls_" + counterInvocations[invocationNdx].name + "_invocations").c_str(), "", callCounts[callCountNdx], counterInvocations[invocationNdx].count));