Home | History | Annotate | Download | only in tests

Lines Matching refs:TEST_DESCRIPTION

1231     TEST_DESCRIPTION("Specify VK_NULL_HANDLE, NULL, and 0 for required handle, pointer, array, and array count parameters");
1308 TEST_DESCRIPTION("Specify a non-zero value for a reserved parameter");
1368 TEST_DESCRIPTION("Specify an invalid VkStructureType for a Vulkan structure's sType field");
1393 TEST_DESCRIPTION("Specify an invalid value for a Vulkan structure's pNext field");
1493 TEST_DESCRIPTION("Validation should catch using CLAMP_TO_EDGE addressing mode if the extension is not enabled.");
1510 TEST_DESCRIPTION("Validation should check anisotropy parameters are correct with samplerAnisotropy disabled.");
1535 TEST_DESCRIPTION("Validation must check several conditons that apply only when Anisotropy is enabled.");
1610 TEST_DESCRIPTION("Check alignment parameters for vkCmdUpdateBuffer");
1646 TEST_DESCRIPTION("Check alignment parameters for vkCmdFillBuffer");
1675 TEST_DESCRIPTION("Attempt to use a non-solid polygon fill mode in a pipeline when this feature is not enabled.");
1732 TEST_DESCRIPTION("Create buffer/image with sparse attributes but without the sparse_binding bit set");
1775 TEST_DESCRIPTION("Create images with sparse residency with unsupported types");
1841 TEST_DESCRIPTION("Create images with sparse residency with unsupported tiling or sample counts");
1933 TEST_DESCRIPTION(
2036 TEST_DESCRIPTION("Attempt to map memory in a number of incorrect ways");
2332 TEST_DESCRIPTION(
2392 TEST_DESCRIPTION("Create a fence and destroy its device without first destroying the fence.");
2432 TEST_DESCRIPTION("Allocate command buffers from one command pool and attempt to delete them from another.");
2468 TEST_DESCRIPTION("Allocate descriptor sets from one DS pool and attempt to delete them from another.");
2505 TEST_DESCRIPTION("Pass an invalid image object handle into a Vulkan API call.");
2520 TEST_DESCRIPTION(
2559 TEST_DESCRIPTION("Pass in an invalid pipeline object handle into a Vulkan API call.");
2577 TEST_DESCRIPTION("Test validation check for an invalid memory type index during bind[Buffer|Image]Memory time");
3108 TEST_DESCRIPTION("Test that pipeline validation catches invalid vertex attribute formats");
3164 TEST_DESCRIPTION("Use bad sample counts in image transfer calls to trigger validation errors.");
3512 TEST_DESCRIPTION("Incorrect vkCmdBlitImage layouts");
3941 TEST_DESCRIPTION("Tests for validaiton of Queue Family property minImageTransferGranularity.");
4103 TEST_DESCRIPTION(
4162 TEST_DESCRIPTION("Use a pipeline for the wrong subpass in a render pass instance");
4262 TEST_DESCRIPTION("Add a pipeline barrier within a subpass that has conflicting state");
4453 TEST_DESCRIPTION("Add an invalid image barrier in a secondary command buffer");
4549 TEST_DESCRIPTION("Check case where subpass index references different image from image barrier");
4881 TEST_DESCRIPTION("Add a pipeline barrier in a secondary command buffer");
4988 TEST_DESCRIPTION("Generate INVALID_RENDER_AREA error by beginning renderpass with extent outside of framebuffer");
5004 TEST_DESCRIPTION(
5067 TEST_DESCRIPTION(
5099 TEST_DESCRIPTION(
5281 TEST_DESCRIPTION(
5555 TEST_DESCRIPTION(
5566 TEST_DESCRIPTION(
5577 TEST_DESCRIPTION(
5589 TEST_DESCRIPTION("Run a simple draw calls to validate failure when Scissor dynamic state is required but not correctly bound.");
5600 TEST_DESCRIPTION(
5612 TEST_DESCRIPTION(
5628 TEST_DESCRIPTION(
5640 TEST_DESCRIPTION(
5652 TEST_DESCRIPTION(
5664 TEST_DESCRIPTION("Run an indexed draw call without an index buffer bound.");
5713 TEST_DESCRIPTION("Attempt to allocate more sets and descriptors than descriptor pool has available.");
5892 TEST_DESCRIPTION(
6034 TEST_DESCRIPTION(
6139 TEST_DESCRIPTION("Attempt to create a pipeline layout using more than the physical limit of SetLayouts.");
6178 TEST_DESCRIPTION("Attempt to create a pipeline layout where total descriptors exceed per-stage limits");
6413 TEST_DESCRIPTION("Attempt to create a pipeline layout where total descriptors summed over all stages exceed limits");
6673 TEST_DESCRIPTION("Attempt to draw with a command buffer that is invalid due to a buffer dependency being destroyed.");
6725 TEST_DESCRIPTION("Delete bufferView bound to cmd buffer, then attempt to submit cmd buffer.");
6870 TEST_DESCRIPTION("Attempt to draw with a command buffer that is invalid due to an image dependency being destroyed.");
6938 TEST_DESCRIPTION(
7026 TEST_DESCRIPTION("Delete in-use framebuffer.");
7069 TEST_DESCRIPTION("Delete in-use image that's child of framebuffer.");
7160 TEST_DESCRIPTION("Delete in-use renderPass.");
7215 TEST_DESCRIPTION("Attempt to draw with an image which has not had memory bound to it.");
7276 TEST_DESCRIPTION("Attempt to copy from a buffer which has not had memory bound to it.");
7333 TEST_DESCRIPTION("Attempt to draw with a command buffer that is invalid due to an event dependency being destroyed.");
7360 TEST_DESCRIPTION("Attempt to draw with a command buffer that is invalid due to a query pool dependency being destroyed.");
7389 TEST_DESCRIPTION("Attempt to draw with a command buffer that is invalid due to a pipeline dependency being destroyed.");
7415 TEST_DESCRIPTION("Draw using a pipeline whose create renderPass has been destroyed.");
7503 TEST_DESCRIPTION(
7646 TEST_DESCRIPTION(
7941 TEST_DESCRIPTION("Update an image sampler with a layout that doesn't match the actual image layout at the image is used.");
8085 TEST_DESCRIPTION("Delete a DescriptorPool with a DescriptorSet that is in use.");
8211 TEST_DESCRIPTION("Attempt an image descriptor set update where image's bound memory has been freed.");
8367 TEST_DESCRIPTION("Compute dispatch with dimensions that exceed device limits");
8479 TEST_DESCRIPTION("Query layout of a multiplane image using illegal aspect flag masks");
8574 TEST_DESCRIPTION("Positive test, query layout of a single plane of a multiplane image. (repro Github #2530)");
8654 TEST_DESCRIPTION("Bind a descriptor set that hasn't been updated.");
8827 TEST_DESCRIPTION("Attempt to create a buffer view with a buffer that has no memory bound to it.");
9018 TEST_DESCRIPTION("Attempt to update a descriptor with a non-sparse buffer that doesn't have memory bound");
9935 TEST_DESCRIPTION("Test VkPipelineViewportStateCreateInfo viewport and scissor count validation for non-multiViewport");
10028 TEST_DESCRIPTION("Create a graphics pipeline with Extension dynamic states without enabling the required Extensions.");
10064 TEST_DESCRIPTION("Test VkPipelineViewportStateCreateInfo viewport and scissor count validation for multiViewport feature");
10176 TEST_DESCRIPTION("Test viewport and scissor dynamic state that is not set before draw");
10230 TEST_DESCRIPTION("Test non-1.0 lineWidth errors when pipeline is created and in vkCmdSetLineWidth");
10310 TEST_DESCRIPTION("Test VALIDATION_ERROR_14c004d4: binding must be less than VkPhysicalDeviceLimits::maxVertexInputBindings");
10400 TEST_DESCRIPTION(
10491 TEST_DESCRIPTION("Test VALIDATION_ERROR_14a004d8: location must be less than VkPhysicalDeviceLimits::maxVertexInputAttributes");
10581 TEST_DESCRIPTION("Test VALIDATION_ERROR_14a004da: binding must be less than VkPhysicalDeviceLimits::maxVertexInputBindings");
10671 TEST_DESCRIPTION(
10814 TEST_DESCRIPTION(
10873 TEST_DESCRIPTION("End a command buffer with an active render pass");
10935 TEST_DESCRIPTION("Record clear color with an invalid VkImageSubresourceRange");
11019 TEST_DESCRIPTION("Record clear depth with an invalid VkImageSubresourceRange");
11223 TEST_DESCRIPTION("Test that an error is produced when CmdNextSubpass is called too many times in a renderpass instance");
11243 TEST_DESCRIPTION("Test that an error is produced when CmdEndRenderPass is called before the final subpass has been reached");
11303 TEST_DESCRIPTION("A variety of ways to get VK_INVALID_BARRIER ");
11706 TEST_DESCRIPTION("Create and submit barriers with invalid queue families");
11753 TEST_DESCRIPTION("Create and submit barriers with invalid queue families when memory extension is enabled ");
11823 TEST_DESCRIPTION("VkImageMemoryBarrier with an invalid subresourceRange");
12241 TEST_DESCRIPTION("Attempt vkCmdExecuteCommands with a primary command buffer (should only be secondary)");
12263 TEST_DESCRIPTION("Attempt to update descriptor sets for images and buffers that do not have correct usage bits sets.");
12365 TEST_DESCRIPTION(
12448 TEST_DESCRIPTION(
12555 TEST_DESCRIPTION("Attempt to update descriptor sets for images that do not have correct aspect bits sets.");
12969 TEST_DESCRIPTION("Copy nonupdated descriptors");
13053 TEST_DESCRIPTION(
13159 TEST_DESCRIPTION(
13225 TEST_DESCRIPTION("Points to a wrong colorAttachment index in a VkClearAttachment structure passed to vkCmdClearAttachments");
13234 TEST_DESCRIPTION(
13278 TEST_DESCRIPTION("Various tests for validating usage of vkCmdClearAttachments");
13400 TEST_DESCRIPTION("Use an invalid count in a vkEnumeratePhysicalDevices call.Use invalid Queue Family Index in vkCreateDevice");
13461 TEST_DESCRIPTION("Attempt to create a query pool for PIPELINE_STATISTICS without enabling pipeline stats for the device.");
13496 TEST_DESCRIPTION("End a command buffer with a query still in progress.");
13531 TEST_DESCRIPTION(
13673 TEST_DESCRIPTION("Submit an offset past the end of a vertex buffer");
13688 TEST_DESCRIPTION(
14000 TEST_DESCRIPTION("Attempt to update a STORAGE_IMAGE descriptor w/o GENERAL layout.");
14121 TEST_DESCRIPTION("Submit the same command buffer twice in one submit looking for simultaneous use and one time submit errors");
14168 TEST_DESCRIPTION(
14247 TEST_DESCRIPTION(
14346 TEST_DESCRIPTION("Delete in-use query pool.");
14389 TEST_DESCRIPTION("Delete in-use pipeline.");
14432 TEST_DESCRIPTION(
14646 TEST_DESCRIPTION("Create view with a format that does not have the same features as the image format.");
14805 TEST_DESCRIPTION("Delete in-use imageView.");
14915 TEST_DESCRIPTION("Delete in-use bufferView.");
15033 TEST_DESCRIPTION("Delete in-use sampler.");
15144 TEST_DESCRIPTION("Attempt updates to descriptor sets with destroyed descriptor set layouts");
15227 TEST_DESCRIPTION(
15275 TEST_DESCRIPTION(
15362 TEST_DESCRIPTION("Attempt to use invalid VkPipelineColorBlendStateCreateInfo::logicOp value.");
15380 TEST_DESCRIPTION("Attempt enabling VkPipelineColorBlendStateCreateInfo::logicOpEnable when logicOp feature is disabled.");
15471 TEST_DESCRIPTION("Test that errors are produced for a spirv modules with invalid code sizes");
15521 TEST_DESCRIPTION("Test that an error is produced for a spirv module with a bad magic number");
15547 TEST_DESCRIPTION("Test that a warning is produced for a vertex output that is not consumed by the fragment stage");
15587 TEST_DESCRIPTION("Smoke test for complex types across VS/FS boundary");
15654 TEST_DESCRIPTION("Challenge core_validation with shader validation issues related to vkCreateGraphicsPipelines.");
15766 TEST_DESCRIPTION("Challenge core_validation with shader validation issues related to vkCreateGraphicsPipelines.");
15811 TEST_DESCRIPTION(
15857 TEST_DESCRIPTION(
15905 TEST_DESCRIPTION(
15955 TEST_DESCRIPTION("Create a shader in which a capability declared by the shader is not supported.");
15989 TEST_DESCRIPTION("Create a shader in which uses a non-unique capability ID extension, 1 of 2");
16031 TEST_DESCRIPTION("Create a shader in which uses a non-unique capability ID extension, 2 of 2");
16070 TEST_DESCRIPTION(
16111 TEST_DESCRIPTION(
16152 TEST_DESCRIPTION("Test that an error is produced for mismatched array sizes across the vertex->fragment shader interface");
16195 TEST_DESCRIPTION("Test that an error is produced for mismatched types across the vertex->fragment shader interface");
16236 TEST_DESCRIPTION(
16279 TEST_DESCRIPTION(
16322 TEST_DESCRIPTION(
16365 TEST_DESCRIPTION("Test that the RelaxedPrecision decoration is validated to match");
16400 TEST_DESCRIPTION("Test that the RelaxedPrecision decoration is validated to match");
16435 TEST_DESCRIPTION("Test that a warning is produced for a vertex attribute which is not consumed by the vertex shader");
16483 TEST_DESCRIPTION(
16535 TEST_DESCRIPTION("Test that an error is produced for a vertex shader input which is not provided by a vertex attribute");
16575 TEST_DESCRIPTION(
16626 TEST_DESCRIPTION("Test that an error is produced for a pipeline containing multiple shaders for the same stage");
16774 TEST_DESCRIPTION(
16845 TEST_DESCRIPTION("Test various errors when creating a graphics pipeline with tessellation stages active.");
16978 TEST_DESCRIPTION(
17030 TEST_DESCRIPTION(
17070 TEST_DESCRIPTION(
17110 TEST_DESCRIPTION(
17155 TEST_DESCRIPTION(
17197 TEST_DESCRIPTION(
17239 TEST_DESCRIPTION(
17281 TEST_DESCRIPTION(
17325 TEST_DESCRIPTION(
17394 TEST_DESCRIPTION(
17438 TEST_DESCRIPTION(
17479 TEST_DESCRIPTION("Test that an error is produced for a pipeline consuming a descriptor-backed resource of a mismatched type");
17520 TEST_DESCRIPTION(
17579 TEST_DESCRIPTION(
17639 TEST_DESCRIPTION("Create invalid image with invalid parameters of zero.");
17709 TEST_DESCRIPTION("Create a render pass with an attachment description format set to VK_FORMAT_UNDEFINED");
17744 TEST_DESCRIPTION("VkAttachmentDescription's finalLayout must not be UNDEFINED or PREINITIALIZED");
17842 TEST_DESCRIPTION("Create an image and try to create a view with an invalid aspectMask");
17870 TEST_DESCRIPTION("Test vkGetImageSubresourceLayout() valid usages");
18037 TEST_DESCRIPTION("Creating images with unsuported formats ");
18084 TEST_DESCRIPTION("Create an image with a color format, then try to create a depth view of it");
18138 TEST_DESCRIPTION("Create an image view with a different format, when the image does not have MUTABLE_FORMAT bit");
18182 TEST_DESCRIPTION("Passing bad parameters to CreateImageView");
18227 TEST_DESCRIPTION("Passing bad image subrange to CreateImageView");
18337 TEST_DESCRIPTION("Image/Buffer copies for higher mip levels");
18497 TEST_DESCRIPTION("Image to buffer and buffer to image tests");
18882 TEST_DESCRIPTION("Image-related tests that don't belong elsewhere");
19009 TEST_DESCRIPTION("Exceed the limits of image format ");
19105 TEST_DESCRIPTION("Misc valid usage errors in vkImageCreateInfo struct");
20001 TEST_DESCRIPTION("Image copies with sample count mis-matches");
20088 TEST_DESCRIPTION("Image copies with aspect mask errors");
20635 TEST_DESCRIPTION("Call ClearColorImage w/ a depth|stencil image and ClearDepthStencilImage with a color image.");
20713 TEST_DESCRIPTION(
20739 TEST_DESCRIPTION("Attempt vkCmdExecuteCommands with a CB in the initial state");
20752 TEST_DESCRIPTION("Attempt vkQueueSubmit with a CB in the initial state");
20767 TEST_DESCRIPTION("Validate that using an API from an unenabled extension returns an error");
20785 TEST_DESCRIPTION("Attempt to enable AMD_negative_viewport_height and Maintenance1_KHR extension simultaneously");
20819 TEST_DESCRIPTION("Attempt to create descriptor pool with invalid parameters");
20864 TEST_DESCRIPTION("Attempt to create VkBuffer with size of zero");
20885 TEST_DESCRIPTION("Image copies between compressed and uncompressed images");
20943 TEST_DESCRIPTION("Create DSLayouts and DescriptorSets and then delete the DSLayouts before the DescriptorSets.");
20992 TEST_DESCRIPTION("Ensure the validation layers bookkeeping tracks the implicit command buffer frees.");
21044 TEST_DESCRIPTION("Create a secondary command buffer and record a CmdClearAttachments call into it");
21080 TEST_DESCRIPTION("Perform an image layout transition in a secondary command buffer followed by a transition in the primary.");
21170 TEST_DESCRIPTION(
21365 TEST_DESCRIPTION("Bind a DescriptorSet with only an immutable samplerand make sure that we don't warn for no update.");
21393 TEST_DESCRIPTION("Create a descriptor set layout with a duplicate binding number.");
21428 TEST_DESCRIPTION("Create a push descriptor set layout with invalid bindings.");
21489 TEST_DESCRIPTION("Create a push descriptor set layout without loading the needed extension.");
21513 TEST_DESCRIPTION("Attempt to allocate a push descriptor set.");
21563 TEST_DESCRIPTION("Attempt to push a push descriptor set with incorrect arguments.");
21677 TEST_DESCRIPTION("Verify errors are detected on misuse of SetViewport with a negative viewport extension enabled.");
21701 TEST_DESCRIPTION("Verify errors are detected on misuse of SetViewport and SetScissor.");
21784 TEST_DESCRIPTION("Update last descriptor in a set that includes an empty binding");
21855 TEST_DESCRIPTION("Verify an error message for multiple push descriptor sets.");
21904 TEST_DESCRIPTION("Use null dstSet in CmdPushDescriptorSetKHR");
21964 TEST_DESCRIPTION("Ensure that no validation errors are produced for not bound push descriptor sets");
22098 TEST_DESCRIPTION(
22223 TEST_DESCRIPTION("Call all applicable destroy and free routines with NULL handles, expecting no validation errors");
22307 TEST_DESCRIPTION("Submit multiple command buffers with chained semaphore signals and layout transitions");
22550 TEST_DESCRIPTION(
22759 TEST_DESCRIPTION("Verify that creating an ImageView with valid usage does not generate validation errors.");
22801 TEST_DESCRIPTION("Verify that creating an image view from an image with valid usage doesn't generate validation errors");
22828 TEST_DESCRIPTION("Bind 2 memory ranges to one image using vkQueueBindSparse, destroy the image and then free the memory");
22918 TEST_DESCRIPTION(
22992 TEST_DESCRIPTION(
23067 TEST_DESCRIPTION("Ensure that CmdBeginRenderPass applies the layout transitions for the first subpass");
23146 TEST_DESCRIPTION(
23245 TEST_DESCRIPTION(
23284 TEST_DESCRIPTION("Create a stencil-only attachment with a LOAD_OP set to CLEAR. stencil[Load|Store]Op used to be ignored.");
23456 TEST_DESCRIPTION("Ensure barriers' new and old VkImageLayout are compatible with their images' VkImageUsageFlags");
23557 TEST_DESCRIPTION("Wait on a event then set it after the wait has been submitted.");
23616 TEST_DESCRIPTION("Issue a query on a secondary command buffer and copy it on a primary.");
23705 TEST_DESCRIPTION("Issue a query and copy from it on a second command buffer.");
23807 TEST_DESCRIPTION("Reset an event then set it after the reset has been submitted.");
23865 TEST_DESCRIPTION(
23937 TEST_DESCRIPTION(
24033 TEST_DESCRIPTION(
24136 TEST_DESCRIPTION(
24307 TEST_DESCRIPTION(
24410 TEST_DESCRIPTION(
24508 TEST_DESCRIPTION(
24603 TEST_DESCRIPTION(
24695 TEST_DESCRIPTION(
24816 TEST_DESCRIPTION(
24863 TEST_DESCRIPTION(
24944 TEST_DESCRIPTION("Test that pipeline validation accepts matrices passed as vertex attributes");
25050 TEST_DESCRIPTION(
25144 TEST_DESCRIPTION(
25194 TEST_DESCRIPTION("Test that pipeline validation accepts per-vertex variables passed between the TCS and TES stages");
25261 TEST_DESCRIPTION(
25316 TEST_DESCRIPTION(
25398 TEST_DESCRIPTION("Positive test for a correctly matched input attachment");
25463 TEST_DESCRIPTION(
25505 TEST_DESCRIPTION(
25552 TEST_DESCRIPTION(
25599 TEST_DESCRIPTION(
25646 TEST_DESCRIPTION("Test that layers conditionally do ignore the pImmutableSamplers on vkCreateDescriptorSetLayout");
25723 TEST_DESCRIPTION("Validate various special cases for the Maintenance1_KHR extension");
25747 TEST_DESCRIPTION("Create a pNext chain containing valid strutures, but with a duplicate structure type");
25785 TEST_DESCRIPTION("Verify that a valid pNext value is handled correctly");
25849 TEST_DESCRIPTION("Verify that using a solid polygon fill mode works correctly.");
26226 TEST_DESCRIPTION("Record clear color with a valid VkImageSubresourceRange");
26260 TEST_DESCRIPTION("Record clear depth with a valid VkImageSubresourceRange");
26301 TEST_DESCRIPTION("Create Graphics Pipeline with pointers that must be ignored by layers");
26564 TEST_DESCRIPTION("Perform a copy through a pair of buffers linked by external memory");
26719 TEST_DESCRIPTION("Verify error messages for supported and unsupported sample counts in render pass attachments.");
26798 TEST_DESCRIPTION("Verify an error message for an incorrect graphics pipeline rasterization sample count.");
26835 TEST_DESCRIPTION("Ensure parameter_validation_layer correctly captures physical device features");
26922 TEST_DESCRIPTION(
27006 TEST_DESCRIPTION(