Home
last modified time | relevance | path

Searched refs:AtomicMemoryType (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktAtomicOperationTests.cpp65 enum class AtomicMemoryType class
77 AtomicShaderType (glu::ShaderType type, AtomicMemoryType memoryType) in AtomicShaderType()
82 DE_ASSERT(memoryType != AtomicMemoryType::SHARED in AtomicShaderType()
88 DE_ASSERT(memoryType != AtomicMemoryType::PAYLOAD || type == glu::SHADERTYPE_TASK); in AtomicShaderType()
92 AtomicMemoryType getMemoryType (void) const { return m_atomicMemoryType; } in getMemoryType()
93 bool isSharedLike (void) const { return m_atomicMemoryType == AtomicMemoryType::SHARED || m_atomicMemoryType == AtomicMemoryType::PAYLOAD; } in isSharedLike()
98 AtomicMemoryType m_atomicMemoryType;
898 const bool useRef = (m_shaderType.getMemoryType() == AtomicMemoryType::REFERENCE); in iterate()
1271 if (m_shaderType.getMemoryType() == AtomicMemoryType in checkSupport()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktAtomicOperationTests.cpp65 enum class AtomicMemoryType class
77 AtomicShaderType (glu::ShaderType type, AtomicMemoryType memoryType) in AtomicShaderType()
82 DE_ASSERT(memoryType != AtomicMemoryType::SHARED in AtomicShaderType()
88 DE_ASSERT(memoryType != AtomicMemoryType::PAYLOAD || type == glu::SHADERTYPE_TASK); in AtomicShaderType()
92 AtomicMemoryType getMemoryType (void) const { return m_atomicMemoryType; } in getMemoryType()
93 bool isSharedLike (void) const { return m_atomicMemoryType == AtomicMemoryType::SHARED || m_atomicMemoryType == AtomicMemoryType::PAYLOAD; } in isSharedLike()
98 AtomicMemoryType m_atomicMemoryType;
898 const bool useRef = (m_shaderType.getMemoryType() == AtomicMemoryType::REFERENCE); in iterate()
1273 if (m_shaderType.getMemoryType() == AtomicMemoryType in checkSupport()
[all...]

Completed in 5 milliseconds