Home
last modified time | relevance | path

Searched refs:DE_FATAL (Results 1 – 25 of 89) sorted by relevance

1234

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTexture.cpp75 DE_FATAL("Internal error"); in Texture()
99 DE_FATAL("Internal error"); in size()
123 DE_FATAL("Internal error"); in dimension()
147 DE_FATAL("Internal error"); in layerDimension()
DvktImageTestsUtil.cpp83 DE_FATAL("Unknown image type"); in getShaderGridSize()
107 DE_FATAL("Unknown image type"); in getLayerSize()
133 DE_FATAL("Unknown image type"); in getNumLayers()
164 DE_FATAL("Unknown image type"); in getDimensions()
188 DE_FATAL("Unknown image type"); in getLayerDimensions()
/external/deqp/framework/platform/android/
DtcuAndroidWindow.cpp79 DE_FATAL("Invalid window state"); in release()
91 DE_FATAL("Invalid window state"); in markForDestroy()
131 DE_FATAL("Window leaked"); in ~WindowRegistry()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawSimpleTest.cpp98 DE_FATAL("Topology not implemented"); in SimpleDraw()
101 DE_FATAL("Unknown topology"); in SimpleDraw()
138 DE_FATAL("Topology not implemented"); in iterate()
141 DE_FATAL("Unknown topology"); in iterate()
244 DE_FATAL("Topology not implemented"); in iterate()
247 DE_FATAL("Unknown topology"); in iterate()
DvktDrawIndirectTest.cpp142 DE_FATAL("Topology not implemented"); in IndirectDraw()
145 DE_FATAL("Unknown topology"); in IndirectDraw()
223 DE_FATAL("Topology not implemented"); in iterate()
226 DE_FATAL("Unknown topology"); in iterate()
406 DE_FATAL("Topology not implemented"); in iterate()
409 DE_FATAL("Unknown topology"); in iterate()
DvktDrawIndexedTest.cpp108 DE_FATAL("Topology not implemented"); in DrawIndexed()
111 DE_FATAL("Unknown topology"); in DrawIndexed()
266 DE_FATAL("Topology not implemented"); in iterate()
269 DE_FATAL("Unknown topology"); in iterate()
/external/deqp/framework/egl/
DegluGLUtil.cpp53 default: DE_FATAL("Impossible"); return GL_NONE; in getImageGLTarget()
70 default: DE_FATAL("Unknown OpenGL ES version"); in apiRenderableType()
73 DE_FATAL("Unknown GL API"); in apiRenderableType()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp93 DE_FATAL("Unknown image type"); in getShaderGridSize()
117 DE_FATAL("Unknown image type"); in getLayerSize()
143 DE_FATAL("Unknown image type"); in getNumLayers()
174 DE_FATAL("Unknown image type"); in getDimensions()
198 DE_FATAL("Unknown image type"); in getLayerDimensions()
233 DE_FATAL("Unknown image type"); in isImageSizeSupported()
/external/deqp/framework/delibs/debase/
DdeDefs.h289 # define DE_FATAL(MSG) do { deAssertFail("" /* force to string literal */ MSG, __FILE__, __LINE__);… macro
291 # define DE_FATAL(MSG) /*@ -noeffect*/ ((void)0) /*!< Fatal macro. */ macro
323 # define DE_BREAKPOINT() DE_FATAL("Software breakpoint encountered!")
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp126 DE_FATAL("Impossible"); in verifyDriverSupport()
143 DE_FATAL("Impossible"); in viewTypeToImageType()
1119 DE_FATAL("Impossible"); in getInterfaceNumResources()
1342 DE_FATAL("Impossible"); in createDescriptorSetLayout()
1392 DE_FATAL("Impossible"); in createDescriptorSet()
1940 DE_FATAL("Impossible"); in createDescriptorSetLayout()
1994 DE_FATAL("Impossible"); in createDescriptorSet()
2359 DE_FATAL("not implemented"); in genTessCtrlSource()
2415 DE_FATAL("not implemented"); in genTessEvalSource()
2475 DE_FATAL("not implemented"); in genGeometrySource()
[all …]
/external/deqp/modules/glshared/
DglsFboUtil.cpp325 DE_FATAL("Impossible image type"); in glTarget()
414 DE_FATAL("Impossible image type"); in glCreate()
425 DE_FATAL("Impossible image type"); in glDelete()
444 DE_FATAL("Impossible attachment type"); in attachAttachment()
454 DE_FATAL("Impossible attachment type"); in attachmentType()
466 DE_FATAL("Impossible attachment type"); in textureLayer()
663 DE_FATAL("Bad image type"); in getImage()
/external/deqp/modules/gles31/functional/
Des31fSeparateShaderTests.cpp141 DE_FATAL("Impossible"); in randomType()
166 DE_FATAL("Invalid interpolation"); in getGluInterpolation()
182 DE_FATAL("Invalid interpolation"); in getVaryingInterpolation()
221 DE_FATAL("Impossible"); in printInputColor()
241 DE_FATAL("Impossible"); in printInputColor()
265 DE_FATAL("Impossible"); in printInputColor()
435 DE_FATAL("Impossible"); in printRandomInitializer()
845 DE_FATAL("Impossible"); in logParams()
1160 DE_FATAL("Impossible case"); in createSingleShaderProgram()
1759 DE_FATAL("Impossible"); in createSeparateShaderTests()
Des31fNegativeAdvancedBlendEquationTests.cpp102 DE_FATAL("Equation not supported."); in getShaderLayoutEquation()
127 DE_FATAL("Equation not supported."); in getEquation()
/external/deqp/framework/delibs/deimage/
DdeImage.c79 DE_FATAL("deImage_getPixel(): invalid format"); in deImage_getPixel()
92 DE_FATAL("deImage_getPixel(): invalid format"); in deImage_setPixel()
/external/deqp/external/vulkancts/framework/vulkan/
DvkMemUtil.cpp122 DE_FATAL("Coherent memory must be host-visible"); in matchesHeap()
124 DE_FATAL("Lazily allocated memory cannot be mappable"); in matchesHeap()
DvkImageUtil.cpp663 DE_FATAL("Illegal filter mode"); in mapFilterMode()
686 DE_FATAL("Illegal filter mode"); in mapMipmapMode()
701 DE_FATAL("Wrap mode can't be mapped to Vulkan"); in mapWrapMode()
720 DE_FATAL("Illegal compare mode"); in mapCompareMode()
752 DE_FATAL("Unsupported border color"); in mapBorderColor()
972 DE_FATAL("Unexpected depth/stencil format"); in getDepthCopyFormat()
993 DE_FATAL("Unexpected depth/stencil format"); in getStencilCopyFormat()
/external/deqp/framework/referencerenderer/
DrrPrimitivePacket.cpp44 DE_FATAL("Undefined results, too many vertices emitted."); in EmitVertex()
DrrVertexAttrib.cpp316 DE_FATAL("Invalid read"); in readFloat()
362 DE_FATAL("Invalid read"); in readInt()
408 DE_FATAL("Invalid read"); in readUint()
/external/deqp/framework/common/
DtcuResultCollector.cpp46 default: DE_FATAL("Impossible case"); in testResultSeverity()
/external/deqp/framework/delibs/depool/
DdePoolMultiSet.h246 DE_FATAL("Not implemented."); \
291 DE_FATAL("Not implemented."); \
/external/deqp/framework/platform/ios/
DtcuIOSPlatform.hh93 virtual deUint32 getDefaultFramebuffer (void) const { DE_FATAL("No framebuffer"); return 0; } in getDefaultFramebuffer()
/external/deqp/framework/opengl/
DgluShaderUtil.cpp615 DE_FATAL("Illegal datatype."); in getDataTypeNumLocations()
626 DE_FATAL("Illegal datatype."); in getDataTypeNumComponents()
/external/deqp/framework/platform/X11/
DtcuX11GlxPlatform.cpp320 DE_FATAL("Impossible context profile"); in createContext()
416 DE_FATAL("Impossible case"); in surfaceTypeToDrawableBits()
586 DE_FATAL("Impossible case"); in createDrawable()
/external/deqp/framework/delibs/deutil/
DdeSocket.c306 DE_FATAL("Too small bsdAddr buffer"); in deSocketAddressToBsdAddress()
340 DE_FATAL("Too small bsdAddr buffer"); in deSocketAddressToBsdAddress()
358 DE_FATAL("Too small bsdAddr buffer"); in deSocketAddressToBsdAddress()
/external/deqp/framework/randomshaders/
DrsgExecutionContext.cpp167 DE_FATAL("Unsupported"); in assignMasked()

1234