Searched refs:SSBO_ATOMIC (Results 1 – 1 of 1) sorted by relevance
64 SSBO_ATOMIC enumerator84 case SSBO_ATOMIC: return "Test for atomic storage buffer on protected memory."; in getSSBOTestDescription()94 case SSBO_ATOMIC: return "atomic"; in getSSBOTypeString()333 case SSBO_ATOMIC: { in initPrograms()456 if (m_testType == SSBO_READ || m_testType == SSBO_ATOMIC) in executeFragmentTest()458 vk::VkBuffer targetBuffer = (m_testType == SSBO_ATOMIC) ? **testBuffer : **testBufferSource; in executeFragmentTest()627 deUint32 dispatchCount = (m_testType == SSBO_ATOMIC) ? 4u : 1u; in executeComputeTest()631 if (m_testType == SSBO_READ || m_testType == SSBO_ATOMIC) in executeComputeTest()633 vk::VkBuffer targetBuffer = (m_testType == SSBO_ATOMIC) ? **testBuffer : **testBufferSource; in executeComputeTest()878 …staticTests->addChild(new StorageBufferTestCase<tcu::UVec4>(testctx, SSBO_ATOMIC, shaderType, name… in createAtomicStorageBufferTests()[all …]