HomeSort by relevance Sort by last modified time
    Searched refs:QP_TEST_RESULT_NOT_SUPPORTED (Results 1 - 25 of 26) sorted by null

1 2

  /external/deqp/framework/common/
tcuResultCollector.cpp 38 case QP_TEST_RESULT_NOT_SUPPORTED: return 20;
tcuTestSessionExecutor.cpp 246 case QP_TEST_RESULT_NOT_SUPPORTED: m_status.numNotSupported += 1; break;
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferMemoryAliasing.cpp 162 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Sparse binding not supported");
167 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Sparse memory aliasing not supported");
223 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Required memory size for sparse resources exceeds device limits");
348 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Buffer size is not supported");
vktSparseResourcesMipmapSparseResidency.cpp 139 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Sparse residency for 2D Image not supported");
145 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Sparse residency for 3D Image not supported");
150 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Not supported image type");
160 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "The image format does not support sparse operations");
168 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Image size not supported for device");
246 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Required memory size for sparse resource exceeds device limits");
277 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Not supported image aspect - the test supports currently only VK_IMAGE_ASPECT_COLOR_BIT");
vktSparseResourcesBufferSparseBinding.cpp 109 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Sparse binding not supported");
164 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Required memory size for sparse resources exceeds device limits");
vktSparseResourcesImageSparseResidency.cpp 240 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Sparse residency for 2D Image not supported");
246 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Sparse residency for 3D Image not supported");
251 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Not supported image type");
261 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "The image format does not support sparse operations");
268 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Image size not supported for device");
333 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Required memory size for sparse resource exceeds device limits");
364 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Not supported image aspect - the test supports currently only VK_IMAGE_ASPECT_COLOR_BIT");
600 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Image size is not supported");
    [all...]
vktSparseResourcesImageSparseBinding.cpp 124 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Device does not support sparse binding");
132 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Image size not supported for device");
209 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Required memory size for sparse resource exceeds device limits");
vktSparseResourcesBufferSparseResidency.cpp 148 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Sparse partially resident buffers not supported");
204 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Required memory size for sparse resources exceeds device limits");
  /external/deqp/framework/qphelper/
qpTestLog.h 59 QP_TEST_RESULT_NOT_SUPPORTED, /*!< Implementation does not support functionality needed by this test case */
qpTestLog.c 169 { QP_TEST_RESULT_NOT_SUPPORTED, "NotSupported" },
    [all...]
  /external/deqp/modules/gles2/
tes2CapabilityTests.cpp 124 m_testCtx.setTestResult(isSupported ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_NOT_SUPPORTED,
  /external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp 148 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Unsupported texture size");
335 if (m_testCtx.getTestResult() == QP_TEST_RESULT_NOT_SUPPORTED)
431 if (m_testCtx.getTestResult() == QP_TEST_RESULT_NOT_SUPPORTED)
  /external/deqp/modules/gles31/functional/
es31fTextureFormatTests.cpp 155 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Cube map arrays not supported");
227 if (m_testCtx.getTestResult() == QP_TEST_RESULT_NOT_SUPPORTED)
es31fFboTestCase.cpp 101 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Not supported");
  /external/deqp/modules/gles3/functional/
es3fFboTestCase.cpp 99 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Not supported");
es3fRasterizerDiscardTests.cpp 271 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Not supported");
es3fShaderApiTests.cpp 1204 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Not supported");
    [all...]
es3fFboRenderTest.cpp 461 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Not supported");
    [all...]
  /external/deqp/modules/gles2/accuracy/
es2aVaryingInterpolationTests.cpp 194 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Fragment highp not supported");
  /external/deqp/modules/gles2/functional/
es2fNegativeTextureApiTests.cpp     [all...]
es2fFboRenderTest.cpp 599 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Not supported");
    [all...]
  /external/deqp/modules/gles3/accuracy/
es3aVaryingInterpolationTests.cpp 201 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Fragment highp not supported");
  /external/deqp/modules/egl/
teglCreateContextExtTests.cpp 936 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "No supported configs found");
    [all...]
teglMultiThreadTests.cpp 423 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Not Supported");
    [all...]
  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp     [all...]

Completed in 695 milliseconds

1 2