Searched refs:BitDesc (Results 1 – 5 of 5) sorted by relevance
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkStrUtilImpl.inl | 217 static const tcu::Format::BitDesc s_desc[] = 219 tcu::Format::BitDesc(VK_FRAMEBUFFER_CREATE_IMAGELESS_BIT, "VK_FRAMEBUFFER_CREATE_IMAGELESS_BIT"), 226 static const tcu::Format::BitDesc s_desc[] = 228 …tcu::Format::BitDesc(VK_RENDER_PASS_CREATE_TRANSFORM_BIT_QCOM, "VK_RENDER_PASS_CREATE_TRANSFORM_BI… 235 static const tcu::Format::BitDesc s_desc[] = 237 …tcu::Format::BitDesc(VK_SAMPLER_CREATE_SUBSAMPLED_BIT_EXT, "VK_SAMPLER_CREATE_SUBSAMPLED_BIT… 238 …tcu::Format::BitDesc(VK_SAMPLER_CREATE_SUBSAMPLED_COARSE_RECONSTRUCTION_BIT_EXT, "VK_SAMPLER_CREAT… 239 …tcu::Format::BitDesc(VK_SAMPLER_CREATE_NON_SEAMLESS_CUBE_MAP_BIT_EXT, "VK_SAMPLER_CREATE_NON_SE… 240 …tcu::Format::BitDesc(VK_SAMPLER_CREATE_DESCRIPTOR_BUFFER_CAPTURE_REPLAY_BIT_EXT, "VK_SAMPLER_CREAT… 241 …tcu::Format::BitDesc(VK_SAMPLER_CREATE_IMAGE_PROCESSING_BIT_QCOM, "VK_SAMPLER_CREATE_IMAGE_PRO… [all …]
|
/third_party/vk-gl-cts/framework/egl/ |
D | egluStrUtil.inl | 287 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/ |
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/ |
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()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluStrUtil.inl | 1805 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 …]
|