Searched refs:BitDesc (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuFormatUtil.hpp | 78 class BitDesc class 84 BitDesc (deUint64 bit_, const char* name_) : bit(bit_), name(name_) {} in BitDesc() function in tcu::Format::BitDesc 87 #define TCU_BIT_DESC(BIT) tcu::Format::BitDesc(BIT, #BIT) 93 Bitfield (deUint64 value, const BitDesc* begin, const BitDesc* end) in Bitfield() 103 for (const BitDesc* curDesc = m_begin; curDesc != m_end; curDesc++) in toStream() 126 const BitDesc* m_begin; 127 const BitDesc* m_end; 267 inline Format::Bitfield<sizeof(T)*8> formatBitfield (T value, const Format::BitDesc (&desc)[Size]) in formatBitfield()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkDebugReportUtil.cpp | 40 static const tcu::Format::BitDesc s_bits[] = in shortDebugFlagsStr() 42 tcu::Format::BitDesc(VK_DEBUG_REPORT_INFORMATION_BIT_EXT, "INFO"), in shortDebugFlagsStr() 43 tcu::Format::BitDesc(VK_DEBUG_REPORT_WARNING_BIT_EXT, "WARNING"), in shortDebugFlagsStr() 44 tcu::Format::BitDesc(VK_DEBUG_REPORT_PERFORMANCE_WARNING_BIT_EXT, "PERFORMANCE"), in shortDebugFlagsStr() 45 tcu::Format::BitDesc(VK_DEBUG_REPORT_ERROR_BIT_EXT, "ERROR"), in shortDebugFlagsStr() 46 tcu::Format::BitDesc(VK_DEBUG_REPORT_DEBUG_BIT_EXT, "DEBUG"), in shortDebugFlagsStr()
|
Completed in 2 milliseconds