Lines Matching refs:VkLayerTest
280 class VkLayerTest : public VkRenderFramework { class
377 VkLayerTest() { m_enableWSI = false; } in VkLayerTest() function in VkLayerTest
380 VkResult VkLayerTest::BeginCommandBuffer(VkCommandBufferObj &commandBuffer) { in BeginCommandBuffer()
396 VkResult VkLayerTest::EndCommandBuffer(VkCommandBufferObj &commandBuffer) { in EndCommandBuffer()
408 void VkLayerTest::VKTriangleTest(const char *vertShaderText, const char *fragShaderText, BsoFailSel… in VKTriangleTest()
523 void VkLayerTest::GenericDrawPreparation(VkCommandBufferObj *commandBuffer, VkPipelineObj &pipeline… in GenericDrawPreparation()
568 class VkPositiveLayerTest : public VkLayerTest {
573 class VkWsiEnabledLayerTest : public VkLayerTest {
797 TEST_F(VkLayerTest, RequiredParameter) { in TEST_F() argument
875 TEST_F(VkLayerTest, ReservedParameter) { in TEST_F() argument
892 TEST_F(VkLayerTest, InvalidStructSType) { in TEST_F() argument
918 TEST_F(VkLayerTest, InvalidStructPNext) { in TEST_F() argument
950 TEST_F(VkLayerTest, UnrecognizedValue) { in TEST_F() argument
1015 TEST_F(VkLayerTest, FailedReturnValue) { in TEST_F() argument
1046 TEST_F(VkLayerTest, UpdateBufferAlignment) { in TEST_F() argument
1082 TEST_F(VkLayerTest, FillBufferAlignment) { in TEST_F() argument
1111 TEST_F(VkLayerTest, PSOPolygonModeInvalid) { in TEST_F() argument
1184 TEST_F(VkLayerTest, CallResetCommandBufferBeforeCompletion)
1228 TEST_F(VkLayerTest, CallBeginCommandBufferBeforeCompletion)
1282 TEST_F(VkLayerTest, InvalidMemoryAliasing) { in TEST_F() argument
1380 TEST_F(VkLayerTest, InvalidMemoryMapping) { in TEST_F() argument
1481 TEST_F(VkLayerTest, EnableWsiBeforeUse) { in TEST_F() argument
1709 TEST_F(VkLayerTest, MapMemWithoutHostVisibleBit) { in TEST_F() argument
1780 TEST_F(VkLayerTest, RebindMemory) { in TEST_F() argument
1852 TEST_F(VkLayerTest, SubmitSignaledFence) { in TEST_F() argument
1890 TEST_F(VkLayerTest, InvalidUsageBits) { in TEST_F() argument
1949 TEST_F(VkLayerTest, LeakAnObject) { in TEST_F() argument
2006 TEST_F(VkLayerTest, InvalidCommandPoolConsistency) { in TEST_F() argument
2042 TEST_F(VkLayerTest, InvalidDescriptorPoolConsistency) { in TEST_F() argument
2109 TEST_F(VkLayerTest, CreateUnknownObject) { in TEST_F() argument
2126 TEST_F(VkLayerTest, PipelineNotBound) { in TEST_F() argument
2199 TEST_F(VkLayerTest, BindImageInvalidMemoryType) { in TEST_F() argument
2274 TEST_F(VkLayerTest, BindInvalidMemory) { in TEST_F() argument
2339 TEST_F(VkLayerTest, BindMemoryToDestroyedObject) { in TEST_F() argument
2409 TEST_F(VkLayerTest, ImageSampleCounts) { in TEST_F() argument
2530 TEST_F(VkLayerTest, BlitImageFormats) { in TEST_F() argument
2577 TEST_F(VkLayerTest, DSImageTransferGranularityTests) { in TEST_F() argument
2747 TEST_F(VkLayerTest, MismatchedQueueFamiliesOnSubmit) { in TEST_F() argument
2782 TEST_F(VkLayerTest, RenderPassPipelineSubpassMismatch) { in TEST_F() argument
2897 TEST_F(VkLayerTest, RenderPassInvalidRenderArea) { in TEST_F() argument
2913 TEST_F(VkLayerTest, DisabledIndependentBlend) { in TEST_F() argument
2945 TEST_F(VkLayerTest, RenderPassDepthStencilAttachmentUnused) { in TEST_F() argument
2973 TEST_F(VkLayerTest, UnusedPreserveAttachment) { in TEST_F() argument
3010 TEST_F(VkLayerTest, CreateRenderPassResolveRequiresColorMsaa) { in TEST_F() argument
3051 TEST_F(VkLayerTest, CreateRenderPassResolveRequiresSingleSampleDest) { in TEST_F() argument
3093 TEST_F(VkLayerTest, CreateRenderPassSubpassSampleCountConsistency) { in TEST_F() argument
3134 TEST_F(VkLayerTest, FramebufferCreateErrors) { in TEST_F() argument
3350 TEST_F(VkLayerTest, DynamicDepthBiasNotBound) { in TEST_F() argument
3361 TEST_F(VkLayerTest, DynamicLineWidthNotBound) { in TEST_F() argument
3372 TEST_F(VkLayerTest, DynamicViewportNotBound) { in TEST_F() argument
3383 TEST_F(VkLayerTest, DynamicScissorNotBound) { in TEST_F() argument
3394 TEST_F(VkLayerTest, DynamicBlendConstantsNotBound) { in TEST_F() argument
3406 TEST_F(VkLayerTest, DynamicDepthBoundsNotBound) { in TEST_F() argument
3422 TEST_F(VkLayerTest, DynamicStencilReadNotBound) { in TEST_F() argument
3434 TEST_F(VkLayerTest, DynamicStencilWriteNotBound) { in TEST_F() argument
3446 TEST_F(VkLayerTest, DynamicStencilRefNotBound) { in TEST_F() argument
3458 TEST_F(VkLayerTest, IndexBufferNotBound) { in TEST_F() argument
3468 TEST_F(VkLayerTest, CommandBufferTwoSubmits) { in TEST_F() argument
3506 TEST_F(VkLayerTest, AllocDescriptorFromEmptyPool) { in TEST_F() argument
3566 TEST_F(VkLayerTest, FreeDescriptorFromOneShotPool) { in TEST_F() argument
3627 TEST_F(VkLayerTest, InvalidDescriptorPool) { in TEST_F() argument
3686 TEST_F(VkLayerTest, InvalidDescriptorSetLayout) { in TEST_F() argument
3704 TEST_F(VkLayerTest, WriteDescriptorSetIntegrityCheck) { in TEST_F() argument
3866 TEST_F(VkLayerTest, InvalidCmdBufferBufferDestroyed) { in TEST_F() argument
3918 TEST_F(VkLayerTest, InvalidCmdBufferBufferViewDestroyed) { in TEST_F() argument
4078 TEST_F(VkLayerTest, InvalidCmdBufferImageDestroyed) { in TEST_F() argument
4147 TEST_F(VkLayerTest, InvalidCmdBufferFramebufferImageDestroyed) { in TEST_F() argument
4231 TEST_F(VkLayerTest, FramebufferInUseDestroyedSignaled) { in TEST_F() argument
4270 TEST_F(VkLayerTest, FramebufferImageInUseDestroyedSignaled) { in TEST_F() argument
4357 TEST_F(VkLayerTest, ImageMemoryNotBound) { in TEST_F() argument
4418 TEST_F(VkLayerTest, BufferMemoryNotBound) { in TEST_F() argument
4476 TEST_F(VkLayerTest, InvalidCmdBufferEventDestroyed) { in TEST_F() argument
4504 TEST_F(VkLayerTest, InvalidCmdBufferQueryPoolDestroyed) { in TEST_F() argument
4534 TEST_F(VkLayerTest, InvalidCmdBufferPipelineDestroyed) { in TEST_F() argument
4631 TEST_F(VkLayerTest, InvalidCmdBufferDescriptorSetBufferDestroyed) { in TEST_F() argument
4787 TEST_F(VkLayerTest, InvalidCmdBufferDescriptorSetImageSamplerDestroyed) { in TEST_F() argument
5045 TEST_F(VkLayerTest, DescriptorPoolInUseDestroyedSignaled) { in TEST_F() argument
5194 TEST_F(VkLayerTest, DescriptorImageUpdateNoMemoryBound) { in TEST_F() argument
5356 TEST_F(VkLayerTest, InvalidPipeline) { in TEST_F() argument
5383 TEST_F(VkLayerTest, DescriptorSetNotUpdated) { in TEST_F() argument
5465 TEST_F(VkLayerTest, InvalidBufferViewObject) { in TEST_F() argument
5531 TEST_F(VkLayerTest, CreateBufferViewNoMemoryBoundToBuffer) { in TEST_F() argument
5567 TEST_F(VkLayerTest, InvalidDynamicOffsetCases) { in TEST_F() argument
5737 TEST_F(VkLayerTest, DescriptorBufferUpdateNoMemoryBound) { in TEST_F() argument
5826 TEST_F(VkLayerTest, InvalidPushConstants) { in TEST_F() argument
6058 TEST_F(VkLayerTest, DescriptorSetCompatibility) { in TEST_F() argument
6448 TEST_F(VkLayerTest, NoBeginCommandBuffer) { in TEST_F() argument
6461 TEST_F(VkLayerTest, SecondaryCommandBufferNullRenderpass) { in TEST_F() argument
6494 TEST_F(VkLayerTest, CommandBufferResetErrors) { in TEST_F() argument
6535 TEST_F(VkLayerTest, InvalidPipelineCreateState) { in TEST_F() argument
6781 TEST_F(VkLayerTest, PSOViewportScissorCountMismatch) { in TEST_F() argument
6893 TEST_F(VkLayerTest, PSOViewportStateNotSet) { in TEST_F() argument
7006 TEST_F(VkLayerTest, PSOViewportCountWithoutDataAndDynScissorMismatch) { in TEST_F() argument
7170 TEST_F(VkLayerTest, PSOScissorCountWithoutDataAndDynViewportMismatch) { in TEST_F() argument
7331 TEST_F(VkLayerTest, PSOLineWidthInvalid) { in TEST_F() argument
7508 TEST_F(VkLayerTest, NullRenderPass) { in TEST_F() argument
7524 TEST_F(VkLayerTest, RenderPassWithinRenderPass) { in TEST_F() argument
7540 TEST_F(VkLayerTest, RenderPassClearOpMismatch) { in TEST_F() argument
7599 TEST_F(VkLayerTest, EndCommandBufferWithinRenderPass) { in TEST_F() argument
7623 TEST_F(VkLayerTest, FillBufferWithinRenderPass) { in TEST_F() argument
7643 TEST_F(VkLayerTest, UpdateBufferWithinRenderPass) { in TEST_F() argument
7667 TEST_F(VkLayerTest, ClearColorImageWithinRenderPass) { in TEST_F() argument
7708 TEST_F(VkLayerTest, ClearDepthStencilImageWithinRenderPass) { in TEST_F() argument
7740 TEST_F(VkLayerTest, ClearColorAttachmentsOutsideRenderPass) { in TEST_F() argument
7768 TEST_F(VkLayerTest, RenderPassExcessiveNextSubpass) { in TEST_F() argument
7787 TEST_F(VkLayerTest, RenderPassEndedBeforeFinalSubpass) { in TEST_F() argument
7825 TEST_F(VkLayerTest, BufferMemoryBarrierNoBuffer) { in TEST_F() argument
7848 TEST_F(VkLayerTest, InvalidBarriers) { in TEST_F() argument
8010 TEST_F(VkLayerTest, LayoutFromPresentWithoutAccessMemoryRead) { in TEST_F() argument
8050 TEST_F(VkLayerTest, IdxBufferAlignmentError) { in TEST_F() argument
8082 TEST_F(VkLayerTest, InvalidQueueFamilyIndex) { in TEST_F() argument
8108 TEST_F(VkLayerTest, ExecuteCommandsPrimaryCB) { in TEST_F() argument
8129 TEST_F(VkLayerTest, DSUsageBitsErrors) { in TEST_F() argument
8295 TEST_F(VkLayerTest, DSBufferInfoErrors) { in TEST_F() argument
8419 TEST_F(VkLayerTest, DSAspectBitsErrors) { in TEST_F() argument
8544 TEST_F(VkLayerTest, DSTypeMismatch) { in TEST_F() argument
8637 TEST_F(VkLayerTest, DSUpdateOutOfBounds) { in TEST_F() argument
8712 TEST_F(VkLayerTest, InvalidDSUpdateIndex) { in TEST_F() argument
8806 TEST_F(VkLayerTest, InvalidDSUpdateStruct) { in TEST_F() argument
8898 TEST_F(VkLayerTest, SampleDescriptorUpdateError) { in TEST_F() argument
8971 TEST_F(VkLayerTest, ImageViewDescriptorUpdateError) { in TEST_F() argument
9069 TEST_F(VkLayerTest, CopyDescriptorUpdateErrors) { in TEST_F() argument
9210 TEST_F(VkLayerTest, NumSamplesMismatch) { in TEST_F() argument
9304 TEST_F(VkLayerTest, RenderPassIncompatible) { in TEST_F() argument
9406 TEST_F(VkLayerTest, NumBlendAttachMismatch) { in TEST_F() argument
9501 TEST_F(VkLayerTest, MissingClearAttachment) { in TEST_F() argument
9512 TEST_F(VkLayerTest, ClearCmdNoDraw) { in TEST_F() argument
9616 TEST_F(VkLayerTest, VtxBufferBadIndex) { in TEST_F() argument
9712 TEST_F(VkLayerTest, MismatchCountQueueCreateRequestedFeature) { in TEST_F() argument
9771 TEST_F(VkLayerTest, InvalidQueueIndexInvalidQuery) { in TEST_F() argument
9839 TEST_F(VkLayerTest, VertexBufferInvalid) { in TEST_F() argument
9977 TEST_F(VkLayerTest, InvalidImageLayout) { in TEST_F() argument
10162 TEST_F(VkLayerTest, InvalidStorageImageLayout) { in TEST_F() argument
10261 TEST_F(VkLayerTest, SimultaneousUse) { in TEST_F() argument
10324 TEST_F(VkLayerTest, InUseDestroyedSignaled) { in TEST_F() argument
10475 TEST_F(VkLayerTest, QueryPoolInUseDestroyedSignaled) { in TEST_F() argument
10509 TEST_F(VkLayerTest, PipelineInUseDestroyedSignaled) { in TEST_F() argument
10559 TEST_F(VkLayerTest, ImageViewInUseDestroyedSignaled) { in TEST_F() argument
10721 TEST_F(VkLayerTest, BufferViewInUseDestroyedSignaled) { in TEST_F() argument
10881 TEST_F(VkLayerTest, SamplerInUseDestroyedSignaled) { in TEST_F() argument
11043 TEST_F(VkLayerTest, QueueForwardProgressFenceWait) { in TEST_F() argument
11091 TEST_F(VkLayerTest, FramebufferIncompatible) { in TEST_F() argument
11181 TEST_F(VkLayerTest, ColorBlendLogicOpTests) { in TEST_F() argument
11303 TEST_F(VkLayerTest, ThreadCommandBufferCollision) { in TEST_F() argument
11366 TEST_F(VkLayerTest, InvalidSPIRVCodeSize) { in TEST_F() argument
11393 TEST_F(VkLayerTest, InvalidSPIRVMagic) { in TEST_F() argument
11422 TEST_F(VkLayerTest, InvalidSPIRVVersion) {
11449 TEST_F(VkLayerTest, CreatePipelineVertexOutputNotConsumed) { in TEST_F() argument
11491 TEST_F(VkLayerTest, CreatePipelineCheckShaderBadSpecialization) { in TEST_F() argument
11616 TEST_F(VkLayerTest, CreatePipelineCheckShaderDescriptorTypeMismatch) { in TEST_F() argument
11710 TEST_F(VkLayerTest, CreatePipelineCheckShaderDescriptorNotAccessible) { in TEST_F() argument
11804 TEST_F(VkLayerTest, CreatePipelineCheckShaderPushConstantNotAccessible) { in TEST_F() argument
11863 TEST_F(VkLayerTest, CreatePipelineCheckShaderNotEnabled) { in TEST_F() argument
11919 TEST_F(VkLayerTest, CreatePipelineCheckShaderBadCapability) { in TEST_F() argument
11964 TEST_F(VkLayerTest, CreatePipelineFragmentInputNotProvided) { in TEST_F() argument
12006 TEST_F(VkLayerTest, CreatePipelineFragmentInputNotProvidedInBlock) { in TEST_F() argument
12048 TEST_F(VkLayerTest, CreatePipelineVsFsTypeMismatchArraySize) { in TEST_F() argument
12094 TEST_F(VkLayerTest, CreatePipelineVsFsTypeMismatch) { in TEST_F() argument
12137 TEST_F(VkLayerTest, CreatePipelineVsFsTypeMismatchInBlock) { in TEST_F() argument
12181 TEST_F(VkLayerTest, CreatePipelineVsFsMismatchByLocation) { in TEST_F() argument
12225 TEST_F(VkLayerTest, CreatePipelineVsFsMismatchByComponent) { in TEST_F() argument
12269 TEST_F(VkLayerTest, CreatePipelineAttribNotConsumed) { in TEST_F() argument
12319 TEST_F(VkLayerTest, CreatePipelineAttribLocationMismatch) { in TEST_F() argument
12370 TEST_F(VkLayerTest, CreatePipelineAttribNotProvided) { in TEST_F() argument
12411 TEST_F(VkLayerTest, CreatePipelineAttribTypeMismatch) { in TEST_F() argument
12463 TEST_F(VkLayerTest, CreatePipelineDuplicateStage) { in TEST_F() argument
12505 TEST_F(VkLayerTest, CreatePipelineMissingEntrypoint) { in TEST_F() argument
12543 TEST_F(VkLayerTest, CreatePipelineDepthStencilRequired) { in TEST_F() argument
12609 TEST_F(VkLayerTest, CreatePipelineTessPatchDecorationMismatch) { in TEST_F() argument
12676 TEST_F(VkLayerTest, CreatePipelineAttribBindingConflict) { in TEST_F() argument
12729 TEST_F(VkLayerTest, CreatePipelineFragmentOutputNotWritten) { in TEST_F() argument
12769 TEST_F(VkLayerTest, CreatePipelineFragmentOutputNotConsumed) { in TEST_F() argument
12815 TEST_F(VkLayerTest, CreatePipelineFragmentOutputTypeMismatch) { in TEST_F() argument
12857 TEST_F(VkLayerTest, CreatePipelineUniformBlockNotProvided) { in TEST_F() argument
12899 TEST_F(VkLayerTest, CreatePipelinePushConstantsNotInLayout) { in TEST_F() argument
12942 TEST_F(VkLayerTest, CreatePipelineInputAttachmentMissing) { in TEST_F() argument
12995 TEST_F(VkLayerTest, CreatePipelineInputAttachmentTypeMismatch) { in TEST_F() argument
13070 TEST_F(VkLayerTest, CreatePipelineInputAttachmentMissingArray) { in TEST_F() argument
13123 TEST_F(VkLayerTest, CreateComputePipelineMissingDescriptor) { in TEST_F() argument
13162 TEST_F(VkLayerTest, CreateComputePipelineDescriptorTypeMismatch) { in TEST_F() argument
13212 TEST_F(VkLayerTest, DrawTimeImageViewTypeMismatchWithPipeline) { in TEST_F() argument
13268 TEST_F(VkLayerTest, DrawTimeImageMultisampleMismatchWithPipeline) { in TEST_F() argument
13327 TEST_F(VkLayerTest, CreateImageLimitsViolationMaxWidth) { in TEST_F() argument
13361 TEST_F(VkLayerTest, CreateImageLimitsViolationMinWidth) { in TEST_F() argument
13398 TEST_F(VkLayerTest, AttachmentDescriptionUndefinedFormat) { in TEST_F() argument
13432 TEST_F(VkLayerTest, InvalidImageView) { in TEST_F() argument
13481 TEST_F(VkLayerTest, CreateImageViewNoMemoryBoundToImage) { in TEST_F() argument
13534 TEST_F(VkLayerTest, InvalidImageViewAspect) { in TEST_F() argument
13563 TEST_F(VkLayerTest, CopyImageLayerCountMismatch) { in TEST_F() argument
13658 TEST_F(VkLayerTest, ImageLayerUnsupportedFormat) { in TEST_F() argument
13712 TEST_F(VkLayerTest, ImageLayerViewTests) { in TEST_F() argument
13805 TEST_F(VkLayerTest, MiscImageLayerTests) { in TEST_F() argument
13935 TEST_F(VkLayerTest, ImageFormatLimits) { in TEST_F() argument
13999 TEST_F(VkLayerTest, CopyImageSrcSizeExceeded) { in TEST_F() argument
14037 TEST_F(VkLayerTest, CopyImageDstSizeExceeded) { in TEST_F() argument
14075 TEST_F(VkLayerTest, CopyImageFormatSizeMismatch) { in TEST_F() argument
14173 TEST_F(VkLayerTest, CopyImageDepthStencilFormatMismatch) { in TEST_F() argument
14274 TEST_F(VkLayerTest, ResolveImageLowSampleCount) { in TEST_F() argument
14372 TEST_F(VkLayerTest, ResolveImageHighSampleCount) { in TEST_F() argument
14474 TEST_F(VkLayerTest, ResolveImageFormatMismatch) { in TEST_F() argument
14579 TEST_F(VkLayerTest, ResolveImageTypeMismatch) { in TEST_F() argument
14683 TEST_F(VkLayerTest, DepthStencilImageViewWithColorAspectBitError) { in TEST_F() argument
14788 TEST_F(VkLayerTest, ClearImageErrors) { in TEST_F() argument
15576 TEST_F(VkLayerTest, DuplicateDescriptorBinding) { in TEST_F() argument