Searched defs:isSharedLike (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ | ||
H A D | vktAtomicOperationTests.cpp | 93 bool isSharedLike (void) const { return m_atomicMemoryType == AtomicMemoryType::SHARED || m_atomicMemoryType == AtomicMemoryType::PAYLOAD; } in isSharedLike() function in vkt::shaderexecutor::__anon28661::AtomicShaderType 1282 const bool isSharedLike = m_shaderType.isSharedLike(); createShaderSpec() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ | ||
H A D | vktAtomicOperationTests.cpp | 93 bool isSharedLike (void) const { return m_atomicMemoryType == AtomicMemoryType::SHARED || m_atomicMemoryType == AtomicMemoryType::PAYLOAD; } in isSharedLike() function in vkt::shaderexecutor::__anon29810::AtomicShaderType 1284 const bool isSharedLike = m_shaderType.isSharedLike(); createShaderSpec() local [all...] |
Completed in 5 milliseconds