Home
last modified time | relevance | path

Searched refs:TCU_FAIL (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/external/deqp/external/openglcts/modules/gles31/
Des31cTextureStorageMultisampleGetActiveUniformTests.cpp236 TCU_FAIL("Fragment shader compilation failed."); in iterate()
265 TCU_FAIL("Vertex shader compilation failed."); in iterate()
278 TCU_FAIL("Program linking failed."); in iterate()
341 TCU_FAIL("fs_sampler_2d_multisample uniform is reported more than once"); in iterate()
346 TCU_FAIL("Invalid uniform type reported for fs_sampler_2d_multisample uniform"); in iterate()
357 TCU_FAIL("fs_sampler_2d_multisample_array uniform is reported more than once"); in iterate()
362 TCU_FAIL("Invalid uniform type reported for fs_sampler_2d_multisample_array uniform"); in iterate()
369 TCU_FAIL("Unsupported active uniform type reported."); in iterate()
376 TCU_FAIL("fs_sampler_2d_multisample_uint uniform is reported more than once"); in iterate()
381 TCU_FAIL("Invalid uniform type reported for fs_sampler_2d_multisample_uint uniform"); in iterate()
[all …]
Des31cTextureStorageMultisampleGLCoverageTests.cpp114 TCU_FAIL("Invalid integer value reported for pname."); in iterate()
130 TCU_FAIL("Invalid boolean value reported for pname."); in iterate()
146 TCU_FAIL("Invalid floating-point value reported for pname."); in iterate()
165 TCU_FAIL("Default GL_TEXTURE_BINDING_2D_MULTISAMPLE value is invalid"); in iterate()
184 TCU_FAIL("Default GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY_OES value is invalid"); in iterate()
227 TCU_FAIL("GL_TEXTURE_BINDING_2D_MULTISAMPLE value is invalid"); in iterate()
249 TCU_FAIL("GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY_OES value is invalid"); in iterate()
458 TCU_FAIL("Unrecognized texture parameter name"); in iterate()
470 TCU_FAIL("Invalid integer value returned by glGetTexParameteriv()"); in iterate()
481 TCU_FAIL("Invalid floating-point value returned by glGetTexParameteriv()"); in iterate()
[all …]
Des31cSeparateShaderObjsTests.cpp580 TCU_FAIL("CreateShaderProgramv failed for vertex shader"); in iterate()
604 TCU_FAIL("CreateShaderProgramv failed for vertex shader"); in iterate()
622 TCU_FAIL("CreateShaderProgramv failed for fragment shader"); in iterate()
636 TCU_FAIL("CreateShaderProgramv failed"); in iterate()
644 TCU_FAIL("CreateShaderProgramv failed"); in iterate()
660 TCU_FAIL("CreateShaderProgramv failed for fragment shader"); in iterate()
717 TCU_FAIL("UseProgramStages failed"); in iterate()
729 TCU_FAIL("UseProgramStages failed"); in iterate()
738 TCU_FAIL("UseProgramStages failed"); in iterate()
750 TCU_FAIL("UseProgramStages failed"); in iterate()
[all …]
Des31cTextureStorageMultisampleFunctionalTests.cpp215 TCU_FAIL("Source FBO is considered incomplete which is invalid"); in iterate()
231 TCU_FAIL("Draw FBO is considered incomplete which is invalid"); in iterate()
476 TCU_FAIL("Shader compilation failure"); in iterate()
502 TCU_FAIL("Program linking failure"); in iterate()
534TCU_FAIL("glTexParameterf() with target GL_TEXTURE_2D_MULTISAMPLE and pname=GL_TEXTURE_MIN_FILTER … in iterate()
683 TCU_FAIL("Invalid data rendered"); in iterate()
904 TCU_FAIL("Could not compile fragment shader"); in iterate()
919 TCU_FAIL("Could not compile vertex shader"); in iterate()
933 TCU_FAIL("Could not link program object"); in iterate()
948 TCU_FAIL("n_max_samples is not considered an active uniform."); in iterate()
[all …]
Des31cTextureStorageMultisampleGetMultisamplefvTests.cpp77 TCU_FAIL("Invalid error code reported"); in iterate()
119 TCU_FAIL("Invalid error code reported"); in iterate()
157 TCU_FAIL("Invalid error code reported"); in iterate()
200 TCU_FAIL("Texture object has not been generated properly"); in iterate()
226 TCU_FAIL("Framebuffer object has not been generated properly"); in iterate()
245 TCU_FAIL("Source FBO is considered incomplete which is invalid"); in iterate()
349 TCU_FAIL("Invalid sample position reported"); in iterate()
Des31cTextureStorageMultisampleTexStorage2DMultisampleTests.cpp105 TCU_FAIL("Texture object has not been generated properly"); in initInternalIteration()
307TCU_FAIL("Invalid glTexStorage2DMultisample() call ((max texture size+1, 1) resolution) did not ge… in iterate()
319TCU_FAIL("Invalid glTexStorage2DMultisample() call ((1, max texture size+1) resolution) did not ge… in iterate()
331TCU_FAIL("Invalid glTexStorage2DMultisample() call ((max texture size+1, max texture size+1) resol… in iterate()
344 TCU_FAIL( in iterate()
368 TCU_FAIL( in iterate()
380 TCU_FAIL( in iterate()
392 TCU_FAIL( in iterate()
461 TCU_FAIL("Texture object has not been generated properly"); in initInternalIteration()
502 TCU_FAIL("Invalid error code reported"); in iterate()
[all …]
Des31cArrayOfArraysTests.cpp415 TCU_FAIL("Unrecognized shader type."); \
464 TCU_FAIL("Invalid enum"); \
646 TCU_FAIL("Unrecognized shader type."); in compile_shader_and_get_compilation_result()
717 TCU_FAIL("Unrecognized shader type."); in compile_shader_and_get_compilation_result()
829 TCU_FAIL("Unrecognized shader type."); in execute_negative_test()
839 TCU_FAIL(error_message); in execute_negative_test()
916 TCU_FAIL("The fragment shader was expected to compile successfully, but failed to compile."); in execute_positive_test()
927 TCU_FAIL("The vertex shader was expected to compile successfully, but failed to compile."); in execute_positive_test()
983 TCU_FAIL("Linking was expected to succeed, but the process was unsuccessful."); in execute_positive_test()
1042 TCU_FAIL("The fragment shader was expected to compile successfully, but failed to compile."); in execute_positive_test()
[all …]
/external/deqp/external/openglcts/modules/common/
DglcKHRDebugTests.cpp71 TCU_FAIL("Invalid error generated"); \
504 TCU_FAIL(exc.what()); in iterate()
551 TCU_FAIL(exc.what()); in iterate()
591 TCU_FAIL(exc.what()); in iterate()
630 TCU_FAIL(exc.what()); in iterate()
729 TCU_FAIL("Just created object has label of length != 0"); in iterate()
734 TCU_FAIL("Just created object has not empty label"); in iterate()
750 TCU_FAIL("Length is different than length of set label"); in iterate()
755 TCU_FAIL("Different label returned"); in iterate()
768 TCU_FAIL("Invalid length returned when label and bufSize are set to 0"); in iterate()
[all …]
DglcTextureRepeatModeTests.cpp565 TCU_FAIL("Internal format not found"); in findInternalFormat()
778 TCU_FAIL("verifyClampToEdge failed"); in verifyClampToEdge()
791 TCU_FAIL("verifyClampToEdge failed"); in verifyClampToEdge()
807 TCU_FAIL("verifyClampToEdge failed"); in verifyClampToEdge()
820 TCU_FAIL("verifyClampToEdge failed"); in verifyClampToEdge()
873 TCU_FAIL("verifyRepeat failed"); in verifyRepeat()
880 TCU_FAIL("verifyRepeat failed"); in verifyRepeat()
893 TCU_FAIL("verifyRepeat failed"); in verifyRepeat()
900 TCU_FAIL("verifyRepeat failed"); in verifyRepeat()
963 TCU_FAIL("verifyMirroredRepeat failed"); in verifyMirroredRepeat()
[all …]
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderRendering.cpp86 TCU_FAIL("Unrecognized shader output type requested"); in getTestName()
113 TCU_FAIL("UNrecognized draw call mode"); in getTestName()
136 TCU_FAIL("UNrecognized draw call mode"); in getTestName()
159 TCU_FAIL("UNrecognized draw call mode"); in getTestName()
168 TCU_FAIL("Unrecognized shader output type requested"); in getTestName()
191 TCU_FAIL("Unrecognized draw call mode"); in getTestName()
209 TCU_FAIL("Unrecognized draw call mode"); in getTestName()
227 TCU_FAIL("Unrecognized draw call mode"); in getTestName()
235 TCU_FAIL("Unrecognized shader output type requested"); in getTestName()
262 TCU_FAIL("Unrecognized draw call mode"); in getTestName()
[all …]
/external/deqp/modules/gles2/functional/
Des2fStringQueryTests.cpp75 TCU_FAIL("Got invalid string"); in init()
78 TCU_FAIL("Got invalid string prefix"); in init()
95 TCU_FAIL("Got invalid string format"); in init()
104 TCU_FAIL("Got invalid string"); in init()
107 TCU_FAIL("Got invalid string prefix"); in init()
126 TCU_FAIL("Got invalid string format"); in init()
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceFeatures2.inl156 TCU_FAIL("Mismatch between VkPhysicalDeviceConditionalRenderingFeaturesEXT");
161 TCU_FAIL("Mismatch between VkPhysicalDeviceScalarBlockLayoutFeatures");
167 TCU_FAIL("Mismatch between VkPhysicalDevicePerformanceQueryFeaturesKHR");
175 TCU_FAIL("Mismatch between VkPhysicalDevice16BitStorageFeatures");
182 TCU_FAIL("Mismatch between VkPhysicalDeviceMultiviewFeatures");
187 TCU_FAIL("Mismatch between VkPhysicalDeviceProtectedMemoryFeatures");
192 TCU_FAIL("Mismatch between VkPhysicalDeviceSamplerYcbcrConversionFeatures");
198 TCU_FAIL("Mismatch between VkPhysicalDeviceVariablePointersFeatures");
205 TCU_FAIL("Mismatch between VkPhysicalDevice8BitStorageFeatures");
211 TCU_FAIL("Mismatch between VkPhysicalDeviceShaderAtomicInt64Features");
[all …]
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderProperties.cpp110 TCU_FAIL("Invalid value reported by glGetBooleanv()"); in iterate()
118 TCU_FAIL("Invalid value reported by glGetIntegerv()"); in iterate()
129 TCU_FAIL("Invalid value reported by glGetFloatv()"); in iterate()
259 TCU_FAIL("Could not compile fragment shader"); in initTest()
264 TCU_FAIL("Could not compile vertex shader"); in initTest()
433 TCU_FAIL("Could not compile tessellation control shader"); in iterate()
438 TCU_FAIL("Could not compile tessellation evaluation shader"); in iterate()
452 TCU_FAIL("Program linking failed"); in iterate()
477 TCU_FAIL("Invalid value reported for GL_TESS_CONTROL_OUTPUT_VERTICES_EXT property."); in iterate()
486 TCU_FAIL("Invalid value reported for GL_TESS_GEN_MODE_EXT property."); in iterate()
[all …]
DesextcTessellationShaderXFB.cpp228 TCU_FAIL("Separable program should have succeeded"); in createSeparableProgram()
237 TCU_FAIL("Separable program should have failed"); in createSeparableProgram()
311 TCU_FAIL("Fragment shader program failed to link."); in initTest()
348 TCU_FAIL("Could not create a separate geometry program object"); in initTest()
356 TCU_FAIL("Geometry shader program failed to link."); in initTest()
420 TCU_FAIL("Could not create a separate tessellation control program object"); in initTest()
428 TCU_FAIL("Tessellation control shader program failed to link."); in initTest()
460 TCU_FAIL("Could not create a separate tessellation evaluation program object"); in initTest()
468 TCU_FAIL("Tessellation evaluation shader program failed to link."); in initTest()
523 TCU_FAIL("Shader compilation failed"); in initTest()
[all …]
DesextcTessellationShaderProgramInterfaces.cpp304 TCU_FAIL("Program compilation and linking failed"); in initTest()
419 TCU_FAIL("Unrecognized interface type"); in iterate()
449 TCU_FAIL("Invalid amount of atomic counter buffer binding points reported"); in iterate()
483 TCU_FAIL("Tessellation control-specific atomic counter buffer is reported twice"); in iterate()
493 TCU_FAIL("Tessellation evaluation-specific atomic counter buffer is reported twice"); in iterate()
502TCU_FAIL("Either tessellation control or tessellation evaluation atomic counter buffer was not " in iterate()
538 TCU_FAIL("Resource not recognized."); in iterate()
579 TCU_FAIL("Invalid GL_REFERENCED_BY_... property value reported"); in verifyPropertyValue()
DesextcTessellationShaderTriangles.cpp252 TCU_FAIL("Shader compilation failed"); in initTest()
339 TCU_FAIL("Invalid vertex spacing mode requested"); in initTestDescriptor()
367 TCU_FAIL("Tessellation evaluation shader compilation failed"); in initTestDescriptor()
395 TCU_FAIL("Program linking failed"); in initTestDescriptor()
471 TCU_FAIL("(0, 0, 1) vertex outputted more than once"); in iterate()
483 TCU_FAIL("(0, 1, 0) vertex outputted more than once"); in iterate()
495 TCU_FAIL("(1, 0, 0) vertex outputted more than once"); in iterate()
505 TCU_FAIL("Invalid vertex was generated by the tessellator"); in iterate()
644 TCU_FAIL("Zero vertices were generated by tessellator for base test pass"); in initTest()
661 TCU_FAIL("Zero vertices were generated by tessellator for reference test pass"); in initTest()
[all …]
DesextcTessellationShaderQuads.cpp205 TCU_FAIL("Zero vertices were generated by tessellator for at least one run which is not " in initTest()
249 TCU_FAIL("Invalid number of coordinates was generated for at least one run"); in iterate()
299 TCU_FAIL("Reference run does not contain a triangle found in a base run"); in iterate()
474 TCU_FAIL("Invalid inner tessellation level combination index"); in initTest()
517 TCU_FAIL("Zero vertices were generated by tessellator for first test pass"); in initTest()
536 TCU_FAIL("Zero vertices were generated by tessellator for second test pass"); in initTest()
563TCU_FAIL("Amount of vertices generated by tessellator differs between base and references passes"); in initTest()
670 TCU_FAIL("A triangle from first pass' data set was not found in second pass' data set."); in iterate()
818 TCU_FAIL("Could not find a marker triangle"); in iterate()
905 TCU_FAIL("Could not find a marker triangle (implies invalid quad tessellation for the case " in iterate()
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderTextureImageSamplesTests.cpp119 TCU_FAIL("Shader compilation failed."); in buildComputeProgram()
128 TCU_FAIL("Shader compilation has succeeded, even though it should not have."); in buildComputeProgram()
151 TCU_FAIL("Program linking failed."); in buildComputeProgram()
320 TCU_FAIL("Unrecognized sampler type"); in executeFunctionalTest()
383 TCU_FAIL("Unrecognized sampler type"); in executeFunctionalTest()
392 TCU_FAIL("Unrecognized test type"); in executeFunctionalTest()
412 TCU_FAIL("Could not link a test program"); in executeFunctionalTest()
462 TCU_FAIL("Invalid value returned by glGetInternalformativ() for a GL_NUM_SAMPLE_COUNTS query"); in executeFunctionalTest()
548 TCU_FAIL("Invalid value reported by ES SL function"); in executeFunctionalTest()
682 TCU_FAIL("GL_ARB_shader_image_load_store preprocessor #define is not set to the value of 1"); in iterate()
[all …]
Dgl4cTextureViewTests.cpp294 TCU_FAIL("Unrecognized internalformat"); in getAmountOfComponentsForInternalformat()
337 TCU_FAIL("Unrecognized internalformat"); in getBlockSizeForCompressedInternalformat()
591 TCU_FAIL("Unrecognized internalformat"); in getComponentSizeForInternalformat()
708 TCU_FAIL("Unrecognized type"); in getComponentSizeForType()
868 TCU_FAIL("Unrecognized internalformat"); in getFormatOfInternalformat()
1055 TCU_FAIL("Unrecognized internalformat"); in getGLFormatOfInternalformat()
1098 TCU_FAIL("Unsupported number of components"); in getGLSLDataTypeForSamplerType()
1124 TCU_FAIL("Unsupported number of components"); in getGLSLDataTypeForSamplerType()
1150 TCU_FAIL("Unsupported number of components"); in getGLSLDataTypeForSamplerType()
1159 TCU_FAIL("Unrecognized sampler type"); in getGLSLDataTypeForSamplerType()
[all …]
Dgl4cShadingLanguage420PackTests.cpp66 TCU_FAIL("Uniform is inactive"); in checkUniformBinding()
91 TCU_FAIL("Uniform is inactive"); in checkUniformArrayBinding()
264 TCU_FAIL("Invalid enum"); in getQualifierString()
385 TCU_FAIL("Invalid enum"); in getImageType()
428 TCU_FAIL("Invalid enum"); in getNumberOfCoordinates()
471 TCU_FAIL("Invalid enum"); in getSamplerType()
514 TCU_FAIL("Invalid enum"); in getTextureTartet()
557 TCU_FAIL("Invalid enum"); in getTextureTypeName()
584 TCU_FAIL("Invliad enum"); in doesTypeSupportMatrix()
621 TCU_FAIL("Invalid enum"); in getShaderStageName()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDriverPropertiesTests.cpp117 TCU_FAIL("Driver ID did not match any known driver"); in testDriverMatch()
123 TCU_FAIL("Driver name is empty"); in testNameIsNotEmpty()
129 TCU_FAIL("Driver name is not a null-terminated string"); in testNameZeroTerminated()
135 TCU_FAIL("Driver info is not a null-terminated string"); in testInfoZeroTerminated()
147 TCU_FAIL("Wrong driver conformance version (older than used API version)"); in testVersion()
158 TCU_FAIL("Wrong driver conformance version (not known)"); in testVersion()
/external/deqp/modules/gles3/functional/
Des3fStringQueryTests.cpp75 TCU_FAIL("Got invalid string"); in init()
78 TCU_FAIL("Got invalid string prefix"); in init()
96 TCU_FAIL("Got invalid string format"); in init()
113 TCU_FAIL("Got invalid string"); in init()
116 TCU_FAIL("Got invalid string prefix"); in init()
141 TCU_FAIL("Got invalid string format"); in init()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationWin32KeyedMutexTests.cpp681 TCU_FAIL("Failed to create a buffer"); in DX11Operation()
688 TCU_FAIL("Query interface of IDXGIResource failed"); in DX11Operation()
692 TCU_FAIL("Failed to get DX shared handle"); in DX11Operation()
696 TCU_FAIL("Query interface of IDXGIKeyedMutex failed"); in DX11Operation()
733 TCU_FAIL("Unable to create DX11 texture"); in DX11Operation()
742 TCU_FAIL("Unable to query IDXGIResource1 interface"); in DX11Operation()
747 TCU_FAIL("Enable to get DX shared handle"); in DX11Operation()
754 TCU_FAIL("Query interface of IDXGIResource failed"); in DX11Operation()
758 TCU_FAIL("Failed to get DX shared handle"); in DX11Operation()
763 TCU_FAIL("Unable to query DX11 keyed mutex interface"); in DX11Operation()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiDisplayTests.cpp59 #define TCU_FAIL_STR(MSG) TCU_FAIL(string(MSG).c_str())
304 TCU_FAIL("Invalid test identifier"); in iterate()
921 TCU_FAIL("Memory damage detected: driver has written more than expected"); in testGetPhysicalDeviceDisplayPropertiesKHR()
925 TCU_FAIL("Display handle duplication detected"); in testGetPhysicalDeviceDisplayPropertiesKHR()
949 TCU_FAIL("Failed to retrieve displays"); in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
1050 TCU_FAIL("Memory damage detected: driver has written more than expected"); in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
1072 TCU_FAIL("Failed to retrieve displays"); in testGetDisplayPlaneSupportedDisplaysKHR()
1176 TCU_FAIL("Memory damage detected: driver has written more than expected"); in testGetDisplayPlaneSupportedDisplaysKHR()
1196 TCU_FAIL("Failed to retrieve displays list"); in testGetDisplayModePropertiesKHR()
1268 TCU_FAIL("Memory damage detected: driver has written more than expected"); in testGetDisplayModePropertiesKHR()
[all …]
/external/deqp/external/openglcts/modules/glesext/draw_elements_base_vertex/
DesextcDrawElementsBaseVertexTests.cpp290 TCU_FAIL("Shader compilation failed"); in buildProgram()
334 TCU_FAIL("Program linking failed."); in buildProgram()
419 TCU_FAIL("Pixel mismatch"); in compareBaseAndReferenceTextures()
434 TCU_FAIL("Draw call used to render contents of the base texture did not change the texture"); in compareBaseAndReferenceTextures()
439 TCU_FAIL("Draw call used to render contents of the reference texture did not change the texture"); in compareBaseAndReferenceTextures()
444 TCU_FAIL("Textures are a match, even though they should not be identical."); in compareBaseAndReferenceTextures()
662 TCU_FAIL("Unrecognized index type"); in executeTestCases()
719 TCU_FAIL("Unsupported function index"); in executeTestCases()
728 TCU_FAIL(error_sstream.str().c_str()); in executeTestCases()
758 TCU_FAIL("Unrecognized index type"); in executeTestCases()
[all …]

12345678910>>...12