Home
last modified time | relevance | path

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

12345

/external/deqp/external/vulkancts/modules/vulkan/
DvktExternalMemoryUtil.cpp55 DE_FATAL("No supported memory types"); in chooseMemoryType()
80 DE_FATAL("Platform doesn't support file descriptors"); in NativeHandle()
107 DE_FATAL("Unknown win32 handle type"); in NativeHandle()
110 DE_FATAL("Platform doesn't support win32 handles"); in NativeHandle()
114 DE_FATAL("Native handle can't be duplicated"); in NativeHandle()
144 DE_FATAL("Platform doesn't support file descriptors"); in reset()
162 DE_FATAL("Unknown win32 handle type"); in reset()
165 DE_FATAL("Platform doesn't support win32 handles"); in reset()
230 DE_FATAL("Unknown external semaphore type"); in externalSemaphoreTypeToName()
252 DE_FATAL("Unknown external fence type"); in externalFenceTypeToName()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTexture.cpp79 DE_FATAL("Internal error"); in checkInvariants()
121 DE_FATAL("Internal error"); in size()
145 DE_FATAL("Internal error"); in dimension()
169 DE_FATAL("Internal error"); in layerDimension()
DvktImageTestsUtil.cpp179 DE_FATAL("Unknown image type"); in getShaderGridSize()
203 DE_FATAL("Unknown image type"); in getLayerSize()
229 DE_FATAL("Unknown image type"); in getNumLayers()
260 DE_FATAL("Unknown image type"); in getDimensions()
284 DE_FATAL("Unknown image type"); in getLayerDimensions()
1062 DE_FATAL("Unknown image view type"); in getGlslSamplerType()
1151 DE_FATAL("Unknown channel class"); in getGlslAttachmentType()
1175 DE_FATAL("Unknown channel class"); in getGlslInputAttachmentType()
DvktImageLoadStoreUtil.cpp70 DE_FATAL("Internal test error"); in getImageTypeForSingleLayer()
/external/deqp/framework/platform/android/
DtcuAndroidWindow.cpp84 DE_FATAL("Invalid window state"); in release()
96 DE_FATAL("Invalid window state"); in markForDestroy()
136 DE_FATAL("Window leaked"); in ~WindowRegistry()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawSimpleTest.cpp97 DE_FATAL("Topology not implemented"); in SimpleDraw()
100 DE_FATAL("Unknown topology"); in SimpleDraw()
140 DE_FATAL("Topology not implemented"); in iterate()
143 DE_FATAL("Unknown topology"); in iterate()
246 DE_FATAL("Topology not implemented"); in iterate()
249 DE_FATAL("Unknown topology"); in iterate()
DvktDrawIndexedTest.cpp106 DE_FATAL("Topology not implemented"); in DrawIndexed()
109 DE_FATAL("Unknown topology"); in DrawIndexed()
283 DE_FATAL("Topology not implemented"); in iterate()
286 DE_FATAL("Unknown topology"); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTestsUtil.cpp73 DE_FATAL("Unknown image type"); in getShaderGridSize()
97 DE_FATAL("Unknown image type"); in getLayerSize()
123 DE_FATAL("Unknown image type"); in getNumLayers()
154 DE_FATAL("Unknown image type"); in getDimensions()
178 DE_FATAL("Unknown image type"); in getLayerDimensions()
DvktPipelinePushConstantTests.cpp234 DE_FATAL("Range size unsupported yet"); in getRangeSizeCase()
289 DE_FATAL("Not implemented yet"); in initPrograms()
301 DE_FATAL("Unhandled IndexType"); in initPrograms()
344 DE_FATAL("Not implemented yet"); in initPrograms()
378 DE_FATAL("Unhandled IndexType"); in initPrograms()
525 DE_FATAL("Unhandled IndexType"); in initPrograms()
1158 DE_FATAL("Unhandled IndexType"); in PushConstantGraphicsTestInstance()
/external/deqp/modules/gles31/functional/
Des31fNegativeShaderStorageTests.cpp82 DE_FATAL("Unknown shader type"); in getGLUShaderType()
98 DE_FATAL("Unknown shader type"); in getMaxSSBlockSizeEnum()
144 DE_FATAL("Unknown shader type"); in genBlockSource()
271 DE_FATAL("Unknown shader type"); in block_number_limits()
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()
Des31fFboSRGBWriteControlTests.cpp189 DE_FATAL("Error: sampling type unrecognised"); in buildSamplingPassType()
906 DE_FATAL("Error: Texture source required not recognised"); in init()
1028 DE_FATAL("Error: Attempted to draw with no texture sources"); in draw()
1120 DE_FATAL("Error: Blend function not recognised"); in setShaderBlendFunctionType()
1180 DE_FATAL("Error: Invalid sources requested in bind all"); in bindAllRequiredSourceTextures()
1272 DE_FATAL("Error: Color attachment format not recognised"); in isFramebufferAttachmentSRGB()
1330 DE_FATAL("Error: Sampling type unregonised"); in logState()
1443 DE_FATAL("Error: render task not recognised"); in iterate()
1596 DE_FATAL("Error: Datatype not recognised"); 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.cpp71 DE_FATAL("Unknown image type"); in getShaderGridSize()
95 DE_FATAL("Unknown image type"); in getLayerSize()
121 DE_FATAL("Unknown image type"); in getNumLayers()
152 DE_FATAL("Unknown image type"); in getDimensions()
176 DE_FATAL("Unknown image type"); in getLayerDimensions()
213 DE_FATAL("Unknown image type"); in isImageSizeSupported()
/external/deqp/framework/delibs/debase/
DdeDefs.h292 # define DE_FATAL(MSG) do { deAssertFail("" /* force to string literal */ MSG, __FILE__, __LINE__);… macro
294 # define DE_FATAL(MSG) /*@ -noeffect*/ ((void)0) /*!< Fatal macro. */ macro
326 # define DE_BREAKPOINT() DE_FATAL("Software breakpoint encountered!")
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp191 DE_FATAL("Impossible"); in verifyDriverSupport()
251 DE_FATAL("Impossible"); in verifyDriverSupport()
268 DE_FATAL("Impossible"); in viewTypeToImageType()
1248 DE_FATAL("Impossible"); in getInterfaceNumResources()
1525 DE_FATAL("Impossible"); in createDescriptorSetLayout()
1624 DE_FATAL("Impossible"); in writeDescriptorSet()
1688 DE_FATAL("Impossible"); in writeDescriptorSetWithTemplate()
2352 DE_FATAL("Impossible"); in createDescriptorSetLayout()
2428 DE_FATAL("Impossible"); in writeDescriptorSet()
2483 DE_FATAL("Impossible"); in writeDescriptorSetWithTemplate()
[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/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrConversionTests.cpp218 DE_FATAL("Precision not defined for format"); in getFilteringPrecision()
289 DE_FATAL("Precision not defined for format"); in getConversionPrecision()
424 DE_FATAL("Float type not supported"); in getChannel()
429 DE_FATAL("Unknown texture channel class"); in getChannel()
464 DE_FATAL("Float type not supported"); in getChannel()
469 DE_FATAL("Unknown texture channel class"); in getChannel()
555 DE_FATAL("Float type not supported"); in setChannel()
560 DE_FATAL("Unknown texture channel class"); in setChannel()
652 DE_FATAL("Unknown YCbCrRange"); in rangeExpandChroma()
680 DE_FATAL("Unknown YCbCrRange"); in rangeExpandLuma()
[all …]
/external/deqp/framework/referencerenderer/
DrrPrimitivePacket.cpp44 DE_FATAL("Undefined results, too many vertices emitted."); in EmitVertex()
/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/framework/common/
DtcuResultCollector.cpp46 default: DE_FATAL("Impossible case"); in testResultSeverity()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp418 DE_FATAL("Invalid VkSamplerAddressMode"); in wrapTexelCoord()
740 DE_FATAL("Invalid texture channel type"); in getPackInfo()
920 DE_FATAL("Unsupported floating point format"); in convertFloatFormat()
946 DE_FATAL("Unimplemented"); in convertFormat()
/external/deqp/framework/platform/ios/
DtcuIOSPlatform.hh93 virtual deUint32 getDefaultFramebuffer (void) const { DE_FATAL("No framebuffer"); return 0; } in getDefaultFramebuffer()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp1389 DE_FATAL("Not YCbCr format"); in getPlaneCount()
1408 DE_FATAL("Invalid plane aspect"); in getAspectPlaneNdx()
2115 DE_FATAL("Illegal filter mode"); in mapFilterMode()
2138 DE_FATAL("Illegal filter mode"); in mapMipmapMode()
2153 DE_FATAL("Wrap mode can't be mapped to Vulkan"); in mapWrapMode()
2172 DE_FATAL("Illegal compare mode"); in mapCompareMode()
2204 DE_FATAL("Unsupported border color"); in mapBorderColor()
2393 DE_FATAL("Unexpected depth/stencil format"); in getDepthCopyFormat()
2414 DE_FATAL("Unexpected depth/stencil format"); in getStencilCopyFormat()

12345