HomeSort by relevance Sort by last modified time
    Searched refs:DE_ASSERT (Results 201 - 225 of 436) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/deqp/modules/glshared/
glsUniformBlockCase.cpp 70 DE_ASSERT(dePop32(fmt.flags & (PRECISION_LOW|PRECISION_MEDIUM|PRECISION_HIGH)) <= 1);
109 DE_ASSERT(remBits == 0);
392 DE_ASSERT(false);
399 DE_ASSERT(!glu::isDataTypeMatrix(type));
404 DE_ASSERT(baseStride <= vec4Alignment);
442 DE_ASSERT(type.isStructType());
560 DE_ASSERT(elemType.isStructType() || elemType.isArrayType());
568 DE_ASSERT(type.isStructType());
634 DE_ASSERT(scalarSize%numVecs == 0);
657 DE_ASSERT(false)
    [all...]
glsFragOpInteractionCase.cpp 81 DE_ASSERT(layout->empty());
146 DE_ASSERT(pointer.componentType == glu::VTX_COMP_FLOAT && pointer.convert == glu::VTX_COMP_CONVERT_NONE);
147 DE_ASSERT(pointer.numComponents == Size);
148 DE_ASSERT(de::inBounds(vertexNdx, 0, pointer.numElements));
318 DE_ASSERT(bindingPtr.pointer.componentType == glu::VTX_COMP_FLOAT);
428 DE_ASSERT(!m_program);
431 DE_ASSERT(!m_referenceCtx);
434 DE_ASSERT(!m_glCtx);
500 DE_ASSERT(varType.getBaseType() == rsg::VariableType::TYPE_FLOAT);
514 DE_ASSERT(false)
    [all...]
glsRasterizationTestUtil.cpp 211 DE_ASSERT(ulp < (1u<<10));
219 DE_ASSERT(value != std::numeric_limits<float>::infinity() && value != -std::numeric_limits<float>::infinity());
289 DE_ASSERT(minDividend <= maxDividend);
290 DE_ASSERT(minDivisor <= maxDivisor);
307 DE_ASSERT(minDividend <= maxDividend);
308 DE_ASSERT(minDivisor <= maxDivisor);
351 DE_ASSERT(kaMin <= kaMax);
352 DE_ASSERT(kbMin <= kbMax);
353 DE_ASSERT(kcMin <= kcMax);
368 DE_ASSERT(minPreDivisionValues[0] <= maxPreDivisionValues[0])
    [all...]
glsFragmentOpUtil.cpp 119 DE_ASSERT(DE_FALSE);
132 DE_ASSERT(DE_FALSE);
144 DE_ASSERT(glslVersion == glu::GLSL_VERSION_100_ES ||
  /external/deqp/framework/referencerenderer/
rrRasterizer.cpp 203 DE_ASSERT(false);
236 DE_ASSERT(isTheCenterOfTheFragment(diamondCenter));
497 DE_ASSERT(maxFragmentPackets > 0);
520 DE_ASSERT(x0 < m_viewport.x()+m_viewport.z());
521 DE_ASSERT(y0 < m_viewport.y()+m_viewport.w());
594 DE_ASSERT(packetNdx <= maxFragmentPackets);
662 DE_ASSERT(maxFragmentPackets > 0);
675 DE_ASSERT(false);
696 DE_ASSERT(x0 < m_viewport.x()+m_viewport.z());
697 DE_ASSERT(y0 < m_viewport.y()+m_viewport.w())
    [all...]
rrPrimitiveAssembler.hpp 65 DE_ASSERT(false);
191 DE_ASSERT(false);
342 DE_ASSERT(false);
426 DE_ASSERT(false);
  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 251 DE_ASSERT(!m_program);
348 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(ranges)));
361 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(ranges)));
374 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(ranges)));
380 DE_ASSERT(numComponents >= 1);
389 DE_ASSERT(numComponents >= 1);
574 DE_ASSERT(output.location+vecNdx < (int)attachments.size());
647 DE_ASSERT(boolAll(logicalAnd(greaterThanEqual(c, minVal), lessThanEqual(c, maxVal))));
674 DE_ASSERT(range.x() == 0);
685 DE_ASSERT(boolAll(lessThanEqual(c, maxVal)))
    [all...]
