Lines Matching defs:TEST_F
493 TEST_F(ValidateImage, TypeImageWrongSampledType) { in TEST_F() function
506 TEST_F(ValidateImage, TypeImageVoidSampledTypeVulkan) { in TEST_F() function
525 TEST_F(ValidateImage, TypeImageU32SampledTypeVulkan) { in TEST_F() function
540 TEST_F(ValidateImage, TypeImageI32SampledTypeVulkan) { in TEST_F() function
555 TEST_F(ValidateImage, TypeImageI64SampledTypeNoCapabilityVulkan) { in TEST_F() function
572 TEST_F(ValidateImage, TypeImageI64SampledTypeVulkan) { in TEST_F() function
590 TEST_F(ValidateImage, TypeImageU64SampledTypeNoCapabilityVulkan) { in TEST_F() function
607 TEST_F(ValidateImage, TypeImageU64SampledTypeVulkan) { in TEST_F() function
625 TEST_F(ValidateImage, TypeImageF32SampledTypeVulkan) { in TEST_F() function
640 TEST_F(ValidateImage, TypeImageF64SampledTypeVulkan) { in TEST_F() function
659 TEST_F(ValidateImage, TypeImageF64SampledTypeWithInt64Vulkan) { in TEST_F() function
681 TEST_F(ValidateImage, TypeImageWrongDepth) { in TEST_F() function
692 TEST_F(ValidateImage, TypeImageWrongArrayed) { in TEST_F() function
703 TEST_F(ValidateImage, TypeImageWrongMS) { in TEST_F() function
714 TEST_F(ValidateImage, TypeImageWrongSampled) { in TEST_F() function
725 TEST_F(ValidateImage, TypeImageWrongSampledForSubpassData) { in TEST_F() function
738 TEST_F(ValidateImage, TypeImage_OpenCL_Sampled0_OK) { in TEST_F() function
748 TEST_F(ValidateImage, TypeImage_OpenCL_Sampled1_Invalid) { in TEST_F() function
759 TEST_F(ValidateImage, TypeImage_OpenCL_Sampled2_Invalid) { in TEST_F() function
770 TEST_F(ValidateImage, TypeImage_OpenCL_AccessQualifierMissing) { in TEST_F() function
782 TEST_F(ValidateImage, TypeImage_Vulkan_Sampled1_OK) { in TEST_F() function
792 TEST_F(ValidateImage, TypeImage_Vulkan_Sampled2_OK) { in TEST_F() function
802 TEST_F(ValidateImage, TypeImage_Vulkan_Sampled0_Invalid) { in TEST_F() function
815 TEST_F(ValidateImage, TypeImageWrongFormatForSubpassData) { in TEST_F() function
828 TEST_F(ValidateImage, TypeImageMultisampleStorageImage_MissingCapability) { in TEST_F() function
841 TEST_F(ValidateImage, TypeImageMultisampleStorageImage_UsesCapability) { in TEST_F() function
853 TEST_F(ValidateImage, TypeImageMultisampleSubpassData_OK) { in TEST_F() function
865 TEST_F(ValidateImage, TypeSampledImage_NotImage_Error) { in TEST_F() function
876 TEST_F(ValidateImage, TypeSampledImage_Sampled0_Success) { in TEST_F() function
889 TEST_F(ValidateImage, TypeSampledImage_Sampled2_Error) { in TEST_F() function
902 TEST_F(ValidateImage, TypeSampledImage_Sampled1_Success) { in TEST_F() function
913 TEST_F(ValidateImage, SampledImageSuccess) { in TEST_F() function
924 TEST_F(ValidateImage, SampledImageVulkanSuccess) { in TEST_F() function
936 TEST_F(ValidateImage, SampledImageWrongResultType) { in TEST_F() function
949 TEST_F(ValidateImage, SampledImageNotImage) { in TEST_F() function
963 TEST_F(ValidateImage, SampledImageImageNotForSampling) { in TEST_F() function
992 TEST_F(ValidateImage, SampledImageNotSampler) { in TEST_F() function
1005 TEST_F(ValidateImage, ImageTexelPointerSuccess) { in TEST_F() function
1015 TEST_F(ValidateImage, ImageTexelPointerResultTypeNotPointer) { in TEST_F() function
1027 TEST_F(ValidateImage, ImageTexelPointerResultTypeNotImageClass) { in TEST_F() function
1040 TEST_F(ValidateImage, ImageTexelPointerResultTypeNotNumericNorVoid) { in TEST_F() function
1054 TEST_F(ValidateImage, ImageTexelPointerImageNotResultTypePointer) { in TEST_F() function
1066 TEST_F(ValidateImage, ImageTexelPointerImageNotImage) { in TEST_F() function
1079 TEST_F(ValidateImage, ImageTexelPointerImageSampledNotResultType) { in TEST_F() function
1092 TEST_F(ValidateImage, ImageTexelPointerImageDimSubpassDataBad) { in TEST_F() function
1106 TEST_F(ValidateImage, ImageTexelPointerImageCoordTypeBad) { in TEST_F() function
1118 TEST_F(ValidateImage, ImageTexelPointerImageCoordSizeBad) { in TEST_F() function
1131 TEST_F(ValidateImage, ImageTexelPointerSampleNotIntScalar) { in TEST_F() function
1143 TEST_F(ValidateImage, ImageTexelPointerSampleNotZeroForImageWithMSZero) { in TEST_F() function
1156 TEST_F(ValidateImage, SampleImplicitLodSuccess) { in TEST_F() function
1180 TEST_F(ValidateImage, SampleImplicitLodWrongResultType) { in TEST_F() function
1194 TEST_F(ValidateImage, SampleImplicitLodWrongNumComponentsResultType) { in TEST_F() function
1208 TEST_F(ValidateImage, SampleImplicitLodNotSampledImage) { in TEST_F() function
1221 TEST_F(ValidateImage, SampleImplicitLodMultisampleError) { in TEST_F() function
1235 TEST_F(ValidateImage, SampleImplicitLodWrongSampledType) { in TEST_F() function
1250 TEST_F(ValidateImage, SampleImplicitLodVoidSampledType) { in TEST_F() function
1262 TEST_F(ValidateImage, SampleImplicitLodWrongCoordinateType) { in TEST_F() function
1276 TEST_F(ValidateImage, SampleImplicitLodCoordinateSizeTooSmall) { in TEST_F() function
1291 TEST_F(ValidateImage, SampleExplicitLodSuccessShader) { in TEST_F() function
1314 TEST_F(ValidateImage, SampleExplicitLodSuccessKernel) { in TEST_F() function
1330 TEST_F(ValidateImage, SampleExplicitLodSuccessCubeArrayed) { in TEST_F() function
1342 TEST_F(ValidateImage, SampleExplicitLodWrongResultType) { in TEST_F() function
1356 TEST_F(ValidateImage, SampleExplicitLodWrongNumComponentsResultType) { in TEST_F() function
1370 TEST_F(ValidateImage, SampleExplicitLodNotSampledImage) { in TEST_F() function
1383 TEST_F(ValidateImage, SampleExplicitLodMultisampleError) { in TEST_F() function
1397 TEST_F(ValidateImage, SampleExplicitLodWrongSampledType) { in TEST_F() function
1412 TEST_F(ValidateImage, SampleExplicitLodVoidSampledType) { in TEST_F() function
1424 TEST_F(ValidateImage, SampleExplicitLodWrongCoordinateType) { in TEST_F() function
1438 TEST_F(ValidateImage, SampleExplicitLodCoordinateSizeTooSmall) { in TEST_F() function
1453 TEST_F(ValidateImage, SampleExplicitLodBias) { in TEST_F() function
1469 TEST_F(ValidateImage, LodAndGrad) { in TEST_F() function
1485 TEST_F(ValidateImage, ImplicitLodWithLod) { in TEST_F() function
1501 TEST_F(ValidateImage, LodWrongType) { in TEST_F() function
1515 TEST_F(ValidateImage, LodWrongDim) { in TEST_F() function
1529 TEST_F(ValidateImage, MinLodIncompatible) { in TEST_F() function
1545 TEST_F(ValidateImage, ImplicitLodWithGrad) { in TEST_F() function
1561 TEST_F(ValidateImage, SampleImplicitLodCubeArrayedSuccess) { in TEST_F() function
1576 TEST_F(ValidateImage, SampleImplicitLodBiasWrongType) { in TEST_F() function
1590 TEST_F(ValidateImage, SampleImplicitLodBiasWrongDim) { in TEST_F() function
1605 TEST_F(ValidateImage, SampleExplicitLodGradDxWrongType) { in TEST_F() function
1620 TEST_F(ValidateImage, SampleExplicitLodGradDyWrongType) { in TEST_F() function
1635 TEST_F(ValidateImage, SampleExplicitLodGradDxWrongSize) { in TEST_F() function
1651 TEST_F(ValidateImage, SampleExplicitLodGradDyWrongSize) { in TEST_F() function
1667 TEST_F(ValidateImage, SampleImplicitLodConstOffsetCubeDim) { in TEST_F() function
1683 TEST_F(ValidateImage, SampleImplicitLodConstOffsetWrongType) { in TEST_F() function
1699 TEST_F(ValidateImage, SampleImplicitLodConstOffsetWrongSize) { in TEST_F() function
1714 TEST_F(ValidateImage, SampleImplicitLodConstOffsetNotConst) { in TEST_F() function
1730 TEST_F(ValidateImage, SampleImplicitLodOffsetCubeDim) { in TEST_F() function
1745 TEST_F(ValidateImage, SampleImplicitLodOffsetWrongType) { in TEST_F() function
1760 TEST_F(ValidateImage, SampleImplicitLodOffsetWrongSize) { in TEST_F() function
1776 TEST_F(ValidateImage, SampleImplicitLodVulkanOffsetWrongSize) { in TEST_F() function
1794 TEST_F(ValidateImage, SampleImplicitLodMoreThanOneOffset) { in TEST_F() function
1809 TEST_F(ValidateImage, SampleImplicitLodVulkanMoreThanOneOffset) { in TEST_F() function
1827 TEST_F(ValidateImage, SampleImplicitLodMinLodWrongType) { in TEST_F() function
1841 TEST_F(ValidateImage, SampleImplicitLodMinLodWrongDim) { in TEST_F() function
1856 TEST_F(ValidateImage, SampleProjExplicitLodSuccess2D) { in TEST_F() function
1879 TEST_F(ValidateImage, SampleProjExplicitLodSuccessRect) { in TEST_F() function
1892 TEST_F(ValidateImage, SampleProjExplicitLodWrongResultType) { in TEST_F() function
1906 TEST_F(ValidateImage, SampleProjExplicitLodWrongNumComponentsResultType) { in TEST_F() function
1920 TEST_F(ValidateImage, SampleProjExplicitLodNotSampledImage) { in TEST_F() function
1933 TEST_F(ValidateImage, SampleProjExplicitLodMultisampleError) { in TEST_F() function
1947 TEST_F(ValidateImage, SampleProjExplicitLodWrongSampledType) { in TEST_F() function
1962 TEST_F(ValidateImage, SampleProjExplicitLodVoidSampledType) { in TEST_F() function
1974 TEST_F(ValidateImage, SampleProjExplicitLodWrongCoordinateType) { in TEST_F() function
1988 TEST_F(ValidateImage, SampleProjExplicitLodCoordinateSizeTooSmall) { in TEST_F() function
2003 TEST_F(ValidateImage, SampleProjImplicitLodSuccess) { in TEST_F() function
2027 TEST_F(ValidateImage, SampleProjImplicitLodWrongResultType) { in TEST_F() function
2041 TEST_F(ValidateImage, SampleProjImplicitLodWrongNumComponentsResultType) { in TEST_F() function
2055 TEST_F(ValidateImage, SampleProjImplicitLodNotSampledImage) { in TEST_F() function
2068 TEST_F(ValidateImage, SampleProjImplicitLodMultisampleError) { in TEST_F() function
2082 TEST_F(ValidateImage, SampleProjImplicitLodWrongSampledType) { in TEST_F() function
2097 TEST_F(ValidateImage, SampleProjImplicitLodVoidSampledType) { in TEST_F() function
2109 TEST_F(ValidateImage, SampleProjImplicitLodWrongCoordinateType) { in TEST_F() function
2123 TEST_F(ValidateImage, SampleProjImplicitLodCoordinateSizeTooSmall) { in TEST_F() function
2138 TEST_F(ValidateImage, SampleDrefImplicitLodSuccess) { in TEST_F() function
2162 TEST_F(ValidateImage, SampleDrefImplicitLodWrongResultType) { in TEST_F() function
2176 TEST_F(ValidateImage, SampleDrefImplicitLodNotSampledImage) { in TEST_F() function
2189 TEST_F(ValidateImage, SampleDrefImplicitLodMultisampleError) { in TEST_F() function
2204 TEST_F(ValidateImage, SampleDrefImplicitLodWrongSampledType) { in TEST_F() function
2219 TEST_F(ValidateImage, SampleDrefImplicitLodVoidSampledType) { in TEST_F() function
2234 TEST_F(ValidateImage, SampleDrefImplicitLodWrongCoordinateType) { in TEST_F() function
2248 TEST_F(ValidateImage, SampleDrefImplicitLodCoordinateSizeTooSmall) { in TEST_F() function
2263 TEST_F(ValidateImage, SampleDrefImplicitLodWrongDrefType) { in TEST_F() function
2277 TEST_F(ValidateImage, SampleDrefExplicitLodSuccess) { in TEST_F() function
2300 TEST_F(ValidateImage, SampleDrefExplicitLodWrongResultType) { in TEST_F() function
2314 TEST_F(ValidateImage, SampleDrefExplicitLodNotSampledImage) { in TEST_F() function
2327 TEST_F(ValidateImage, SampleDrefExplicitLodMultisampleError) { in TEST_F() function
2342 TEST_F(ValidateImage, SampleDrefExplicitLodWrongSampledType) { in TEST_F() function
2357 TEST_F(ValidateImage, SampleDrefExplicitLodVoidSampledType) { in TEST_F() function
2372 TEST_F(ValidateImage, SampleDrefExplicitLodWrongCoordinateType) { in TEST_F() function
2386 TEST_F(ValidateImage, SampleDrefExplicitLodCoordinateSizeTooSmall) { in TEST_F() function
2401 TEST_F(ValidateImage, SampleDrefExplicitLodWrongDrefType) { in TEST_F() function
2415 TEST_F(ValidateImage, SampleProjDrefImplicitLodSuccess) { in TEST_F() function
2439 TEST_F(ValidateImage, SampleProjDrefImplicitLodWrongResultType) { in TEST_F() function
2453 TEST_F(ValidateImage, SampleProjDrefImplicitLodNotSampledImage) { in TEST_F() function
2466 TEST_F(ValidateImage, SampleProjDrefImplicitLodMultisampleError) { in TEST_F() function
2481 TEST_F(ValidateImage, SampleProjDrefImplicitLodWrongSampledType) { in TEST_F() function
2496 TEST_F(ValidateImage, SampleProjDrefImplicitLodVoidSampledType) { in TEST_F() function
2511 TEST_F(ValidateImage, SampleProjDrefImplicitLodWrongCoordinateType) { in TEST_F() function
2525 TEST_F(ValidateImage, SampleProjDrefImplicitLodCoordinateSizeTooSmall) { in TEST_F() function
2540 TEST_F(ValidateImage, SampleProjDrefImplicitLodWrongDrefType) { in TEST_F() function
2554 TEST_F(ValidateImage, SampleProjDrefExplicitLodSuccess) { in TEST_F() function
2577 TEST_F(ValidateImage, SampleProjDrefExplicitLodWrongResultType) { in TEST_F() function
2591 TEST_F(ValidateImage, SampleProjDrefExplicitLodNotSampledImage) { in TEST_F() function
2604 TEST_F(ValidateImage, SampleProjDrefExplicitLodMultisampleError) { in TEST_F() function
2619 TEST_F(ValidateImage, SampleProjDrefExplicitLodWrongSampledType) { in TEST_F() function
2634 TEST_F(ValidateImage, SampleProjDrefExplicitLodVoidSampledType) { in TEST_F() function
2649 TEST_F(ValidateImage, SampleProjDrefExplicitLodWrongCoordinateType) { in TEST_F() function
2663 TEST_F(ValidateImage, SampleProjDrefExplicitLodCoordinateSizeTooSmall) { in TEST_F() function
2678 TEST_F(ValidateImage, FetchSuccess) { in TEST_F() function
2695 TEST_F(ValidateImage, FetchMultisampledSuccess) { in TEST_F() function
2712 TEST_F(ValidateImage, FetchWrongResultType) { in TEST_F() function
2724 TEST_F(ValidateImage, FetchWrongNumComponentsResultType) { in TEST_F() function
2736 TEST_F(ValidateImage, FetchNotImage) { in TEST_F() function
2750 TEST_F(ValidateImage, FetchSampledImageDirectly) { in TEST_F() function
2765 TEST_F(ValidateImage, FetchNotSampled) { in TEST_F() function
2777 TEST_F(ValidateImage, FetchCube) { in TEST_F() function
2788 TEST_F(ValidateImage, FetchWrongSampledType) { in TEST_F() function
2801 TEST_F(ValidateImage, FetchVoidSampledType) { in TEST_F() function
2813 TEST_F(ValidateImage, FetchWrongCoordinateType) { in TEST_F() function
2825 TEST_F(ValidateImage, FetchCoordinateSizeTooSmall) { in TEST_F() function
2838 TEST_F(ValidateImage, FetchLodNotInt) { in TEST_F() function
2851 TEST_F(ValidateImage, FetchMultisampledMissingSample) { in TEST_F() function
2866 TEST_F(ValidateImage, GatherSuccess) { in TEST_F() function
2886 TEST_F(ValidateImage, GatherWrongResultType) { in TEST_F() function
2900 TEST_F(ValidateImage, GatherWrongNumComponentsResultType) { in TEST_F() function
2914 TEST_F(ValidateImage, GatherNotSampledImage) { in TEST_F() function
2927 TEST_F(ValidateImage, GatherMultisampleError) { in TEST_F() function
2941 TEST_F(ValidateImage, GatherWrongSampledType) { in TEST_F() function
2956 TEST_F(ValidateImage, GatherVoidSampledType) { in TEST_F() function
2968 TEST_F(ValidateImage, GatherWrongCoordinateType) { in TEST_F() function
2982 TEST_F(ValidateImage, GatherCoordinateSizeTooSmall) { in TEST_F() function
2997 TEST_F(ValidateImage, GatherWrongComponentType) { in TEST_F() function
3011 TEST_F(ValidateImage, GatherComponentNot32Bit) { in TEST_F() function
3025 TEST_F(ValidateImage, GatherComponentSuccessVulkan) { in TEST_F() function
3039 TEST_F(ValidateImage, GatherComponentNotConstantVulkan) { in TEST_F() function
3059 TEST_F(ValidateImage, GatherDimCube) { in TEST_F() function
3075 TEST_F(ValidateImage, GatherConstOffsetsNotArray) { in TEST_F() function
3091 TEST_F(ValidateImage, GatherConstOffsetsArrayWrongSize) { in TEST_F() function
3107 TEST_F(ValidateImage, GatherConstOffsetsArrayNotVector) { in TEST_F() function
3122 TEST_F(ValidateImage, GatherConstOffsetsArrayVectorWrongSize) { in TEST_F() function
3137 TEST_F(ValidateImage, GatherConstOffsetsArrayNotConst) { in TEST_F() function
3153 TEST_F(ValidateImage, NotGatherWithConstOffsets) { in TEST_F() function
3170 TEST_F(ValidateImage, DrefGatherSuccess) { in TEST_F() function
3190 TEST_F(ValidateImage, DrefGatherMultisampleError) { in TEST_F() function
3204 TEST_F(ValidateImage, DrefGatherVoidSampledType) { in TEST_F() function
3219 TEST_F(ValidateImage, DrefGatherWrongDrefType) { in TEST_F() function
3233 TEST_F(ValidateImage, ReadSuccess1) { in TEST_F() function
3244 TEST_F(ValidateImage, ReadSuccess2) { in TEST_F() function
3255 TEST_F(ValidateImage, ReadSuccess3) { in TEST_F() function
3266 TEST_F(ValidateImage, ReadSuccess4) { in TEST_F() function
3276 TEST_F(ValidateImage, ReadNeedCapabilityStorageImageReadWithoutFormat) { in TEST_F() function
3286 TEST_F(ValidateImage, ReadNeedCapabilityStorageImageReadWithoutFormatVulkan) { in TEST_F() function
3301 TEST_F(ValidateImage, ReadNeedCapabilityImage1D) { in TEST_F() function
3314 TEST_F(ValidateImage, ReadNeedCapabilityImageCubeArray) { in TEST_F() function
3329 TEST_F(ValidateImage, DISABLED_ReadWrongResultType) { in TEST_F() function
3342 TEST_F(ValidateImage, ReadScalarResultType_Universal) { in TEST_F() function
3354 TEST_F(ValidateImage, ReadUnusualNumComponentsResultType_Universal) { in TEST_F() function
3366 TEST_F(ValidateImage, ReadWrongNumComponentsResultType_Vulkan) { in TEST_F() function
3381 TEST_F(ValidateImage, ReadNotImage) { in TEST_F() function
3394 TEST_F(ValidateImage, ReadImageSampled) { in TEST_F() function
3407 TEST_F(ValidateImage, ReadWrongSampledType) { in TEST_F() function
3421 TEST_F(ValidateImage, ReadVoidSampledType) { in TEST_F() function
3434 TEST_F(ValidateImage, ReadWrongCoordinateType) { in TEST_F() function
3447 TEST_F(ValidateImage, ReadCoordinateSizeTooSmall) { in TEST_F() function
3461 TEST_F(ValidateImage, WriteSuccess1) { in TEST_F() function
3472 TEST_F(ValidateImage, WriteSuccess2) { in TEST_F() function
3483 TEST_F(ValidateImage, WriteSuccess3) { in TEST_F() function
3494 TEST_F(ValidateImage, WriteSuccess4) { in TEST_F() function
3517 TEST_F(ValidateImage, WriteSubpassData) { in TEST_F() function
3529 TEST_F(ValidateImage, WriteNeedCapabilityStorageImageWriteWithoutFormat) { in TEST_F() function
3539 TEST_F(ValidateImage, WriteNeedCapabilityStorageImageWriteWithoutFormatVulkan) { in TEST_F() function
3556 TEST_F(ValidateImage, WriteNeedCapabilityImage1D) { in TEST_F() function
3569 TEST_F(ValidateImage, WriteNeedCapabilityImageCubeArray) { in TEST_F() function
3583 TEST_F(ValidateImage, WriteNotImage) { in TEST_F() function
3595 TEST_F(ValidateImage, WriteImageSampled) { in TEST_F() function
3608 TEST_F(ValidateImage, WriteWrongCoordinateType) { in TEST_F() function
3621 TEST_F(ValidateImage, WriteCoordinateSizeTooSmall) { in TEST_F() function
3635 TEST_F(ValidateImage, WriteTexelWrongType) { in TEST_F() function
3648 TEST_F(ValidateImage, DISABLED_WriteTexelNotVector4) { in TEST_F() function
3661 TEST_F(ValidateImage, WriteTexelWrongComponentType) { in TEST_F() function
3676 TEST_F(ValidateImage, WriteSampleNotInteger) { in TEST_F() function
3700 TEST_F(ValidateImage, WriteSampleNotMultisampled) { in TEST_F() function
3714 TEST_F(ValidateImage, SampleWrongOpcode) { in TEST_F() function
3728 TEST_F(ValidateImage, SampleImageToImageSuccess) { in TEST_F() function
3740 TEST_F(ValidateImage, SampleImageToImageWrongResultType) { in TEST_F() function
3754 TEST_F(ValidateImage, SampleImageToImageNotSampledImage) { in TEST_F() function
3767 TEST_F(ValidateImage, SampleImageToImageNotTheSameImageType) { in TEST_F() function
3782 TEST_F(ValidateImage, QueryFormatSuccess) { in TEST_F() function
3792 TEST_F(ValidateImage, QueryFormatWrongResultType) { in TEST_F() function
3804 TEST_F(ValidateImage, QueryFormatNotImage) { in TEST_F() function
3818 TEST_F(ValidateImage, QueryOrderSuccess) { in TEST_F() function
3828 TEST_F(ValidateImage, QueryOrderWrongResultType) { in TEST_F() function
3840 TEST_F(ValidateImage, QueryOrderNotImage) { in TEST_F() function
3854 TEST_F(ValidateImage, QuerySizeLodSuccess) { in TEST_F() function
3864 TEST_F(ValidateImage, QuerySizeLodWrongResultType) { in TEST_F() function
3877 TEST_F(ValidateImage, QuerySizeLodResultTypeWrongSize) { in TEST_F() function
3889 TEST_F(ValidateImage, QuerySizeLodNotImage) { in TEST_F() function
3903 TEST_F(ValidateImage, QuerySizeLodSampledImageDirectly) { in TEST_F() function
3918 TEST_F(ValidateImage, QuerySizeLodMultisampledError) { in TEST_F() function
3929 TEST_F(ValidateImage, QuerySizeLodNonSampledUniversalSuccess) { in TEST_F() function
3940 TEST_F(ValidateImage, QuerySizeLodVulkanNonSampledError) { in TEST_F() function
3981 TEST_F(ValidateImage, QuerySizeLodWrongImageDim) { in TEST_F() function
3993 TEST_F(ValidateImage, QuerySizeLodWrongLodType) { in TEST_F() function
4005 TEST_F(ValidateImage, QuerySizeSuccess) { in TEST_F() function
4015 TEST_F(ValidateImage, QuerySizeWrongResultType) { in TEST_F() function
4028 TEST_F(ValidateImage, QuerySizeNotImage) { in TEST_F() function
4042 TEST_F(ValidateImage, QuerySizeSampledImageDirectly) { in TEST_F() function
4057 TEST_F(ValidateImage, QuerySizeDimSubpassDataBad) { in TEST_F() function
4070 TEST_F(ValidateImage, QuerySizeWrongSampling) { in TEST_F() function
4083 TEST_F(ValidateImage, QuerySizeWrongNumberOfComponents) { in TEST_F() function
4095 TEST_F(ValidateImage, QueryLodSuccessKernel) { in TEST_F() function
4108 TEST_F(ValidateImage, QueryLodSuccessShader) { in TEST_F() function
4120 TEST_F(ValidateImage, QueryLodWrongResultType) { in TEST_F() function
4134 TEST_F(ValidateImage, QueryLodResultTypeWrongSize) { in TEST_F() function
4148 TEST_F(ValidateImage, QueryLodNotSampledImage) { in TEST_F() function
4161 TEST_F(ValidateImage, QueryLodWrongDim) { in TEST_F() function
4175 TEST_F(ValidateImage, QueryLodWrongCoordinateType) { in TEST_F() function
4189 TEST_F(ValidateImage, QueryLodCoordinateSizeTooSmall) { in TEST_F() function
4204 TEST_F(ValidateImage, QueryLevelsSuccess) { in TEST_F() function
4214 TEST_F(ValidateImage, QueryLevelsWrongResultType) { in TEST_F() function
4226 TEST_F(ValidateImage, QueryLevelsNotImage) { in TEST_F() function
4240 TEST_F(ValidateImage, QueryLevelsSampledImageDirectly) { in TEST_F() function
4255 TEST_F(ValidateImage, QueryLevelsWrongDim) { in TEST_F() function
4267 TEST_F(ValidateImage, QuerySizeLevelsNonSampledUniversalSuccess) { in TEST_F() function
4278 TEST_F(ValidateImage, QuerySizeLevelsVulkanNonSampledError) { in TEST_F() function
4316 TEST_F(ValidateImage, QuerySamplesSuccess) { in TEST_F() function
4326 TEST_F(ValidateImage, QuerySamplesNot2D) { in TEST_F() function
4337 TEST_F(ValidateImage, QuerySamplesNotMultisampled) { in TEST_F() function
4348 TEST_F(ValidateImage, QueryLodWrongExecutionModel) { in TEST_F() function
4364 TEST_F(ValidateImage, QueryLodWrongExecutionModelWithFunc) { in TEST_F() function
4385 TEST_F(ValidateImage, QueryLodComputeShaderDerivatives) { in TEST_F() function
4406 TEST_F(ValidateImage, QueryLodUniversalSuccess) { in TEST_F() function
4454 TEST_F(ValidateImage, QueryLodVulkanNonSampledError) { in TEST_F() function
4502 TEST_F(ValidateImage, QueryLodComputeShaderDerivativesMissingMode) { in TEST_F() function
4526 TEST_F(ValidateImage, ImplicitLodWrongExecutionModel) { in TEST_F() function
4541 TEST_F(ValidateImage, ImplicitLodComputeShaderDerivatives) { in TEST_F() function
4562 TEST_F(ValidateImage, ImplicitLodComputeShaderDerivativesMissingMode) { in TEST_F() function
4587 TEST_F(ValidateImage, ReadSubpassDataWrongExecutionModel) { in TEST_F() function
4600 TEST_F(ValidateImage, SparseSampleImplicitLodSuccess) { in TEST_F() function
4624 TEST_F(ValidateImage, SparseSampleImplicitLodResultTypeNotStruct) { in TEST_F() function
4638 TEST_F(ValidateImage, SparseSampleImplicitLodResultTypeNotTwoMembers1) { in TEST_F() function
4653 TEST_F(ValidateImage, SparseSampleImplicitLodResultTypeNotTwoMembers2) { in TEST_F() function
4668 TEST_F(ValidateImage, SparseSampleImplicitLodResultTypeFirstMemberNotInt) { in TEST_F() function
4683 TEST_F(ValidateImage, SparseSampleImplicitLodResultTypeTexelNotVector) { in TEST_F() function
4698 TEST_F(ValidateImage, SparseSampleImplicitLodWrongNumComponentsTexel) { in TEST_F() function
4713 TEST_F(ValidateImage, SparseSampleImplicitLodWrongComponentTypeTexel) { in TEST_F() function
4728 TEST_F(ValidateImage, SparseSampleDrefImplicitLodSuccess) { in TEST_F() function
4752 TEST_F(ValidateImage, SparseSampleDrefImplicitLodResultTypeNotStruct) { in TEST_F() function
4766 TEST_F(ValidateImage, SparseSampleDrefImplicitLodResultTypeNotTwoMembers1) { in TEST_F() function
4782 TEST_F(ValidateImage, SparseSampleDrefImplicitLodResultTypeNotTwoMembers2) { in TEST_F() function
4798 TEST_F(ValidateImage, SparseSampleDrefImplicitLodResultTypeFirstMemberNotInt) { in TEST_F() function
4814 TEST_F(ValidateImage, SparseSampleDrefImplicitLodDifferentSampledType) { in TEST_F() function
4829 TEST_F(ValidateImage, SparseFetchSuccess) { in TEST_F() function
4846 TEST_F(ValidateImage, SparseFetchResultTypeNotStruct) { in TEST_F() function
4858 TEST_F(ValidateImage, SparseFetchResultTypeNotTwoMembers1) { in TEST_F() function
4871 TEST_F(ValidateImage, SparseFetchResultTypeNotTwoMembers2) { in TEST_F() function
4884 TEST_F(ValidateImage, SparseFetchResultTypeFirstMemberNotInt) { in TEST_F() function
4897 TEST_F(ValidateImage, SparseFetchResultTypeTexelNotVector) { in TEST_F() function
4910 TEST_F(ValidateImage, SparseFetchWrongNumComponentsTexel) { in TEST_F() function
4923 TEST_F(ValidateImage, SparseFetchWrongComponentTypeTexel) { in TEST_F() function
4936 TEST_F(ValidateImage, SparseReadSuccess) { in TEST_F() function
4947 TEST_F(ValidateImage, SparseReadResultTypeNotStruct) { in TEST_F() function
4960 TEST_F(ValidateImage, SparseReadResultTypeNotTwoMembers1) { in TEST_F() function
4974 TEST_F(ValidateImage, SparseReadResultTypeNotTwoMembers2) { in TEST_F() function
4988 TEST_F(ValidateImage, SparseReadResultTypeFirstMemberNotInt) { in TEST_F() function
5002 TEST_F(ValidateImage, SparseReadResultTypeTexelWrongType) { in TEST_F() function
5016 TEST_F(ValidateImage, SparseReadWrongComponentTypeTexel) { in TEST_F() function
5030 TEST_F(ValidateImage, SparseReadSubpassDataNotAllowed) { in TEST_F() function
5044 TEST_F(ValidateImage, SparseGatherSuccess) { in TEST_F() function
5063 TEST_F(ValidateImage, SparseGatherResultTypeNotStruct) { in TEST_F() function
5077 TEST_F(ValidateImage, SparseGatherResultTypeNotTwoMembers1) { in TEST_F() function
5092 TEST_F(ValidateImage, SparseGatherResultTypeNotTwoMembers2) { in TEST_F() function
5107 TEST_F(ValidateImage, SparseGatherResultTypeFirstMemberNotInt) { in TEST_F() function
5122 TEST_F(ValidateImage, SparseGatherResultTypeTexelNotVector) { in TEST_F() function
5137 TEST_F(ValidateImage, SparseGatherWrongNumComponentsTexel) { in TEST_F() function
5152 TEST_F(ValidateImage, SparseGatherWrongComponentTypeTexel) { in TEST_F() function
5167 TEST_F(ValidateImage, SparseTexelsResidentSuccess) { in TEST_F() function
5176 TEST_F(ValidateImage, SparseTexelsResidentResultTypeNotBool) { in TEST_F() function
5187 TEST_F(ValidateImage, MakeTexelVisibleKHRSuccessImageRead) { in TEST_F() function
5204 TEST_F(ValidateImage, MakeTexelVisibleKHRSuccessImageSparseRead) { in TEST_F() function
5221 TEST_F(ValidateImage, MakeTexelVisibleKHRFailureOpcode) { in TEST_F() function
5245 TEST_F(ValidateImage, MakeTexelVisibleKHRFailureMissingNonPrivate) { in TEST_F() function
5266 TEST_F(ValidateImage, MakeTexelAvailableKHRSuccessImageWrite) { in TEST_F() function
5283 TEST_F(ValidateImage, MakeTexelAvailableKHRFailureOpcode) { in TEST_F() function
5306 TEST_F(ValidateImage, MakeTexelAvailableKHRFailureMissingNonPrivate) { in TEST_F() function
5327 TEST_F(ValidateImage, VulkanMemoryModelDeviceScopeImageWriteBad) { in TEST_F() function
5349 TEST_F(ValidateImage, VulkanMemoryModelDeviceScopeImageWriteGood) { in TEST_F() function
5367 TEST_F(ValidateImage, VulkanMemoryModelDeviceScopeImageReadBad) { in TEST_F() function
5389 TEST_F(ValidateImage, VulkanMemoryModelDeviceScopeImageReadGood) { in TEST_F() function
5409 TEST_F(ValidateImage, Issue2463NoSegFault) { in TEST_F() function
5442 TEST_F(ValidateImage, SignExtendV13Bad) { in TEST_F() function
5453 TEST_F(ValidateImage, ZeroExtendV13Bad) { in TEST_F() function
5464 TEST_F(ValidateImage, SignExtendScalarUIntTexelV14Good) { in TEST_F() function
5479 TEST_F(ValidateImage, SignExtendScalarSIntTexelV14Good) { in TEST_F() function
5494 TEST_F(ValidateImage, SignExtendScalarVectorUIntTexelV14Good) { in TEST_F() function
5508 TEST_F(ValidateImage, SignExtendVectorSIntTexelV14Good) { in TEST_F() function
5525 TEST_F(ValidateImage, ZeroExtendScalarUIntTexelV14Good) { in TEST_F() function
5540 TEST_F(ValidateImage, ZeroExtendScalarSIntTexelV14Good) { in TEST_F() function
5555 TEST_F(ValidateImage, ZeroExtendScalarVectorUIntTexelV14Good) { in TEST_F() function
5569 TEST_F(ValidateImage, ZeroExtendVectorSIntTexelV14Good) { in TEST_F() function
5583 TEST_F(ValidateImage, ReadLodAMDSuccess1) { in TEST_F() function
5599 TEST_F(ValidateImage, ReadLodAMDSuccess2) { in TEST_F() function
5615 TEST_F(ValidateImage, ReadLodAMDSuccess3) { in TEST_F() function
5631 TEST_F(ValidateImage, ReadLodAMDNeedCapability) { in TEST_F() function
5648 TEST_F(ValidateImage, WriteLodAMDSuccess1) { in TEST_F() function
5664 TEST_F(ValidateImage, WriteLodAMDSuccess2) { in TEST_F() function
5680 TEST_F(ValidateImage, WriteLodAMDSuccess3) { in TEST_F() function
5696 TEST_F(ValidateImage, WriteLodAMDNeedCapability) { in TEST_F() function
5713 TEST_F(ValidateImage, SparseReadLodAMDSuccess) { in TEST_F() function
5729 TEST_F(ValidateImage, SparseReadLodAMDNeedCapability) { in TEST_F() function
5746 TEST_F(ValidateImage, GatherBiasAMDSuccess) { in TEST_F() function
5762 TEST_F(ValidateImage, GatherLodAMDSuccess) { in TEST_F() function
5778 TEST_F(ValidateImage, SparseGatherBiasAMDSuccess) { in TEST_F() function
5794 TEST_F(ValidateImage, SparseGatherLodAMDSuccess) { in TEST_F() function
5836 TEST_F(ValidateImage, Image64MissingCapability) { in TEST_F() function
5844 TEST_F(ValidateImage, Image64MissingExtension) { in TEST_F() function
5856 TEST_F(ValidateImage, ImageTexelPointer64Success) { in TEST_F() function
5870 TEST_F(ValidateImage, ImageTexelPointer64ResultTypeNotPointer) { in TEST_F() function
5886 TEST_F(ValidateImage, ImageTexelPointer64ResultTypeNotImageClass) { in TEST_F() function
5903 TEST_F(ValidateImage, ImageTexelPointer64SampleNotZeroForImageWithMSZero) { in TEST_F() function
5920 TEST_F(ValidateImage, ImageTexelPointerR32uiSuccessVulkan) { in TEST_F() function
5931 TEST_F(ValidateImage, ImageTexelPointerR32iSuccessVulkan) { in TEST_F() function
5951 TEST_F(ValidateImage, ImageTexelPointerR64uiSuccessVulkan) { in TEST_F() function
5965 TEST_F(ValidateImage, ImageTexelPointerR64iSuccessVulkan) { in TEST_F() function
5979 TEST_F(ValidateImage, ImageTexelPointerR32fSuccessVulkan) { in TEST_F() function
5998 TEST_F(ValidateImage, ImageTexelPointerRgba32iVulkan) { in TEST_F() function
6023 TEST_F(ValidateImage, ImageTexelPointerRgba16fVulkan) { in TEST_F() function