/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesMipmapSparseResidency.cpp | 139 …return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Sparse residency for 2D Image not supported"… in iterate() 145 …return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Sparse residency for 3D Image not supported"… in iterate() 150 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Not supported image type"); in iterate() 160 …return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "The image format does not support sparse ope… in iterate() 168 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Image size not supported for device"); in iterate() 246 …return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Required memory size for sparse resource exc… in iterate() 277 …return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Not supported image aspect - the test suppor… in iterate()
|
D | vktSparseResourcesBufferMemoryAliasing.cpp | 162 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Sparse binding not supported"); in iterate() 167 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Sparse memory aliasing not supported"); in iterate() 223 …return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Required memory size for sparse resources ex… in iterate() 348 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Buffer size is not supported"); in iterate()
|
D | vktSparseResourcesImageSparseResidency.cpp | 240 …return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Sparse residency for 2D Image not supported"… in iterate() 246 …return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Sparse residency for 3D Image not supported"… in iterate() 251 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Not supported image type"); in iterate() 261 …return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "The image format does not support sparse ope… in iterate() 268 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Image size not supported for device"); in iterate() 333 …return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Required memory size for sparse resource exc… in iterate() 364 …return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Not supported image aspect - the test suppor… in iterate() 600 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Image size is not supported"); in iterate()
|
D | vktSparseResourcesImageSparseBinding.cpp | 124 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Device does not support sparse binding"); in iterate() 132 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Image size not supported for device"); in iterate() 209 …return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Required memory size for sparse resource exc… in iterate()
|
D | vktSparseResourcesBufferSparseBinding.cpp | 109 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Sparse binding not supported"); in iterate() 164 …return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Required memory size for sparse resources ex… in iterate()
|
D | vktSparseResourcesBufferSparseResidency.cpp | 148 …return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Sparse partially resident buffers not suppor… in iterate() 204 …return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Required memory size for sparse resources ex… in iterate()
|
/external/deqp/framework/common/ |
D | tcuDefs.cpp | 119 : TestException(message, expr, file, line, QP_TEST_RESULT_NOT_SUPPORTED) in NotSupportedError() 124 : TestException(message, QP_TEST_RESULT_NOT_SUPPORTED) in NotSupportedError()
|
D | tcuResultCollector.cpp | 38 case QP_TEST_RESULT_NOT_SUPPORTED: return 20; in testResultSeverity()
|
D | tcuTestSessionExecutor.cpp | 246 case QP_TEST_RESULT_NOT_SUPPORTED: m_status.numNotSupported += 1; break; in leaveTestCase()
|
/external/deqp/modules/gles2/performance/ |
D | es2pTextureUploadTests.cpp | 148 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Unsupported texture size"); in init() 335 if (m_testCtx.getTestResult() == QP_TEST_RESULT_NOT_SUPPORTED) in iterate() 431 if (m_testCtx.getTestResult() == QP_TEST_RESULT_NOT_SUPPORTED) in iterate()
|
/external/deqp/modules/gles2/ |
D | tes2CapabilityTests.cpp | 124 m_testCtx.setTestResult(isSupported ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_NOT_SUPPORTED, in iterate()
|
/external/deqp/framework/qphelper/ |
D | qpTestLog.h | 59 …QP_TEST_RESULT_NOT_SUPPORTED, /*!< Implementation does not support functionality needed by this … enumerator
|
D | qpTestLog.c | 169 { QP_TEST_RESULT_NOT_SUPPORTED, "NotSupported" },
|
/external/deqp/modules/gles2/functional/ |
D | es2fNegativeTextureApiTests.cpp | 1969 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "No suitable compressed formats found"); in init() 2019 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "No suitable compressed formats found"); in init() 2070 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "No suitable compressed formats found"); in init() 2141 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "No suitable compressed formats found"); in init() 2193 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "No suitable compressed formats found"); in init() 2269 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "No suitable compressed formats found"); in init() 2328 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "No suitable compressed formats found"); in init() 2388 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "No suitable compressed formats found"); in init() 2447 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "No suitable compressed formats found"); in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureFormatTests.cpp | 155 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Cube map arrays not supported"); in init() 227 if (m_testCtx.getTestResult() == QP_TEST_RESULT_NOT_SUPPORTED) in iterate()
|
D | es31fFboTestCase.cpp | 101 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Not supported"); in iterate()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboTestCase.cpp | 99 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Not supported"); in iterate()
|
D | es3fRasterizerDiscardTests.cpp | 271 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Not supported"); in iterate()
|
D | es3fShaderApiTests.cpp | 1204 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Not supported"); in iterate()
|
D | es3fFboRenderTest.cpp | 461 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Not supported"); in iterate()
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aVaryingInterpolationTests.cpp | 201 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Fragment highp not supported"); in iterate()
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aVaryingInterpolationTests.cpp | 194 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Fragment highp not supported"); in iterate()
|
/external/deqp/modules/egl/ |
D | teglCreateContextExtTests.cpp | 936 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "No supported configs found"); in iterate()
|
D | teglMultiThreadTests.cpp | 423 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Not Supported"); in iterate()
|
/external/deqp/modules/glshared/ |
D | glsShaderLibraryCase.cpp | 1093 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Full GLSL ES 100 is not supported"); in execute()
|