Home
last modified time | relevance | path

Searched refs:WRITE_GUARD_VALUE (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
DglsStateQueryUtil.hpp101 WRITE_GUARD_VALUE = 0xDE enumerator
114 deMemset(&m_preguard, WRITE_GUARD_VALUE, sizeof(m_preguard)); in StateQueryMemoryWriteGuard()
115 deMemset(&m_value, WRITE_GUARD_VALUE, sizeof(m_value)); in StateQueryMemoryWriteGuard()
116 deMemset(&m_postguard, WRITE_GUARD_VALUE, sizeof(m_postguard)); in StateQueryMemoryWriteGuard()
135 if (((deUint8*)&m_value)[i] != (deUint8)WRITE_GUARD_VALUE) in isUndefined()
150 if (((deUint8*)&m_preguard)[i] != (deUint8)WRITE_GUARD_VALUE) in isPreguardContaminated()
159 if (((deUint8*)&m_postguard)[i] != (deUint8)WRITE_GUARD_VALUE) in isPostguardContaminated()