es3fTextureWrapTests.cpp 200 DE_ASSERT(m_width == 0 && m_height == 0 && m_format == GL_NONE && m_dataType == GL_NONE);
210 DE_ASSERT(m_format == GL_NONE && m_dataType == GL_NONE);
251 DE_ASSERT(dataSize % BLOCK_SIZE == 0);
259 DE_ASSERT(false);
276 DE_ASSERT(m_caseNdx == 0);
533 DE_ASSERT(blockSize.z() == 1);
es3fFboStencilbufferTests.cpp 149 DE_ASSERT(m_attachDepth == GL_DEPTH_ATTACHMENT || m_attachDepth == GL_DEPTH_STENCIL_ATTACHMENT || m_attachDepth == GL_NONE);
150 DE_ASSERT(m_attachStencil == GL_STENCIL_ATTACHMENT || m_attachStencil == GL_NONE);
151 DE_ASSERT(m_attachDepth != GL_DEPTH_STENCIL || m_attachStencil == GL_NONE);
es3fFboTestCase.cpp 210 DE_ASSERT(!isRequiredFormat(format));
256 DE_ASSERT(isCoreFormat || !requiredExts.empty());
320 DE_ASSERT(!"Unknown format");
es3fInteger64StateQueryTests.cpp 281 DE_ASSERT(m_verifierBoolean == DE_NULL);
282 DE_ASSERT(m_verifierInteger == DE_NULL);
283 DE_ASSERT(m_verifierFloat == DE_NULL);
es3fFloatStateQueryTests.cpp 148 DE_ASSERT(de::inRange(reference, -1.0f, 1.0f));
154 DE_ASSERT(de::inRange(reference0, -1.0f, 1.0f));
155 DE_ASSERT(de::inRange(reference1, -1.0f, 1.0f));
322 DE_ASSERT(de::inRange(reference, -1.0f, 1.0f));
346 DE_ASSERT(de::inRange(reference0, -1.0f, 1.0f));
347 DE_ASSERT(de::inRange(reference1, -1.0f, 1.0f));
528 DE_ASSERT(de::inRange(reference, -1.0f, 1.0f));
552 DE_ASSERT(de::inRange(reference0, -1.0f, 1.0f));
553 DE_ASSERT(de::inRange(reference1, -1.0f, 1.0f));
731 DE_ASSERT(de::inRange(reference, -1.0f, 1.0f))
    [all...]
es3fVertexArrayObjectTests.cpp 276 DE_ASSERT(false);
309 DE_ASSERT(false);
340 DE_ASSERT(DE_FALSE);
410 DE_ASSERT(false);
448 DE_ASSERT(DE_FALSE);
466 DE_ASSERT(DE_FALSE);
494 DE_ASSERT(DE_FALSE);
523 DE_ASSERT(DE_FALSE);
852 DE_ASSERT(false);
885 DE_ASSERT(false)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp 125 DE_ASSERT(DE_FALSE);
138 DE_ASSERT(DE_FALSE);
159 DE_ASSERT(DE_FALSE);
263 DE_ASSERT(DE_FALSE);
469 DE_ASSERT(DE_FALSE);
497 DE_ASSERT(DE_FALSE);
530 DE_ASSERT(DE_FALSE);
568 DE_ASSERT(DE_FALSE);
587 DE_ASSERT(DE_FALSE);
654 DE_ASSERT(DE_FALSE)
    [all...]
es31fTessellationGeometryInteractionTests.cpp 344 DE_ASSERT(false);
381 DE_ASSERT(false);
648 DE_ASSERT(false);
678 DE_ASSERT(false);
733 DE_ASSERT(false);
836 DE_ASSERT(tessellationOutput < TESSELLATION_OUT_LAST);
837 DE_ASSERT(tessellationPointMode < TESSELLATION_POINTMODE_LAST);
838 DE_ASSERT(geometryOutputType < GEOMETRY_OUTPUT_LAST);
    [all...]
