Home
last modified time | relevance | path

Searched refs:VkLayerTest (Results 1 – 8 of 8) sorted by relevance

/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.h295 class VkLayerTest : public VkRenderFramework {
321 VkLayerTest();
322 ~VkLayerTest();
325 class VkPositiveLayerTest : public VkLayerTest {
330 class VkWsiEnabledLayerTest : public VkLayerTest {
450 VkLayerTest &layer_test_;
451 CreatePipelineHelper(VkLayerTest &test);
516 VkLayerTest &layer_test_;
517 CreateComputePipelineHelper(VkLayerTest &test);
580 VkLayerTest &layer_test_;
[all …]
Dvklayertests_pipeline_shader.cpp30 TEST_F(VkLayerTest, PSOPolygonModeInvalid) { in TEST_F() argument
65 TEST_F(VkLayerTest, PipelineNotBound) { in TEST_F() argument
81 TEST_F(VkLayerTest, PipelineWrongBindPointGraphics) { in TEST_F() argument
100 TEST_F(VkLayerTest, PipelineWrongBindPointCompute) { in TEST_F() argument
119 TEST_F(VkLayerTest, PipelineWrongBindPointRayTracing) { in TEST_F() argument
159 TEST_F(VkLayerTest, CreatePipelineBadVertexAttributeFormat) { in TEST_F() argument
191 TEST_F(VkLayerTest, DisabledIndependentBlend) { in TEST_F() argument
254 TEST_F(VkLayerTest, PipelineRenderpassCompatibility) { in TEST_F() argument
272 TEST_F(VkLayerTest, PointSizeFailure) { in TEST_F() argument
306 TEST_F(VkLayerTest, InvalidTopology) { in TEST_F() argument
[all …]
Dvklayertests_command.cpp30 TEST_F(VkLayerTest, InvalidCommandPoolConsistency) { in TEST_F() argument
64 TEST_F(VkLayerTest, InvalidSecondaryCommandBufferBarrier) { in TEST_F() argument
160 TEST_F(VkLayerTest, DynamicDepthBiasNotBound) { in TEST_F() argument
171 TEST_F(VkLayerTest, DynamicLineWidthNotBound) { in TEST_F() argument
182 TEST_F(VkLayerTest, DynamicLineStippleNotBound) { in TEST_F() argument
225 TEST_F(VkLayerTest, DynamicViewportNotBound) { in TEST_F() argument
237 TEST_F(VkLayerTest, DynamicScissorNotBound) { in TEST_F() argument
248 TEST_F(VkLayerTest, DynamicBlendConstantsNotBound) { in TEST_F() argument
260 TEST_F(VkLayerTest, DynamicDepthBoundsNotBound) { in TEST_F() argument
276 TEST_F(VkLayerTest, DynamicStencilReadNotBound) { in TEST_F() argument
[all …]
Dvklayertests_others.cpp30 TEST_F(VkLayerTest, RequiredParameter) { in TEST_F() argument
138 TEST_F(VkLayerTest, PnextOnlyStructValidation) { in TEST_F() argument
187 TEST_F(VkLayerTest, ReservedParameter) { in TEST_F() argument
204 TEST_F(VkLayerTest, DebugMarkerNameTest) { in TEST_F() argument
317 TEST_F(VkLayerTest, DebugUtilsNameTest) { in TEST_F() argument
478 TEST_F(VkLayerTest, InvalidStructSType) { in TEST_F() argument
503 TEST_F(VkLayerTest, InvalidStructPNext) { in TEST_F() argument
535 TEST_F(VkLayerTest, UnrecognizedValueOutOfRange) { in TEST_F() argument
548 TEST_F(VkLayerTest, UnrecognizedValueBadMask) { in TEST_F() argument
560 TEST_F(VkLayerTest, UnrecognizedValueBadFlag) { in TEST_F() argument
[all …]
Dvklayertests_buffer_image_memory_sampler.cpp30 TEST_F(VkLayerTest, MirrorClampToEdgeNotEnabled) { in TEST_F() argument
47 TEST_F(VkLayerTest, AnisotropyFeatureDisabled) { in TEST_F() argument
72 TEST_F(VkLayerTest, AnisotropyFeatureEnabled) { in TEST_F() argument
129 TEST_F(VkLayerTest, UnnormalizedCoordinatesEnabled) { in TEST_F() argument
190 TEST_F(VkLayerTest, UpdateBufferAlignment) { in TEST_F() argument
226 TEST_F(VkLayerTest, FillBufferAlignment) { in TEST_F() argument
255 TEST_F(VkLayerTest, SparseBindingImageBufferCreate) { in TEST_F() argument
320 TEST_F(VkLayerTest, SparseResidencyImageCreateUnsupportedTypes) { in TEST_F() argument
371 TEST_F(VkLayerTest, SparseResidencyImageCreateUnsupportedSamples) { in TEST_F() argument
430 TEST_F(VkLayerTest, InvalidMemoryMapping) { in TEST_F() argument
[all …]
Dlayer_validation_tests.cpp442 void CreateSamplerTest(VkLayerTest &test, const VkSamplerCreateInfo *pCreateInfo, std::string code)… in CreateSamplerTest()
461 void CreateBufferTest(VkLayerTest &test, const VkBufferCreateInfo *pCreateInfo, std::string code) { in CreateBufferTest()
480 void CreateImageTest(VkLayerTest &test, const VkImageCreateInfo *pCreateInfo, std::string code) { in CreateImageTest()
499 void CreateBufferViewTest(VkLayerTest &test, const VkBufferViewCreateInfo *pCreateInfo, const std::… in CreateBufferViewTest()
519 void CreateImageViewTest(VkLayerTest &test, const VkImageViewCreateInfo *pCreateInfo, std::string c… in CreateImageViewTest()
773 void VkLayerTest::VKTriangleTest(BsoFailSelect failCase) { in VKTriangleTest()
945 void VkLayerTest::GenericDrawPreparation(VkCommandBufferObj *commandBuffer, VkPipelineObj &pipeline… in GenericDrawPreparation()
986 void VkLayerTest::Init(VkPhysicalDeviceFeatures *features, VkPhysicalDeviceFeatures2 *features2, in Init()
992 ErrorMonitor *VkLayerTest::Monitor() { return m_errorMonitor; } in Monitor()
994 VkCommandBufferObj *VkLayerTest::CommandBuffer() { return m_commandBuffer; } in CommandBuffer()
[all …]
Dvklayertests_descriptor_renderpass_framebuffer.cpp30 TEST_F(VkLayerTest, GpuValidationArrayOOBGraphicsShaders) { in TEST_F() argument
507 TEST_F(VkLayerTest, GpuValidationArrayOOBRayTracingShaders) { in TEST_F() argument
1353 TEST_F(VkLayerTest, InvalidDescriptorPoolConsistency) { in TEST_F() argument
1390 TEST_F(VkLayerTest, DrawWithPipelineIncompatibleWithSubpass) { in TEST_F() argument
1483 TEST_F(VkLayerTest, ImageBarrierSubpassConflict) { in TEST_F() argument
1567 TEST_F(VkLayerTest, RenderPassCreateAttachmentIndexOutOfRange) { in TEST_F() argument
1590 TEST_F(VkLayerTest, RenderPassCreateAttachmentReadOnlyButCleared) { in TEST_F() argument
1649 TEST_F(VkLayerTest, RenderPassCreateAttachmentMismatchingLayoutsColor) { in TEST_F() argument
1681 TEST_F(VkLayerTest, RenderPassCreateAttachmentDescriptionInvalidFinalLayout) { in TEST_F() argument
1724 TEST_F(VkLayerTest, RenderPassCreateAttachmentsMisc) { in TEST_F() argument
[all …]
Dvklayertests_imageless_framebuffer.cpp31 TEST_F(VkLayerTest, ImagelessFramebufferRenderPassBeginImageViewMismatchTests) { in TEST_F() argument
315 TEST_F(VkLayerTest, ImagelessFramebufferFeatureEnableTest) { in TEST_F() argument
398 TEST_F(VkLayerTest, ImagelessFramebufferCreationTests) { in TEST_F() argument
564 TEST_F(VkLayerTest, ImagelessFramebufferAttachmentImageUsageMismatchTests) { in TEST_F() argument
739 TEST_F(VkLayerTest, ImagelessFramebufferAttachmentMultiviewImageLayerCountMismatchTests) { in TEST_F() argument
927 TEST_F(VkLayerTest, ImagelessFramebufferDepthStencilResolveAttachmentTests) { in TEST_F() argument