/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fFboColorbufferTests.cpp | 113 checkFormatSupport(m_format); in preCheck() 219 checkFormatSupport(m_tex0Fmt); in preCheck() 220 checkFormatSupport(m_tex1Fmt); in preCheck() 337 checkFormatSupport(m_format); in preCheck() 486 checkFormatSupport(m_format); in preCheck() 612 checkFormatSupport(m_format); in preCheck() 742 checkFormatSupport(m_format); in preCheck() 828 checkFormatSupport(m_format); in preCheck() 900 checkFormatSupport(m_format); in preCheck() 966 checkFormatSupport(m_format); in preCheck()
|
D | es3fFboInvalidateTests.cpp | 456 if (m_colorFmt != GL_NONE) checkFormatSupport(m_colorFmt); in preCheck() 457 if (m_depthStencilFmt != GL_NONE) checkFormatSupport(m_depthStencilFmt); in preCheck() 569 if (m_colorFmt != GL_NONE) checkFormatSupport(m_colorFmt); in preCheck() 570 if (m_depthStencilFmt != GL_NONE) checkFormatSupport(m_depthStencilFmt); in preCheck() 699 checkFormatSupport(m_colorFmt); in preCheck() 700 checkFormatSupport(m_depthStencilFmt); in preCheck() 823 if (m_colorFmt != GL_NONE) checkFormatSupport(m_colorFmt); in preCheck() 824 if (m_depthStencilFmt != GL_NONE) checkFormatSupport(m_depthStencilFmt); in preCheck() 925 if (m_colorFmt != GL_NONE) checkFormatSupport(m_colorFmt); in preCheck() 926 if (m_depthStencilFmt != GL_NONE) checkFormatSupport(m_depthStencilFmt); in preCheck() [all …]
|
D | es3fFboDepthbufferTests.cpp | 63 checkFormatSupport(m_format); in preCheck() 155 checkFormatSupport(m_format); in preCheck() 241 checkFormatSupport(m_format); in preCheck()
|
D | es3fFboTestCase.hpp | 57 void checkFormatSupport (deUint32 sizedFormat);
|
D | es3fFboMultisampleTests.cpp | 70 checkFormatSupport (m_colorFormat); in preCheck() 75 checkFormatSupport (m_depthStencilFormat); in preCheck()
|
D | es3fFramebufferBlitTests.cpp | 344 checkFormatSupport(m_srcFormat); in preCheck() 345 checkFormatSupport(m_dstFormat); in preCheck() 480 checkFormatSupport(m_depthFormat); in preCheck() 482 checkFormatSupport(m_stencilFormat); in preCheck() 648 checkFormatSupport(m_format); in preCheck()
|
D | es3fFboStencilbufferTests.cpp | 63 checkFormatSupport(m_format); in preCheck()
|
D | es3fFboTestCase.cpp | 262 void FboTestCase::checkFormatSupport (deUint32 sizedFormat) in checkFormatSupport() function in deqp::gles3::Functional::FboTestCase
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiGranularityTests.cpp | 87 void checkFormatSupport (const VkFormat format); 122 void GranularityInstance::checkFormatSupport (const VkFormat format) in checkFormatSupport() function in vkt::api::__anonfc51f3c80111::GranularityInstance 154 checkFormatSupport(it->format); in initAttachmentDescriptions()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiGranularityTests.cpp | 87 void checkFormatSupport (const VkFormat format); 122 void GranularityInstance::checkFormatSupport (const VkFormat format) in checkFormatSupport() function in vkt::api::__anon7f9949880111::GranularityInstance 154 checkFormatSupport(it->format); in initAttachmentDescriptions()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fFboTestCase.hpp | 57 void checkFormatSupport (deUint32 sizedFormat);
|
D | es31fFboColorbufferTests.cpp | 127 checkFormatSupport(m_texFmt); in preCheck() 218 checkFormatSupport(m_format); in preCheck()
|
D | es31fFboTestCase.cpp | 282 void FboTestCase::checkFormatSupport (deUint32 sizedFormat) in checkFormatSupport() function in deqp::gles31::Functional::FboTestCase
|
D | es31fShaderFramebufferFetchTests.cpp | 238 void checkFormatSupport (Context& context, deUint32 sizedFormat) in checkFormatSupport() function 320 checkFormatSupport(m_context, m_format); in init()
|
D | es31fCopyImageTests.cpp | 1897 void checkFormatSupport (glu::ContextInfo& info, deUint32 format, deUint32 target, glu::RenderConte… in checkFormatSupport() function 1934 checkFormatSupport(*ctxInfo, m_srcImageInfo.getFormat(), m_srcImageInfo.getTarget(), rc); in init() 1935 checkFormatSupport(*ctxInfo, m_dstImageInfo.getFormat(), m_dstImageInfo.getTarget(), rc); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
D | vktYCbCrCopyTests.cpp | 95 void checkFormatSupport(Context& context, const ImageConfig& config) in checkFormatSupport() function 139 checkFormatSupport(context, config.src); in checkSupport() 140 checkFormatSupport(context, config.dst); in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrCopyTests.cpp | 95 void checkFormatSupport(Context& context, const ImageConfig& config) in checkFormatSupport() function 139 checkFormatSupport(context, config.src); in checkSupport() 140 checkFormatSupport(context, config.dst); in checkSupport()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles2/ |
D | es2cTexture3DTests.cpp | 1024 void checkFormatSupport(const glu::ContextInfo& info, deUint32 format) in checkFormatSupport() function 1070 checkFormatSupport(contextInfo, m_compressedFormat); in iterate() 1661 checkFormatSupport(contextInfo, supportedCompressedFormat); in iterate() 1796 checkFormatSupport(contextInfo, supportedCompressedFormat); in iterate()
|