es31fFboTestCase.cpp 214 DE_ASSERT(!isRequiredFormat(format));
261 DE_ASSERT(isCoreFormat || !requiredExts.empty());
325 DE_ASSERT(!"Unknown format");
es31fMultisampleShaderRenderCase.cpp 86 DE_ASSERT(target < TARGET_LAST);
131 DE_ASSERT(false);
277 DE_ASSERT(DE_FALSE);
280 DE_ASSERT(realSampleCount != -1);
281 DE_ASSERT(realSampleCount != 0);
437 DE_ASSERT(false);
481 DE_ASSERT(!m_renderAttribs.empty());
657 DE_ASSERT(false);
735 DE_ASSERT(false);
  /external/deqp/modules/egl/
teglImageFormatTests.cpp 380 DE_ASSERT(false);
409 DE_ASSERT(false);
426 DE_ASSERT(false);
448 DE_ASSERT(false);
516 DE_ASSERT(false);
556 DE_ASSERT(false);
560 DE_ASSERT(false);
668 DE_ASSERT(false);
702 DE_ASSERT(false);
    [all...]
teglGLES2SharingTests.cpp 176 virtual void createResource (void) { DE_ASSERT(false); }
177 virtual void destroyResource (void) { DE_ASSERT(false); }
178 virtual void renderResource (tcu::Surface* screen, tcu::Surface* reference) { DE_UNREF(screen); DE_UNREF(reference); DE_ASSERT(false); }
377 DE_ASSERT((screen && reference) || (!screen && !reference));
404 DE_ASSERT(m_buffer.size() % 4 == 0);
553 DE_ASSERT((screen && reference) || (!screen && !reference));
721 DE_ASSERT((screen && reference) || (!screen && !reference));
876 DE_ASSERT(false);
902 DE_ASSERT(false);
917 DE_ASSERT((screen && reference) || (!screen && !reference))
    [all...]
  /external/deqp/modules/gles2/functional/
es2fBooleanStateQueryTests.cpp 115 DE_ASSERT(false && "not supported");
122 DE_ASSERT(false && "not supported");
553 DE_ASSERT(m_verifierIsEnabled == DE_NULL);
554 DE_ASSERT(m_verifierBoolean == DE_NULL);
555 DE_ASSERT(m_verifierInteger == DE_NULL);
556 DE_ASSERT(m_verifierFloat == DE_NULL);
  /external/deqp/framework/opengl/
gluRenderContext.cpp 53 DE_ASSERT(!forwardCompatible);
67 DE_ASSERT(!forwardCompatible);
73 DE_ASSERT(false);
gluShaderProgram.cpp 316 DE_ASSERT((sources.transformFeedbackBufferMode == GL_NONE) == sources.transformFeedbackVaryings.empty());
362 DE_ASSERT(de::inBounds<int>(shaderType, 0, DE_LENGTH_OF_ARRAY(s_typeMap)));
378 DE_ASSERT(de::inBounds<int>(shaderType, 0, DE_LENGTH_OF_ARRAY(s_typebitMap)));
394 DE_ASSERT(de::inBounds<int>(shaderType, 0, DE_LENGTH_OF_ARRAY(s_typeMap)));
  /external/deqp/execserver/
xsTcpServer.cpp 91 DE_ASSERT(liveListPos != m_liveConnections.end());
  /external/deqp/executor/tools/
xeCommandLineExecutor.cpp 182 DE_ASSERT(DE_FALSE);
198 DE_ASSERT(false);
264 DE_ASSERT(child->getNodeType() == xe::TESTNODETYPE_TEST_CASE);
288 DE_ASSERT(child->getNodeType() == xe::TESTNODETYPE_TEST_CASE);
  /external/deqp/framework/common/
tcuRandomValueIterator.hpp 91 DE_ASSERT(m_numLeft > 0);

Completed in 845 milliseconds

1 2 3 4 5 6 7 891011>>