Home
last modified time | relevance | path

Searched refs:TEST_DESCRIPTION (Results 1 – 9 of 9) sorted by relevance

/external/vulkan-validation-layers/tests/
Dvklayertests_pipeline_shader.cpp31 TEST_DESCRIPTION("Attempt to use invalid polygon fill modes."); in TEST_F()
66 TEST_DESCRIPTION("Pass in an invalid pipeline object handle into a Vulkan API call."); in TEST_F()
82 TEST_DESCRIPTION("Bind a compute pipeline in the graphics bind point"); in TEST_F()
101 TEST_DESCRIPTION("Bind a graphics pipeline in the compute bind point"); in TEST_F()
120 TEST_DESCRIPTION("Bind a graphics pipeline in the ray-tracing bind point"); in TEST_F()
160 TEST_DESCRIPTION("Test that pipeline validation catches invalid vertex attribute formats"); in TEST_F()
192 TEST_DESCRIPTION( in TEST_F()
255 TEST_DESCRIPTION( in TEST_F()
273TEST_DESCRIPTION("Create a pipeline using TOPOLOGY_POINT_LIST but do not set PointSize in vertex s… in TEST_F()
307 TEST_DESCRIPTION("InvalidTopology."); in TEST_F()
[all …]
Dvkpositivelayertests.cpp35TEST_DESCRIPTION("On 1_0 instance , call GetDeviceProcAddr on promoted 1_1 device-level entrypoint… in TEST_F()
59 TEST_DESCRIPTION("Add a pipeline barrier in a secondary command buffer"); in TEST_F()
157TEST_DESCRIPTION("Attachment is used simultaneously as color and input, with the same layout. This… in TEST_F()
180 TEST_DESCRIPTION( in TEST_F()
254 TEST_DESCRIPTION( in TEST_F()
301TEST_DESCRIPTION("Ensure that CmdBeginRenderPass applies the layout transitions for the first subp… in TEST_F()
370 TEST_DESCRIPTION( in TEST_F()
408TEST_DESCRIPTION("Create a stencil-only attachment with a LOAD_OP set to CLEAR. stencil[Load|Store… in TEST_F()
581 TEST_DESCRIPTION( in TEST_F()
662 TEST_DESCRIPTION("Draw using a pipeline whose create renderPass has been destroyed."); in TEST_F()
[all …]
Dvklayertests_others.cpp31TEST_DESCRIPTION("Specify VK_NULL_HANDLE, NULL, and 0 for required handle, pointer, array, and arr… in TEST_F()
139 TEST_DESCRIPTION("See if checks occur on structs ONLY used in pnext chains."); in TEST_F()
188 TEST_DESCRIPTION("Specify a non-zero value for a reserved parameter"); in TEST_F()
205 TEST_DESCRIPTION("Ensure debug marker object names are printed in debug report output"); in TEST_F()
318 TEST_DESCRIPTION("Ensure debug utils object names are printed in debug messenger output"); in TEST_F()
479 TEST_DESCRIPTION("Specify an invalid VkStructureType for a Vulkan structure's sType field"); in TEST_F()
504 TEST_DESCRIPTION("Specify an invalid value for a Vulkan structure's pNext field"); in TEST_F()
656 TEST_DESCRIPTION("Create a fence and destroy its device without first destroying the fence."); in TEST_F()
690 TEST_DESCRIPTION( in TEST_F()
729 TEST_DESCRIPTION("Test with invalid VkAllocationCallbacks"); in TEST_F()
[all …]
Dvklayertests_command.cpp31TEST_DESCRIPTION("Allocate command buffers from one command pool and attempt to delete them from a… in TEST_F()
65 TEST_DESCRIPTION("Add an invalid image barrier in a secondary command buffer"); in TEST_F()
161 TEST_DESCRIPTION( in TEST_F()
172 TEST_DESCRIPTION( in TEST_F()
183 TEST_DESCRIPTION( in TEST_F()
226 TEST_DESCRIPTION( in TEST_F()
238TEST_DESCRIPTION("Run a simple draw calls to validate failure when Scissor dynamic state is requir… in TEST_F()
249 TEST_DESCRIPTION( in TEST_F()
261 TEST_DESCRIPTION( in TEST_F()
277 TEST_DESCRIPTION( in TEST_F()
[all …]
Dvklayertests_buffer_image_memory_sampler.cpp31TEST_DESCRIPTION("Validation should catch using CLAMP_TO_EDGE addressing mode if the extension is … in TEST_F()
48TEST_DESCRIPTION("Validation should check anisotropy parameters are correct with samplerAnisotropy… in TEST_F()
73TEST_DESCRIPTION("Validation must check several conditions that apply only when Anisotropy is enab… in TEST_F()
130TEST_DESCRIPTION("Validate restrictions on sampler parameters when unnormalizedCoordinates is true… in TEST_F()
191 TEST_DESCRIPTION("Check alignment parameters for vkCmdUpdateBuffer"); in TEST_F()
227 TEST_DESCRIPTION("Check alignment parameters for vkCmdFillBuffer"); in TEST_F()
256TEST_DESCRIPTION("Create buffer/image with sparse attributes but without the sparse_binding bit se… in TEST_F()
321 TEST_DESCRIPTION("Create images with sparse residency with unsupported types"); in TEST_F()
372TEST_DESCRIPTION("Create images with sparse residency with unsupported tiling or sample counts"); in TEST_F()
431 TEST_DESCRIPTION("Attempt to map memory in a number of incorrect ways"); in TEST_F()
[all …]
Dvklayertests_descriptor_renderpass_framebuffer.cpp31 TEST_DESCRIPTION( in TEST_F()
508 TEST_DESCRIPTION( in TEST_F()
1356TEST_DESCRIPTION("Allocate descriptor sets from one DS pool and attempt to delete them from anothe… in TEST_F()
1391 TEST_DESCRIPTION("Use a pipeline for the wrong subpass in a render pass instance"); in TEST_F()
1484TEST_DESCRIPTION("Check case where subpass index references different image from image barrier"); in TEST_F()
1650TEST_DESCRIPTION("Attachment is used simultaneously as two color attachments with different layout… in TEST_F()
1682TEST_DESCRIPTION("VkAttachmentDescription's finalLayout must not be UNDEFINED or PREINITIALIZED"); in TEST_F()
1725 TEST_DESCRIPTION( in TEST_F()
1918 TEST_DESCRIPTION("Attachment reference uses PREINITIALIZED or UNDEFINED layouts"); in TEST_F()
1954 TEST_DESCRIPTION("Create a subpass with overlapping correlation masks"); in TEST_F()
[all …]
Dvktestframeworkandroid.h33 #define TEST_DESCRIPTION(desc) RecordProperty("description", desc) macro
Dvktestframework.h54 #define TEST_DESCRIPTION(desc) RecordProperty("description", desc) macro
Dvklayertests_imageless_framebuffer.cpp32 TEST_DESCRIPTION( in TEST_F()
316 TEST_DESCRIPTION("Use imageless framebuffer functionality without enabling the feature"); in TEST_F()
399 TEST_DESCRIPTION("Create an imageless framebuffer in various invalid ways"); in TEST_F()
565 TEST_DESCRIPTION("Create an imageless framebuffer with mismatched attachment image usage"); in TEST_F()
740TEST_DESCRIPTION("Create an imageless framebuffer against a multiview-enabled render pass with mis… in TEST_F()
928 TEST_DESCRIPTION( in TEST_F()