/external/deqp/external/vulkancts/modules/vulkan/util/ |
D | vktExternalMemoryUtil.cpp | 65 DE_FATAL("No supported memory types"); in chooseMemoryType() 93 DE_FATAL("Platform doesn't support file descriptors"); in NativeHandle() 121 DE_FATAL("Unknown win32 handle type"); in NativeHandle() 124 DE_FATAL("Platform doesn't support win32 handles"); in NativeHandle() 135 DE_FATAL("Native handle can't be duplicated"); in NativeHandle() 176 DE_FATAL("Platform doesn't support file descriptors"); in reset() 195 DE_FATAL("Unknown win32 handle type"); in reset() 198 DE_FATAL("Platform doesn't support win32 handles"); in reset() 288 DE_FATAL("Unknown external semaphore type"); in externalSemaphoreTypeToName() 310 DE_FATAL("Unknown external fence type"); in externalFenceTypeToName() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmImageSamplerTests.cpp | 173 DE_FATAL("Unknown test type"); in getTestTypeName() 198 DE_FATAL("Unknown readop"); in getReadOpName() 223 DE_FATAL("Unknown descriptor type"); in getDescriptorName() 242 DE_FATAL("Unknown depth property"); in getDepthPropertyName() 263 DE_FATAL("Unknown descriptor type"); in getVkDescriptorType() 282 DE_FATAL("Unknown readop"); in getImageFormat() 308 DE_FATAL("Not possible"); in getFunctionDstVariableStr() 353 DE_FATAL("Not possible"); in getFunctionDstVariableStr() 376 DE_FATAL("Not possible"); in getFunctionDstVariableStr() 420 DE_FATAL("Not possible"); in getFunctionDstVariableStr() [all …]
|
D | vktSpvAsmComputeShaderTestUtil.hpp | 121 default: DE_FATAL("Unknown OpAtomic type"); in getBytes() 137 DE_FATAL("Unknown buffer type"); in getBytes() 155 DE_FATAL("Unknown buffer type"); in getByteSize() 164 DE_FATAL("Wrong number of buffers to compare"); in compareWithRetvals() 232 default: DE_FATAL("Unsupported OpAtomic type for return value compare"); in compareRetVals()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTexture.cpp | 79 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()
|
D | vktImageTestsUtil.cpp | 85 DE_FATAL("Unknown image type"); in getShaderGridSize() 109 DE_FATAL("Unknown image type"); in getLayerSize() 135 DE_FATAL("Unknown image type"); in getNumLayers() 166 DE_FATAL("Unknown image type"); in getDimensions() 190 DE_FATAL("Unknown image type"); in getLayerDimensions() 786 DE_FATAL("Unknown image view type"); in getGlslSamplerType() 875 DE_FATAL("Unknown channel class"); in getGlslAttachmentType() 899 DE_FATAL("Unknown channel class"); in getGlslInputAttachmentType()
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemBufferValidator.cpp | 53 default: DE_FATAL("Incorrect vector type format"); return ""; in generateShaderVarString() 69 default: DE_FATAL("Incorrect sampler buffer format"); return ""; in generateShaderBufferString() 188 default: DE_FATAL("Incorrect buffer type specified"); return (vk::VkDescriptorType)0; in getDescriptorType()
|
D | vktProtectedMemShaderImageAccessTests.cpp | 130 DE_FATAL("Impossible"); in getAtomicOperationCaseName() 147 DE_FATAL("Impossible"); in getAtomicOperationShaderFuncName() 165 DE_FATAL("Impossible"); in computeBinaryAtomicOperationResult() 183 DE_FATAL("Impossible"); in getShaderImageFormatQualifier() 207 DE_FATAL("Impossible"); in getShaderImageFormatQualifier() 322 DE_FATAL("Impossible"); in initPrograms() 356 DE_FATAL("Impossible"); in initPrograms() 393 DE_FATAL("Impossible"); in initPrograms() 426 DE_FATAL("Impossible"); in initPrograms() 443 DE_FATAL("Impossible"); in initPrograms() [all …]
|
D | vktProtectedMemStorageBufferTests.cpp | 85 default: DE_FATAL("Invalid SSBO test type"); return ""; in getSSBOTestDescription() 95 default: DE_FATAL("Invalid SSBO test type"); return ""; in getSSBOTypeString() 104 default: DE_FATAL("Invalid shader type"); return ""; in getShaderTypeString() 120 default: DE_FATAL("Invalid SSBO atomic operation type"); return ""; in getSSBOAtomicTypeString() 338 default: DE_FATAL("Incorrect SSBO test type"); return; in initPrograms() 359 DE_FATAL("Incorrect shader type"); in initPrograms() 666 DE_FATAL("Incorrect shader type"); return tcu::TestStatus::fail(""); in iterate() 792 default: DE_FATAL("Incorrect atomic function type"); break; in calculateAtomicOpData()
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationUtil.hpp | 249 DE_FATAL("Unexpected primitive type."); in getTessPrimitiveTypeShaderName() 262 DE_FATAL("Unexpected primitive type."); in getDomainName() 276 DE_FATAL("Unexpected primitive type."); in getOutputTopologyName() 288 DE_FATAL("Unexpected spacing mode."); in getSpacingModeShaderName() 301 DE_FATAL("Unexpected spacing mode."); in getPartitioningShaderName() 313 DE_FATAL("Unexpected winding type."); in getWindingShaderName() 325 DE_FATAL("Unexpected shader language."); in getShaderLanguageName() 345 DE_FATAL("Unexpected primitive type."); in getGeometryShaderInputPrimitiveTypeShaderName() 365 DE_FATAL("Unexpected primitive type."); in getGeometryShaderOutputPrimitiveTypeShaderName()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawSimpleTest.cpp | 98 DE_FATAL("Topology not implemented"); in SimpleDraw() 101 DE_FATAL("Unknown topology"); in SimpleDraw() 142 DE_FATAL("Topology not implemented"); in iterate() 145 DE_FATAL("Unknown topology"); in iterate() 234 DE_FATAL("Topology not implemented"); in iterate() 237 DE_FATAL("Unknown topology"); in iterate()
|
D | vktDrawIndexedTest.cpp | 107 DE_FATAL("Topology not implemented"); in DrawIndexed() 110 DE_FATAL("Unknown topology"); in DrawIndexed() 263 DE_FATAL("Topology not implemented"); in iterate() 266 DE_FATAL("Unknown topology"); in iterate()
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidWindow.cpp | 84 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/pipeline/ |
D | vktPipelineMultisampleTestsUtil.cpp | 73 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()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeShaderStorageTests.cpp | 82 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()
|
/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsClusteredTests.cpp | 68 DE_FATAL("Unsupported op type"); in getOpTypeName() 92 DE_FATAL("Unsupported op type"); in getOpTypeOperation() 184 DE_FATAL("Unhandled format!"); in getIdentity() 218 DE_FATAL("Unsupported op type"); in getIdentity() 239 DE_FATAL("Unhandled case"); in getIdentity() 257 DE_FATAL("Unhandled case"); in getIdentity() 474 DE_FATAL("Unsupported shader stage"); in initFrameBufferPrograms()
|
D | vktSubgroupsPartitionedTests.cpp | 141 DE_FATAL("Unsupported op type"); in getOpTypeName() 193 DE_FATAL("Unsupported op type"); in getOpTypeNamePartitioned() 249 DE_FATAL("Unhandled format!"); in getIdentity() 283 DE_FATAL("Unsupported op type"); in getIdentity() 310 DE_FATAL("Unhandled case"); in getIdentity() 330 DE_FATAL("Unhandled case"); in getIdentity() 614 DE_FATAL("Unsupported shader stage"); in initFrameBufferPrograms()
|
D | vktSubgroupsArithmeticTests.cpp | 82 DE_FATAL("Unsupported op type"); in getOpTypeName() 134 DE_FATAL("Unsupported op type"); in getOpTypeOperation() 240 DE_FATAL("Unhandled format!"); in getIdentity() 274 DE_FATAL("Unsupported op type"); in getIdentity() 301 DE_FATAL("Unhandled case"); in getIdentity() 321 DE_FATAL("Unhandled case"); in getIdentity() 570 DE_FATAL("Unsupported shader stage"); in initFrameBufferPrograms()
|
D | vktSubgroupsBallotOtherTests.cpp | 68 DE_FATAL("Unsupported op type"); in getOpTypeName() 114 DE_FATAL("Unknown op type!"); in getBodySource() 332 DE_FATAL("Unsupported shader stage"); in initFrameBufferPrograms()
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 826 DE_FATAL("Float type not supported"); in getChannel() 831 DE_FATAL("Unknown texture channel class"); in getChannel() 866 DE_FATAL("Float type not supported"); in getChannel() 871 DE_FATAL("Unknown texture channel class"); in getChannel() 927 DE_FATAL("Float type not supported"); in setChannel() 932 DE_FATAL("Unknown texture channel class"); in setChannel() 1209 DE_FATAL("Precision not defined for format"); in getYCbCrFilteringPrecision() 1280 DE_FATAL("Precision not defined for format"); in getYCbCrConversionPrecision() 1348 DE_FATAL("Unknown number of channels"); in getYCbCrFormatChannelCount() 1380 DE_FATAL("Unknown YCbCrRange"); in rangeExpandChroma() [all …]
|
/external/deqp/framework/egl/ |
D | egluGLUtil.cpp | 53 default: DE_FATAL("Impossible"); return GL_NONE; in getImageGLTarget() 70 default: DE_FATAL("Unknown OpenGL ES version"); in apiRenderableType() 74 DE_FATAL("Unknown GL API"); in apiRenderableType()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesTestsUtil.cpp | 72 DE_FATAL("Unknown image type"); in getShaderGridSize() 96 DE_FATAL("Unknown image type"); in getLayerSize() 122 DE_FATAL("Unknown image type"); in getNumLayers() 153 DE_FATAL("Unknown image type"); in getDimensions() 177 DE_FATAL("Unknown image type"); in getLayerDimensions() 214 DE_FATAL("Unknown image type"); in isImageSizeSupported()
|
/external/deqp/framework/delibs/debase/ |
D | deDefs.h | 295 # define DE_FATAL(MSG) do { deAssertFail("" /* force to string literal */ MSG, __FILE__, __LINE__);… macro 297 # define DE_FATAL(MSG) /*@ -noeffect*/ ((void)0) /*!< Fatal macro. */ macro 331 # define DE_BREAKPOINT() DE_FATAL("Software breakpoint encountered!")
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 196 DE_FATAL("Impossible"); in verifyDriverSupport() 256 DE_FATAL("Impossible"); in verifyDriverSupport() 276 DE_FATAL("Impossible"); in viewTypeToImageType() 1041 DE_FATAL("Impossible"); in getDescriptorSetCount() 1062 DE_FATAL("Impossible"); in getDescriptorSetNdx() 1089 DE_FATAL("Impossible"); in getInterfaceNumResources() 1527 DE_FATAL("Impossible"); in createDescriptorSetLayouts() 1684 DE_FATAL("Impossible"); in writeDescriptorSet() 1765 DE_FATAL("Impossible"); in writeDescriptorSetWithTemplate() 1874 DE_FATAL("Impossible"); in writeDrawCmdBuffer() [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkMemUtil.cpp | 127 DE_FATAL("Coherent memory must be host-visible"); in matchesHeap() 129 DE_FATAL("Lazily allocated memory cannot be mappable"); in matchesHeap() 131 DE_FATAL("Protected memory cannot be mappable"); in matchesHeap()
|
/external/deqp/modules/glshared/ |
D | glsFboUtil.cpp | 325 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()
|