Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStrUtilImpl.inl2809 static const tcu::Format::BitDesc s_desc[] =
2811 …tcu::Format::BitDesc(VK_ACCESS_INDIRECT_COMMAND_READ_BIT, "VK_ACCESS_INDIRECT_COMMAND_READ_BI…
2812 tcu::Format::BitDesc(VK_ACCESS_INDEX_READ_BIT, "VK_ACCESS_INDEX_READ_BIT"),
2813 …tcu::Format::BitDesc(VK_ACCESS_VERTEX_ATTRIBUTE_READ_BIT, "VK_ACCESS_VERTEX_ATTRIBUTE_READ_BI…
2814 tcu::Format::BitDesc(VK_ACCESS_UNIFORM_READ_BIT, "VK_ACCESS_UNIFORM_READ_BIT"),
2815 …tcu::Format::BitDesc(VK_ACCESS_INPUT_ATTACHMENT_READ_BIT, "VK_ACCESS_INPUT_ATTACHMENT_READ_BI…
2816 tcu::Format::BitDesc(VK_ACCESS_SHADER_READ_BIT, "VK_ACCESS_SHADER_READ_BIT"),
2817 tcu::Format::BitDesc(VK_ACCESS_SHADER_WRITE_BIT, "VK_ACCESS_SHADER_WRITE_BIT"),
2818 …tcu::Format::BitDesc(VK_ACCESS_COLOR_ATTACHMENT_READ_BIT, "VK_ACCESS_COLOR_ATTACHMENT_READ_BI…
2819 …tcu::Format::BitDesc(VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT, "VK_ACCESS_COLOR_ATTACHMENT_WRITE_…
[all …]
/third_party/vk-gl-cts/framework/egl/
DegluStrUtil.inl287 static const tcu::Format::BitDesc s_desc[] =
289 tcu::Format::BitDesc(EGL_OPENGL_BIT, "EGL_OPENGL_BIT"),
290 tcu::Format::BitDesc(EGL_OPENGL_ES_BIT, "EGL_OPENGL_ES_BIT"),
291 tcu::Format::BitDesc(EGL_OPENGL_ES2_BIT, "EGL_OPENGL_ES2_BIT"),
292 tcu::Format::BitDesc(EGL_OPENGL_ES3_BIT_KHR, "EGL_OPENGL_ES3_BIT_KHR"),
293 tcu::Format::BitDesc(EGL_OPENVG_BIT, "EGL_OPENVG_BIT"),
300 static const tcu::Format::BitDesc s_desc[] =
302 tcu::Format::BitDesc(EGL_PBUFFER_BIT, "EGL_PBUFFER_BIT"),
303 tcu::Format::BitDesc(EGL_PIXMAP_BIT, "EGL_PIXMAP_BIT"),
304 tcu::Format::BitDesc(EGL_WINDOW_BIT, "EGL_WINDOW_BIT"),
[all …]
/third_party/vk-gl-cts/framework/common/
DtcuFormatUtil.hpp78 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/
DvkDebugReportUtil.cpp38 static const tcu::Format::BitDesc s_bits[] = in shortDebugFlagsStr()
40 tcu::Format::BitDesc(VK_DEBUG_REPORT_INFORMATION_BIT_EXT, "INFO"), in shortDebugFlagsStr()
41 tcu::Format::BitDesc(VK_DEBUG_REPORT_WARNING_BIT_EXT, "WARNING"), in shortDebugFlagsStr()
42 tcu::Format::BitDesc(VK_DEBUG_REPORT_PERFORMANCE_WARNING_BIT_EXT, "PERFORMANCE"), in shortDebugFlagsStr()
43 tcu::Format::BitDesc(VK_DEBUG_REPORT_ERROR_BIT_EXT, "ERROR"), in shortDebugFlagsStr()
44 tcu::Format::BitDesc(VK_DEBUG_REPORT_DEBUG_BIT_EXT, "DEBUG"), in shortDebugFlagsStr()
/third_party/vk-gl-cts/framework/opengl/
DgluStrUtil.inl1805 static const tcu::Format::BitDesc s_desc[] =
1807 tcu::Format::BitDesc(GL_DEPTH_BUFFER_BIT, "GL_DEPTH_BUFFER_BIT"),
1808 tcu::Format::BitDesc(GL_STENCIL_BUFFER_BIT, "GL_STENCIL_BUFFER_BIT"),
1809 tcu::Format::BitDesc(GL_COLOR_BUFFER_BIT, "GL_COLOR_BUFFER_BIT"),
1816 static const tcu::Format::BitDesc s_desc[] =
1818 tcu::Format::BitDesc(GL_MAP_READ_BIT, "GL_MAP_READ_BIT"),
1819 tcu::Format::BitDesc(GL_MAP_WRITE_BIT, "GL_MAP_WRITE_BIT"),
1820 tcu::Format::BitDesc(GL_MAP_INVALIDATE_RANGE_BIT, "GL_MAP_INVALIDATE_RANGE_BIT"),
1821 tcu::Format::BitDesc(GL_MAP_INVALIDATE_BUFFER_BIT, "GL_MAP_INVALIDATE_BUFFER_BIT"),
1822 tcu::Format::BitDesc(GL_MAP_FLUSH_EXPLICIT_BIT, "GL_MAP_FLUSH_EXPLICIT_BIT"),
[all …]