Lines Matching defs:VkLayerTest
439 class VkLayerTest : public VkRenderFramework { class
567 VkLayerTest() { m_enableWSI = false; } in VkLayerTest() function in VkLayerTest
1321 TEST_F(VkLayerTest, RequiredParameter) { in TEST_F() argument
1424 TEST_F(VkLayerTest, PnextOnlyStructValidation) { in TEST_F() argument
1487 TEST_F(VkLayerTest, ReservedParameter) { in TEST_F() argument
1504 TEST_F(VkLayerTest, DebugMarkerNameTest) { in TEST_F() argument
1632 TEST_F(VkLayerTest, DebugUtilsNameTest) { in TEST_F() argument
1691 TEST_F(VkLayerTest, InvalidStructSType) { in TEST_F() argument
1716 TEST_F(VkLayerTest, InvalidStructPNext) { in TEST_F() argument
1748 TEST_F(VkLayerTest, UnrecognizedValueOutOfRange) { in TEST_F() argument
1761 TEST_F(VkLayerTest, UnrecognizedValueBadMask) { in TEST_F() argument
1773 TEST_F(VkLayerTest, UnrecognizedValueBadFlag) { in TEST_F() argument
1798 TEST_F(VkLayerTest, UnrecognizedValueBadBool) { in TEST_F() argument
1823 TEST_F(VkLayerTest, MirrorClampToEdgeNotEnabled) { in TEST_F() argument
1840 TEST_F(VkLayerTest, AnisotropyFeatureDisabled) { in TEST_F() argument
1865 TEST_F(VkLayerTest, AnisotropyFeatureEnabled) { in TEST_F() argument
1933 TEST_F(VkLayerTest, UnnormalizedCoordinatesEnabled) { in TEST_F() argument
2005 TEST_F(VkLayerTest, UnrecognizedValueMaxEnum) { in TEST_F() argument
2015 TEST_F(VkLayerTest, UpdateBufferAlignment) { in TEST_F() argument
2051 TEST_F(VkLayerTest, FillBufferAlignment) { in TEST_F() argument
2080 TEST_F(VkLayerTest, PSOPolygonModeInvalid) { in TEST_F() argument
2137 TEST_F(VkLayerTest, SparseBindingImageBufferCreate) { in TEST_F() argument
2216 TEST_F(VkLayerTest, SparseResidencyImageCreateUnsupportedTypes) { in TEST_F() argument
2287 TEST_F(VkLayerTest, SparseResidencyImageCreateUnsupportedSamples) { in TEST_F() argument
2379 TEST_F(VkLayerTest, GpuValidationArrayOOB) { in TEST_F() argument
2562 TEST_F(VkLayerTest, InvalidMemoryAliasing) { in TEST_F() argument
2666 TEST_F(VkLayerTest, InvalidMemoryMapping) { in TEST_F() argument
2806 TEST_F(VkLayerTest, MapMemWithoutHostVisibleBit) { in TEST_F() argument
2837 TEST_F(VkLayerTest, RebindMemory) { in TEST_F() argument
2909 TEST_F(VkLayerTest, QueryMemoryCommitmentWithoutLazyProperty) { in TEST_F() argument
2944 TEST_F(VkLayerTest, SubmitSignaledFence) { in TEST_F() argument
2982 TEST_F(VkLayerTest, InvalidUsageBits) { in TEST_F() argument
3040 TEST_F(VkLayerTest, LeakAnObject) { in TEST_F() argument
3082 TEST_F(VkLayerTest, InvalidCommandPoolConsistency) { in TEST_F() argument
3116 TEST_F(VkLayerTest, InvalidDescriptorPoolConsistency) { in TEST_F() argument
3153 TEST_F(VkLayerTest, CreateUnknownObject) { in TEST_F() argument
3170 TEST_F(VkLayerTest, UseObjectWithWrongDevice) { in TEST_F() argument
3209 TEST_F(VkLayerTest, PipelineNotBound) { in TEST_F() argument
3225 TEST_F(VkLayerTest, BindImageInvalidMemoryType) { in TEST_F() argument
3299 TEST_F(VkLayerTest, BindInvalidMemory) { in TEST_F() argument
3645 TEST_F(VkLayerTest, BindMemoryToDestroyedObject) { in TEST_F() argument
3711 TEST_F(VkLayerTest, ExceedMemoryAllocationCount) { in TEST_F() argument
3762 TEST_F(VkLayerTest, CreatePipelineBadVertexAttributeFormat) { in TEST_F() argument
3818 TEST_F(VkLayerTest, ImageSampleCounts) { in TEST_F() argument
3945 TEST_F(VkLayerTest, BlitImageFormatTypes) { in TEST_F() argument
4076 TEST_F(VkLayerTest, BlitImageFilters) { in TEST_F() argument
4166 TEST_F(VkLayerTest, BlitImageLayout) { in TEST_F() argument
4322 TEST_F(VkLayerTest, BlitImageOffsets) { in TEST_F() argument
4466 TEST_F(VkLayerTest, MiscBlitImageTests) { in TEST_F() argument
4629 TEST_F(VkLayerTest, BlitToDepthImageTests) { in TEST_F() argument
4691 TEST_F(VkLayerTest, MinImageTransferGranularity) { in TEST_F() argument
4821 TEST_F(VkLayerTest, MismatchedQueueFamiliesOnSubmit) { in TEST_F() argument
4862 TEST_F(VkLayerTest, DrawWithPipelineIncompatibleWithSubpass) { in TEST_F() argument
4963 TEST_F(VkLayerTest, ImageBarrierSubpassConflicts) { in TEST_F() argument
5160 TEST_F(VkLayerTest, InvalidSecondaryCommandBufferBarrier) { in TEST_F() argument
5256 TEST_F(VkLayerTest, ImageBarrierSubpassConflict) { in TEST_F() argument
5340 TEST_F(VkLayerTest, TemporaryExternalSemaphore) { in TEST_F() argument
5467 TEST_F(VkLayerTest, TemporaryExternalFence) { in TEST_F() argument
5720 TEST_F(VkLayerTest, RenderPassCreateAttachmentIndexOutOfRange) { in TEST_F() argument
5743 TEST_F(VkLayerTest, RenderPassCreateAttachmentReadOnlyButCleared) { in TEST_F() argument
5802 TEST_F(VkLayerTest, RenderPassCreateAttachmentMismatchingLayoutsColor) { in TEST_F() argument
5834 TEST_F(VkLayerTest, RenderPassCreateAttachmentDescriptionInvalidFinalLayout) { in TEST_F() argument
5877 TEST_F(VkLayerTest, RenderPassCreateAttachmentsMisc) { in TEST_F() argument
6070 TEST_F(VkLayerTest, RenderPassCreateAttachmentReferenceInvalidLayout) { in TEST_F() argument
6106 TEST_F(VkLayerTest, RenderPassCreateOverlappingCorrelationMasks) { in TEST_F() argument
6160 TEST_F(VkLayerTest, RenderPassCreateInvalidViewMasks) { in TEST_F() argument
6197 TEST_F(VkLayerTest, RenderPassCreateInvalidInputAttachmentReferences) { in TEST_F() argument
6250 TEST_F(VkLayerTest, RenderPassCreateSubpassNonGraphicsPipeline) { in TEST_F() argument
6272 TEST_F(VkLayerTest, RenderPassCreateSubpassMissingAttributesBitMultiviewNVX) { in TEST_F() argument
6308 TEST_F(VkLayerTest, RenderPassCreate2SubpassInvalidInputAttachmentParameters) { in TEST_F() argument
6369 TEST_F(VkLayerTest, RenderPassCreateInvalidSubpassDependencies) { in TEST_F() argument
6565 TEST_F(VkLayerTest, RenderPassCreateInvalidMixedAttachmentSamplesAMD) { in TEST_F() argument
6677 TEST_F(VkLayerTest, RenderPassBeginInvalidRenderArea) { in TEST_F() argument
6699 TEST_F(VkLayerTest, RenderPassBeginWithinRenderPass) { in TEST_F() argument
6736 TEST_F(VkLayerTest, RenderPassBeginIncompatibleFramebufferRenderPass) { in TEST_F() argument
6801 TEST_F(VkLayerTest, RenderPassBeginLayoutsFramebufferImageUsageMismatches) { in TEST_F() argument
6991 TEST_F(VkLayerTest, RenderPassBeginClearOpMismatch) { in TEST_F() argument
7041 TEST_F(VkLayerTest, RenderPassBeginSampleLocationsInvalidIndicesEXT) { in TEST_F() argument
7138 TEST_F(VkLayerTest, RenderPassNextSubpassExcessive) { in TEST_F() argument
7178 TEST_F(VkLayerTest, RenderPassEndBeforeFinalSubpass) { in TEST_F() argument
7237 TEST_F(VkLayerTest, RenderPassDestroyWhileInUse) { in TEST_F() argument
7821 TEST_F(VkLayerTest, DisabledIndependentBlend) { in TEST_F() argument
7884 TEST_F(VkLayerTest, PipelineRenderpassCompatibility) { in TEST_F() argument
7917 TEST_F(VkLayerTest, FramebufferCreateErrors) { in TEST_F() argument
8191 TEST_F(VkLayerTest, PointSizeFailure) { in TEST_F() argument
8239 TEST_F(VkLayerTest, PointSizeGeomShaderFailure) { in TEST_F() argument
8306 TEST_F(VkLayerTest, DynamicDepthBiasNotBound) { in TEST_F() argument
8317 TEST_F(VkLayerTest, DynamicLineWidthNotBound) { in TEST_F() argument
8328 TEST_F(VkLayerTest, DynamicViewportNotBound) { in TEST_F() argument
8340 TEST_F(VkLayerTest, DynamicScissorNotBound) { in TEST_F() argument
8351 TEST_F(VkLayerTest, DynamicBlendConstantsNotBound) { in TEST_F() argument
8363 TEST_F(VkLayerTest, DynamicDepthBoundsNotBound) { in TEST_F() argument
8379 TEST_F(VkLayerTest, DynamicStencilReadNotBound) { in TEST_F() argument
8391 TEST_F(VkLayerTest, DynamicStencilWriteNotBound) { in TEST_F() argument
8403 TEST_F(VkLayerTest, DynamicStencilRefNotBound) { in TEST_F() argument
8415 TEST_F(VkLayerTest, IndexBufferNotBound) { in TEST_F() argument
8425 TEST_F(VkLayerTest, IndexBufferBadSize) { in TEST_F() argument
8434 TEST_F(VkLayerTest, IndexBufferBadOffset) { in TEST_F() argument
8443 TEST_F(VkLayerTest, IndexBufferBadBindSize) { in TEST_F() argument
8452 TEST_F(VkLayerTest, IndexBufferBadBindOffset) { in TEST_F() argument
8461 TEST_F(VkLayerTest, CommandBufferTwoSubmits) { in TEST_F() argument
8500 TEST_F(VkLayerTest, AllocDescriptorFromEmptyPool) { in TEST_F() argument
8575 TEST_F(VkLayerTest, FreeDescriptorFromOneShotPool) { in TEST_F() argument
8625 TEST_F(VkLayerTest, InvalidDescriptorPool) { in TEST_F() argument
8637 TEST_F(VkLayerTest, InvalidDescriptorSet) { in TEST_F() argument
8668 TEST_F(VkLayerTest, InvalidDescriptorSetLayout) { in TEST_F() argument
8686 TEST_F(VkLayerTest, WriteDescriptorSetIntegrityCheck) { in TEST_F() argument
8802 TEST_F(VkLayerTest, WriteDescriptorSetConsecutiveUpdates) { in TEST_F() argument
8907 TEST_F(VkLayerTest, CreatePipelineLayoutExceedsSetLimit) { in TEST_F() argument
8946 TEST_F(VkLayerTest, CreatePipelineLayoutExcessPerStageDescriptors) { in TEST_F() argument
9177 TEST_F(VkLayerTest, CreatePipelineLayoutExcessDescriptorsOverall) { in TEST_F() argument
9452 TEST_F(VkLayerTest, InvalidCmdBufferBufferDestroyed) { in TEST_F() argument
9505 TEST_F(VkLayerTest, InvalidCmdBufferBufferViewDestroyed) { in TEST_F() argument
9650 TEST_F(VkLayerTest, InvalidCmdBufferImageDestroyed) { in TEST_F() argument
9718 TEST_F(VkLayerTest, InvalidCmdBufferFramebufferImageDestroyed) { in TEST_F() argument
9807 TEST_F(VkLayerTest, FramebufferInUseDestroyedSignaled) { in TEST_F() argument
9850 TEST_F(VkLayerTest, FramebufferImageInUseDestroyedSignaled) { in TEST_F() argument
9941 TEST_F(VkLayerTest, ImageMemoryNotBound) { in TEST_F() argument
10002 TEST_F(VkLayerTest, BufferMemoryNotBound) { in TEST_F() argument
10060 TEST_F(VkLayerTest, InvalidCmdBufferEventDestroyed) { in TEST_F() argument
10087 TEST_F(VkLayerTest, InvalidCmdBufferQueryPoolDestroyed) { in TEST_F() argument
10116 TEST_F(VkLayerTest, InvalidCmdBufferPipelineDestroyed) { in TEST_F() argument
10230 TEST_F(VkLayerTest, InvalidCmdBufferDescriptorSetBufferDestroyed) { in TEST_F() argument
10374 TEST_F(VkLayerTest, InvalidCmdBufferDescriptorSetImageSamplerDestroyed) { in TEST_F() argument
10697 TEST_F(VkLayerTest, InvalidDescriptorSetSamplerDestroyed) { in TEST_F() argument
10795 TEST_F(VkLayerTest, ImageDescriptorLayoutMismatchInternal) { in TEST_F() argument
10936 TEST_F(VkLayerTest, ImageDescriptorLayoutMismatchExternal) { in TEST_F() argument
11044 TEST_F(VkLayerTest, DescriptorPoolInUseDestroyedSignaled) { in TEST_F() argument
11170 TEST_F(VkLayerTest, DescriptorPoolInUseResetSignaled) { in TEST_F() argument
11295 TEST_F(VkLayerTest, DescriptorImageUpdateNoMemoryBound) { in TEST_F() argument
11423 TEST_F(VkLayerTest, InvalidPipeline) { in TEST_F() argument
11498 TEST_F(VkLayerTest, CmdDispatchExceedLimits) { in TEST_F() argument
11610 TEST_F(VkLayerTest, MultiplaneImageLayoutBadAspectFlags) { in TEST_F() argument
11755 TEST_F(VkLayerTest, InvalidBufferViewObject) { in TEST_F() argument
11863 TEST_F(VkLayerTest, CreateBufferViewNoMemoryBoundToBuffer) { in TEST_F() argument
11899 TEST_F(VkLayerTest, InvalidBufferViewCreateInfoEntries) { in TEST_F() argument
12007 TEST_F(VkLayerTest, InvalidDynamicOffsetCases) { in TEST_F() argument
12166 TEST_F(VkLayerTest, DescriptorBufferUpdateNoMemoryBound) { in TEST_F() argument
12246 TEST_F(VkLayerTest, InvalidPushConstants) { in TEST_F() argument
12418 TEST_F(VkLayerTest, DescriptorSetCompatibility) { in TEST_F() argument
12627 TEST_F(VkLayerTest, NoBeginCommandBuffer) { in TEST_F() argument
12639 TEST_F(VkLayerTest, SecondaryCommandBufferNullRenderpass) { in TEST_F() argument
12659 TEST_F(VkLayerTest, SecondaryCommandBufferRerecordedExplicitReset) { in TEST_F() argument
12683 TEST_F(VkLayerTest, SecondaryCommandBufferRerecordedNoReset) { in TEST_F() argument
12706 TEST_F(VkLayerTest, CascadedInvalidation) { in TEST_F() argument
12730 TEST_F(VkLayerTest, CommandBufferResetErrors) { in TEST_F() argument
12771 TEST_F(VkLayerTest, InvalidPipelineCreateState) { in TEST_F() argument
12887 TEST_F(VkLayerTest, InvalidPipelineSampleRateFeatureDisable) { in TEST_F() argument
12905 TEST_F(VkLayerTest, InvalidPipelineSampleRateFeatureEnable) { in TEST_F() argument
12935 TEST_F(VkLayerTest, InvalidPipelineSamplePNext) { in TEST_F() argument
12972 TEST_F(VkLayerTest, VertexAttributeDivisorExtension) { in TEST_F() argument
13067 TEST_F(VkLayerTest, VertexAttributeDivisorDisabled) { in TEST_F() argument
13114 TEST_F(VkLayerTest, VertexAttributeDivisorInstanceRateZero) { in TEST_F() argument
13303 TEST_F(VkLayerTest, PSOViewportStateTests) { in TEST_F() argument
13497 TEST_F(VkLayerTest, ExtensionDynamicStatesSetWOExtensionEnabled) { in TEST_F() argument
13533 TEST_F(VkLayerTest, PSOViewportStateMultiViewportTests) { in TEST_F() argument
13706 TEST_F(VkLayerTest, DynViewportAndScissorUndefinedDrawState) { in TEST_F() argument
13763 TEST_F(VkLayerTest, PSOLineWidthInvalid) { in TEST_F() argument
13844 TEST_F(VkLayerTest, VUID_VkVertexInputBindingDescription_binding_00618) { in TEST_F() argument
13936 TEST_F(VkLayerTest, VUID_VkVertexInputBindingDescription_stride_00619) { in TEST_F() argument
14028 TEST_F(VkLayerTest, VUID_VkVertexInputAttributeDescription_location_00620) { in TEST_F() argument
14123 TEST_F(VkLayerTest, VUID_VkVertexInputAttributeDescription_binding_00621) { in TEST_F() argument
14217 TEST_F(VkLayerTest, VUID_VkVertexInputAttributeDescription_offset_00622) { in TEST_F() argument
14327 TEST_F(VkLayerTest, NullRenderPass) { in TEST_F() argument
14345 TEST_F(VkLayerTest, EndCommandBufferWithinRenderPass) { in TEST_F() argument
14369 TEST_F(VkLayerTest, FillBufferWithinRenderPass) { in TEST_F() argument
14392 TEST_F(VkLayerTest, UpdateBufferWithinRenderPass) { in TEST_F() argument
14418 TEST_F(VkLayerTest, ClearColorImageWithBadRange) { in TEST_F() argument
14502 TEST_F(VkLayerTest, ClearDepthStencilWithBadRange) { in TEST_F() argument
14595 TEST_F(VkLayerTest, ClearColorImageWithinRenderPass) { in TEST_F() argument
14638 TEST_F(VkLayerTest, ClearDepthStencilImageErrors) { in TEST_F() argument
14688 TEST_F(VkLayerTest, ClearColorAttachmentsOutsideRenderPass) { in TEST_F() argument
14713 TEST_F(VkLayerTest, BufferMemoryBarrierNoBuffer) { in TEST_F() argument
14736 TEST_F(VkLayerTest, InvalidBarriers) { in TEST_F() argument
15366 TEST_F(VkLayerTest, InvalidBarrierQueueFamily) { in TEST_F() argument
15461 TEST_F(VkLayerTest, InvalidBarrierQueueFamilyWithMemExt) { in TEST_F() argument
15560 TEST_F(VkLayerTest, ImageBarrierWithBadRange) { in TEST_F() argument
15788 TEST_F(VkLayerTest, ValidationCacheTestBadMerge) { in TEST_F() argument
15870 TEST_F(VkLayerTest, IdxBufferAlignmentError) { in TEST_F() argument
15919 TEST_F(VkLayerTest, InvalidQueueFamilyIndex) { in TEST_F() argument
15984 TEST_F(VkLayerTest, ExecuteCommandsPrimaryCB) { in TEST_F() argument
16009 TEST_F(VkLayerTest, DSUsageBitsErrors) { in TEST_F() argument
16111 TEST_F(VkLayerTest, DSBufferInfoErrors) { in TEST_F() argument
16322 TEST_F(VkLayerTest, DSBufferLimitErrors) { in TEST_F() argument
16436 TEST_F(VkLayerTest, DSAspectBitsErrors) { in TEST_F() argument
16501 TEST_F(VkLayerTest, DSTypeMismatch) { in TEST_F() argument
16538 TEST_F(VkLayerTest, DSUpdateOutOfBounds) { in TEST_F() argument
16574 TEST_F(VkLayerTest, InvalidDSUpdateIndex) { in TEST_F() argument
16610 TEST_F(VkLayerTest, DSUpdateEmptyBinding) { in TEST_F() argument
16645 TEST_F(VkLayerTest, InvalidDSUpdateStruct) { in TEST_F() argument
16682 TEST_F(VkLayerTest, SampleDescriptorUpdateError) { in TEST_F() argument
16711 TEST_F(VkLayerTest, ImageViewDescriptorUpdateError) { in TEST_F() argument
16751 TEST_F(VkLayerTest, CopyDescriptorUpdateErrors) { in TEST_F() argument
16860 TEST_F(VkLayerTest, NumSamplesMismatch) { in TEST_F() argument
16913 TEST_F(VkLayerTest, DrawWithPipelineIncompatibleWithRenderPass) { in TEST_F() argument
16985 TEST_F(VkLayerTest, NumBlendAttachMismatch) { in TEST_F() argument
17019 TEST_F(VkLayerTest, Bad2DArrayImageType) { in TEST_F() argument
17053 TEST_F(VkLayerTest, Maint1BindingSliceOf3DImage) { in TEST_F() argument
17119 TEST_F(VkLayerTest, MissingClearAttachment) { in TEST_F() argument
17174 TEST_F(VkLayerTest, CmdClearAttachmentTests) { in TEST_F() argument
17253 TEST_F(VkLayerTest, VtxBufferBadIndex) { in TEST_F() argument
17302 TEST_F(VkLayerTest, InvalidQueryPoolCreate) { in TEST_F() argument
17337 TEST_F(VkLayerTest, UnclosedQuery) { in TEST_F() argument
17372 TEST_F(VkLayerTest, QueryPreciseBit) { in TEST_F() argument
17465 TEST_F(VkLayerTest, VertexBufferInvalid) { in TEST_F() argument
17567 TEST_F(VkLayerTest, BadVertexBufferOffset) { in TEST_F() argument
17584 TEST_F(VkLayerTest, InvalidVertexAttributeAlignment) { in TEST_F() argument
17699 TEST_F(VkLayerTest, InvalidVertexBindingDescriptions) { in TEST_F() argument
17745 TEST_F(VkLayerTest, InvalidVertexAttributeDescriptions) { in TEST_F() argument
17795 TEST_F(VkLayerTest, InvalidImageLayout) { in TEST_F() argument
18096 TEST_F(VkLayerTest, InvalidStorageImageLayout) { in TEST_F() argument
18142 TEST_F(VkLayerTest, NonSimultaneousSecondaryMarksPrimary) { in TEST_F() argument
18166 TEST_F(VkLayerTest, SimultaneousUseSecondaryTwoExecutes) { in TEST_F() argument
18190 TEST_F(VkLayerTest, SimultaneousUseSecondarySingleExecute) { in TEST_F() argument
18217 TEST_F(VkLayerTest, SimultaneousUseOneShot) { in TEST_F() argument
18264 TEST_F(VkLayerTest, StageMaskGsTsEnabled) { in TEST_F() argument
18319 TEST_F(VkLayerTest, EventInUseDestroyedSignaled) { in TEST_F() argument
18343 TEST_F(VkLayerTest, InUseDestroyedSignaled) { in TEST_F() argument
18442 TEST_F(VkLayerTest, QueryPoolInUseDestroyedSignaled) { in TEST_F() argument
18485 TEST_F(VkLayerTest, PipelineInUseDestroyedSignaled) { in TEST_F() argument
18528 TEST_F(VkLayerTest, CreateImageViewBreaksParameterCompatibilityRequirements) { in TEST_F() argument
18743 TEST_F(VkLayerTest, CreateImageViewFormatFeatureMismatch) { in TEST_F() argument
18906 TEST_F(VkLayerTest, InvalidImageViewUsageCreateInfo) { in TEST_F() argument
19028 TEST_F(VkLayerTest, ImageViewInUseDestroyedSignaled) { in TEST_F() argument
19138 TEST_F(VkLayerTest, BufferViewInUseDestroyedSignaled) { in TEST_F() argument
19256 TEST_F(VkLayerTest, SamplerInUseDestroyedSignaled) { in TEST_F() argument
19367 TEST_F(VkLayerTest, UpdateDestroyDescriptorSetLayout) { in TEST_F() argument
19450 TEST_F(VkLayerTest, QueueForwardProgressFenceWait) { in TEST_F() argument
19498 TEST_F(VkLayerTest, FramebufferIncompatible) { in TEST_F() argument
19589 TEST_F(VkLayerTest, RenderPassMissingAttachment) { in TEST_F() argument
19658 TEST_F(VkLayerTest, ColorBlendInvalidLogicOp) { in TEST_F() argument
19677 TEST_F(VkLayerTest, ColorBlendUnsupportedLogicOp) { in TEST_F() argument
19689 TEST_F(VkLayerTest, ColorBlendUnsupportedDualSourceBlend) { in TEST_F() argument
19765 TEST_F(VkLayerTest, ThreadCommandBufferCollision) { in TEST_F() argument
19825 TEST_F(VkLayerTest, InvalidSPIRVCodeSize) { in TEST_F() argument
19875 TEST_F(VkLayerTest, InvalidSPIRVMagic) { in TEST_F() argument
19901 TEST_F(VkLayerTest, CreatePipelineVertexOutputNotConsumed) { in TEST_F() argument
20008 TEST_F(VkLayerTest, CreatePipelineCheckShaderBadSpecialization) { in TEST_F() argument
20120 TEST_F(VkLayerTest, CreatePipelineCheckShaderDescriptorTypeMismatch) { in TEST_F() argument
20165 TEST_F(VkLayerTest, CreatePipelineCheckShaderDescriptorNotAccessible) { in TEST_F() argument
20211 TEST_F(VkLayerTest, CreatePipelineCheckShaderPushConstantNotAccessible) { in TEST_F() argument
20259 TEST_F(VkLayerTest, CreatePipelineCheckShaderNotEnabled) { in TEST_F() argument
20309 TEST_F(VkLayerTest, CreateShaderModuleCheckBadCapability) { in TEST_F() argument
20767 TEST_F(VkLayerTest, CreatePipelineFragmentInputNotProvided) { in TEST_F() argument
20808 TEST_F(VkLayerTest, CreatePipelineFragmentInputNotProvidedInBlock) { in TEST_F() argument
20849 TEST_F(VkLayerTest, CreatePipelineVsFsTypeMismatchArraySize) { in TEST_F() argument
20892 TEST_F(VkLayerTest, CreatePipelineVsFsTypeMismatch) { in TEST_F() argument
20933 TEST_F(VkLayerTest, CreatePipelineVsFsTypeMismatchInBlock) { in TEST_F() argument
20976 TEST_F(VkLayerTest, CreatePipelineVsFsMismatchByLocation) { in TEST_F() argument
21019 TEST_F(VkLayerTest, CreatePipelineVsFsMismatchByComponent) { in TEST_F() argument
21062 TEST_F(VkLayerTest, CreatePipelineVsFsMismatchByPrecision) { in TEST_F() argument
21097 TEST_F(VkLayerTest, CreatePipelineVsFsMismatchByPrecisionBlock) { in TEST_F() argument
21132 TEST_F(VkLayerTest, CreatePipelineAttribNotConsumed) { in TEST_F() argument
21180 TEST_F(VkLayerTest, CreatePipelineAttribLocationMismatch) { in TEST_F() argument
21232 TEST_F(VkLayerTest, CreatePipelineAttribNotProvided) { in TEST_F() argument
21272 TEST_F(VkLayerTest, CreatePipelineAttribTypeMismatch) { in TEST_F() argument
21323 TEST_F(VkLayerTest, CreatePipelineDuplicateStage) { in TEST_F() argument
21363 TEST_F(VkLayerTest, CreatePipelineMissingEntrypoint) { in TEST_F() argument
21399 TEST_F(VkLayerTest, CreatePipelineDepthStencilRequired) { in TEST_F() argument
21471 TEST_F(VkLayerTest, CreatePipelineTessPatchDecorationMismatch) { in TEST_F() argument
21542 TEST_F(VkLayerTest, CreatePipelineTessErrors) { in TEST_F() argument
21678 TEST_F(VkLayerTest, CreatePipelineAttribBindingConflict) { in TEST_F() argument
21731 TEST_F(VkLayerTest, CreatePipelineFragmentOutputNotWritten) { in TEST_F() argument
21811 TEST_F(VkLayerTest, CreatePipelineFragmentOutputNotConsumed) { in TEST_F() argument
21856 TEST_F(VkLayerTest, CreatePipelineFragmentOutputNotConsumedButAlphaToCoverageEnabled) { in TEST_F() argument
21902 TEST_F(VkLayerTest, CreatePipelineFragmentNoOutputLocation0ButAlphaToCoverageEnabled) { in TEST_F() argument
21947 TEST_F(VkLayerTest, CreatePipelineFragmentNoAlphaLocation0ButAlphaToCoverageEnabled) { in TEST_F() argument
21995 TEST_F(VkLayerTest, CreatePipelineFragmentOutputTypeMismatch) { in TEST_F() argument
22037 TEST_F(VkLayerTest, CreatePipelineExceedMaxVertexOutputComponents) { in TEST_F() argument
22099 TEST_F(VkLayerTest, CreatePipelineExceedMaxTessellationControlInputOutputComponents) { in TEST_F() argument
22233 TEST_F(VkLayerTest, CreatePipelineExceedMaxTessellationEvaluationInputOutputComponents) { in TEST_F() argument
22368 TEST_F(VkLayerTest, CreatePipelineExceedMaxGeometryInputOutputComponents) { in TEST_F() argument
22476 TEST_F(VkLayerTest, CreatePipelineExceedMaxFragmentInputComponents) { in TEST_F() argument
22538 TEST_F(VkLayerTest, CreatePipelineUniformBlockNotProvided) { in TEST_F() argument
22580 TEST_F(VkLayerTest, CreatePipelinePushConstantsNotInLayout) { in TEST_F() argument
22622 TEST_F(VkLayerTest, CreatePipelineInputAttachmentMissing) { in TEST_F() argument
22666 TEST_F(VkLayerTest, CreatePipelineInputAttachmentTypeMismatch) { in TEST_F() argument
22735 TEST_F(VkLayerTest, CreatePipelineInputAttachmentMissingArray) { in TEST_F() argument
22779 TEST_F(VkLayerTest, CreateComputePipelineMissingDescriptor) { in TEST_F() argument
22820 TEST_F(VkLayerTest, CreateComputePipelineDescriptorTypeMismatch) { in TEST_F() argument
22861 TEST_F(VkLayerTest, DrawTimeImageViewTypeMismatchWithPipeline) { in TEST_F() argument
22920 TEST_F(VkLayerTest, DrawTimeImageMultisampleMismatchWithPipeline) { in TEST_F() argument
22980 TEST_F(VkLayerTest, DrawTimeImageComponentTypeMismatchWithPipeline) { in TEST_F() argument
23039 TEST_F(VkLayerTest, AttachmentDescriptionUndefinedFormat) { in TEST_F() argument
23074 TEST_F(VkLayerTest, CreateImageViewNoMemoryBoundToImage) { in TEST_F() argument
23127 TEST_F(VkLayerTest, InvalidImageViewAspect) { in TEST_F() argument
23155 TEST_F(VkLayerTest, ExerciseGetImageSubresourceLayout) { in TEST_F() argument
23228 TEST_F(VkLayerTest, CopyImageLayerCountMismatch) { in TEST_F() argument
23286 TEST_F(VkLayerTest, ImageLayerUnsupportedFormat) { in TEST_F() argument
23313 TEST_F(VkLayerTest, CreateImageViewFormatMismatchUnrelated) { in TEST_F() argument
23371 TEST_F(VkLayerTest, CreateImageViewNoMutableFormatBit) { in TEST_F() argument
23419 TEST_F(VkLayerTest, CreateImageViewDifferentClass) { in TEST_F() argument
23464 TEST_F(VkLayerTest, MultiplaneIncompatibleViewFormat) { in TEST_F() argument
23551 TEST_F(VkLayerTest, CreateImageViewInvalidSubresourceRange) { in TEST_F() argument
23665 TEST_F(VkLayerTest, CompressedImageMipCopyTests) { in TEST_F() argument
23855 TEST_F(VkLayerTest, ImageBufferCopyTests) { in TEST_F() argument
24305 TEST_F(VkLayerTest, MiscImageLayerTests) { in TEST_F() argument
24438 TEST_F(VkLayerTest, CreateImageMiscErrors) { in TEST_F() argument
24600 TEST_F(VkLayerTest, CreateImageMinLimitsViolation) { in TEST_F() argument
24780 TEST_F(VkLayerTest, CreateImageMaxLimitsViolation) { in TEST_F() argument
24960 TEST_F(VkLayerTest, CopyImageTypeExtentMismatch) { in TEST_F() argument
25126 TEST_F(VkLayerTest, CopyImageTypeExtentMismatchMaintenance1) { in TEST_F() argument
25229 TEST_F(VkLayerTest, CopyImageCompressedBlockAlignment) { in TEST_F() argument
25374 TEST_F(VkLayerTest, CopyImageSinglePlane422Alignment) { in TEST_F() argument
25484 TEST_F(VkLayerTest, MultiplaneImageSamplerConversionMismatch) { in TEST_F() argument
25604 TEST_F(VkLayerTest, CopyImageMultiplaneAspectBits) { in TEST_F() argument
25736 TEST_F(VkLayerTest, CopyImageSrcSizeExceeded) { in TEST_F() argument
25820 TEST_F(VkLayerTest, CopyImageDstSizeExceeded) { in TEST_F() argument
25904 TEST_F(VkLayerTest, CopyImageFormatSizeMismatch) { in TEST_F() argument
26052 TEST_F(VkLayerTest, CopyImageDepthStencilFormatMismatch) { in TEST_F() argument
26105 TEST_F(VkLayerTest, CopyImageSampleCountMismatch) { in TEST_F() argument
26192 TEST_F(VkLayerTest, CopyImageAspectMismatch) { in TEST_F() argument
26315 TEST_F(VkLayerTest, ResolveImageLowSampleCount) { in TEST_F() argument
26372 TEST_F(VkLayerTest, ResolveImageHighSampleCount) { in TEST_F() argument
26435 TEST_F(VkLayerTest, ResolveImageFormatMismatch) { in TEST_F() argument
26540 TEST_F(VkLayerTest, ResolveImageTypeMismatch) { in TEST_F() argument
26644 TEST_F(VkLayerTest, ResolveImageLayoutMismatch) { in TEST_F() argument
26720 TEST_F(VkLayerTest, ResolveInvalidSubresource) { in TEST_F() argument
26815 TEST_F(VkLayerTest, DepthStencilImageViewWithColorAspectBitError) { in TEST_F() argument
26937 TEST_F(VkLayerTest, ClearImageErrors) { in TEST_F() argument
27013 TEST_F(VkLayerTest, CommandQueueFlags) { in TEST_F() argument
27039 TEST_F(VkLayerTest, ExecuteUnrecordedSecondaryCB) { in TEST_F() argument
27052 TEST_F(VkLayerTest, ExecuteUnrecordedPrimaryCB) { in TEST_F() argument
27066 TEST_F(VkLayerTest, ExecuteSecondaryCBWithLayoutMismatch) { in TEST_F() argument
27136 TEST_F(VkLayerTest, ExtensionNotEnabled) { in TEST_F() argument
27188 TEST_F(VkLayerTest, Maintenance1AndNegativeViewport) { in TEST_F() argument
27222 TEST_F(VkLayerTest, InvalidCreateDescriptorPool) { in TEST_F() argument
27267 TEST_F(VkLayerTest, InvalidCreateBufferSize) { in TEST_F() argument
27283 TEST_F(VkLayerTest, SetDynViewportParamTests) { in TEST_F() argument
27416 TEST_F(VkLayerTest, SetDynViewportParamMaintenance1Tests) { in TEST_F() argument
27432 TEST_F(VkLayerTest, SetDynViewportParamMultiviewportTests) { in TEST_F() argument
27873 TEST_F(VkLayerTest, SecondaryCommandBufferClearColorAttachmentsRenderArea) { in TEST_F() argument
28292 TEST_F(VkLayerTest, DuplicateDescriptorBinding) { in TEST_F() argument
28327 TEST_F(VkLayerTest, InvalidPushDescriptorSetLayout) { in TEST_F() argument
28387 TEST_F(VkLayerTest, PushDescriptorSetLayoutWithoutExtension) { in TEST_F() argument
28411 TEST_F(VkLayerTest, DescriptorIndexingSetLayoutWithoutExtension) { in TEST_F() argument
28430 TEST_F(VkLayerTest, DescriptorIndexingSetLayout) { in TEST_F() argument
28564 TEST_F(VkLayerTest, DescriptorIndexingUpdateAfterBind) { in TEST_F() argument
28769 TEST_F(VkLayerTest, AllocatePushDescriptorSet) { in TEST_F() argument
28827 TEST_F(VkLayerTest, PushDescriptorSetCmdPushBadArgs) { in TEST_F() argument
28956 TEST_F(VkLayerTest, SetDynScissorParamTests) { in TEST_F() argument
29017 TEST_F(VkLayerTest, SetDynScissorParamMultiviewportTests) { in TEST_F() argument
29143 TEST_F(VkLayerTest, MultiplePushDescriptorSets) { in TEST_F() argument
29198 TEST_F(VkLayerTest, CreateDescriptorUpdateTemplate) { in TEST_F() argument
30962 TEST_F(VkLayerTest, ResetEventThenSet) { in TEST_F() argument
32817 TEST_F(VkLayerTest, DuplicateValidPNextStructures) { in TEST_F() argument
32855 TEST_F(VkLayerTest, DedicatedAllocation) { in TEST_F() argument
33874 TEST_F(VkLayerTest, AMDMixedAttachmentSamplesValidateGraphicsPipeline) { in TEST_F() argument
34474 TEST_F(VkLayerTest, DrawIndirectCountKHR) { in TEST_F() argument
34600 TEST_F(VkLayerTest, DrawIndexedIndirectCountKHR) { in TEST_F() argument
34756 TEST_F(VkLayerTest, ExclusiveScissorNV) { in TEST_F() argument
34924 TEST_F(VkLayerTest, ShadingRateImageNV) { in TEST_F() argument
35302 TEST_F(VkLayerTest, CornerSampledImageNV) { in TEST_F() argument
35440 TEST_F(VkLayerTest, MeshShaderNV) { in TEST_F() argument
35553 TEST_F(VkLayerTest, MeshShaderDisabledNV) { in TEST_F() argument
35658 TEST_F(VkLayerTest, InlineUniformBlockEXT) { in TEST_F() argument
35898 TEST_F(VkLayerTest, FramebufferMixedSamplesNV) { in TEST_F() argument
36015 TEST_F(VkLayerTest, FramebufferMixedSamples) { in TEST_F() argument
36100 TEST_F(VkLayerTest, FragmentCoverageToColorNV) { in TEST_F() argument
36350 TEST_F(VkLayerTest, CreateYCbCrSampler) { in TEST_F() argument
36548 TEST_F(VkLayerTest, AndroidHardwareBufferImageCreate) { in TEST_F() argument
36693 TEST_F(VkLayerTest, AndroidHardwareBufferFetchUnboundImageInfo) { in TEST_F() argument
36767 TEST_F(VkLayerTest, AndroidHardwareBufferMemoryAllocation) { in TEST_F() argument
36995 TEST_F(VkLayerTest, AndroidHardwareBufferCreateYCbCrSampler) { in TEST_F() argument
37041 TEST_F(VkLayerTest, AndroidHardwareBufferPhysDevImageFormatProp2) { in TEST_F() argument
37102 TEST_F(VkLayerTest, AndroidHardwareBufferCreateImageView) { in TEST_F() argument
37257 TEST_F(VkLayerTest, AndroidHardwareBufferImportBuffer) { in TEST_F() argument
37343 TEST_F(VkLayerTest, AndroidHardwareBufferExporttBuffer) { in TEST_F() argument
37437 TEST_F(VkLayerTest, ViewportSwizzleNV) { in TEST_F() argument
37506 TEST_F(VkLayerTest, BufferDeviceAddressEXT) { in TEST_F() argument
37581 TEST_F(VkLayerTest, BufferDeviceAddressEXTDisabled) { in TEST_F() argument