X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=AndroidGen.mk;h=fb0562082639a5b62bcffd184916ef769f968173;hb=95119315f103deff4c2be45a6ce2bcda0e103596;hp=8bd2f835935385773d9bbd88bd64592693db8eee;hpb=fa048169a247c3d4348ff7a24173ef39c28d4164;p=platform%2Fupstream%2FVK-GL-CTS.git diff --git a/AndroidGen.mk b/AndroidGen.mk index 8bd2f83..fb05620 100644 --- a/AndroidGen.mk +++ b/AndroidGen.mk @@ -34,8 +34,6 @@ LOCAL_SRC_FILES := \ external/vulkancts/framework/vulkan/vkDebugReportUtil.cpp \ external/vulkancts/framework/vulkan/vkDefs.cpp \ external/vulkancts/framework/vulkan/vkDeviceUtil.cpp \ - external/vulkancts/framework/vulkan/vkGlslProgram.cpp \ - external/vulkancts/framework/vulkan/vkGlslToSpirV.cpp \ external/vulkancts/framework/vulkan/vkImageUtil.cpp \ external/vulkancts/framework/vulkan/vkImageWithMemory.cpp \ external/vulkancts/framework/vulkan/vkMemUtil.cpp \ @@ -45,6 +43,8 @@ LOCAL_SRC_FILES := \ external/vulkancts/framework/vulkan/vkQueryUtil.cpp \ external/vulkancts/framework/vulkan/vkRef.cpp \ external/vulkancts/framework/vulkan/vkRefUtil.cpp \ + external/vulkancts/framework/vulkan/vkShaderProgram.cpp \ + external/vulkancts/framework/vulkan/vkShaderToSpirV.cpp \ external/vulkancts/framework/vulkan/vkSpirVAsm.cpp \ external/vulkancts/framework/vulkan/vkSpirVProgram.cpp \ external/vulkancts/framework/vulkan/vkStrUtil.cpp \ @@ -113,15 +113,19 @@ LOCAL_SRC_FILES := \ external/vulkancts/modules/vulkan/geometry/vktGeometryTestsUtil.cpp \ external/vulkancts/modules/vulkan/geometry/vktGeometryVaryingGeometryShaderTests.cpp \ external/vulkancts/modules/vulkan/image/vktImageAtomicOperationTests.cpp \ + external/vulkancts/modules/vulkan/image/vktImageCompressionTranscodingSupport.cpp \ external/vulkancts/modules/vulkan/image/vktImageLoadStoreTests.cpp \ external/vulkancts/modules/vulkan/image/vktImageLoadStoreUtil.cpp \ external/vulkancts/modules/vulkan/image/vktImageMultisampleLoadStoreTests.cpp \ + external/vulkancts/modules/vulkan/image/vktImageMutableTests.cpp \ external/vulkancts/modules/vulkan/image/vktImageQualifiersTests.cpp \ external/vulkancts/modules/vulkan/image/vktImageSizeTests.cpp \ external/vulkancts/modules/vulkan/image/vktImageTests.cpp \ external/vulkancts/modules/vulkan/image/vktImageTestsUtil.cpp \ external/vulkancts/modules/vulkan/image/vktImageTexture.cpp \ + external/vulkancts/modules/vulkan/image/vktImageTranscodingSupportTests.cpp \ external/vulkancts/modules/vulkan/memory/vktMemoryAllocationTests.cpp \ + external/vulkancts/modules/vulkan/memory/vktMemoryBindingTests.cpp \ external/vulkancts/modules/vulkan/memory/vktMemoryMappingTests.cpp \ external/vulkancts/modules/vulkan/memory/vktMemoryPipelineBarrierTests.cpp \ external/vulkancts/modules/vulkan/memory/vktMemoryRequirementsTests.cpp \ @@ -273,6 +277,13 @@ LOCAL_SRC_FILES := \ external/vulkancts/modules/vulkan/wsi/vktWsiSurfaceTests.cpp \ external/vulkancts/modules/vulkan/wsi/vktWsiSwapchainTests.cpp \ external/vulkancts/modules/vulkan/wsi/vktWsiTests.cpp \ + external/vulkancts/modules/vulkan/ycbcr/vktYCbCrConversionTests.cpp \ + external/vulkancts/modules/vulkan/ycbcr/vktYCbCrCopyTests.cpp \ + external/vulkancts/modules/vulkan/ycbcr/vktYCbCrFormatTests.cpp \ + external/vulkancts/modules/vulkan/ycbcr/vktYCbCrImageQueryTests.cpp \ + external/vulkancts/modules/vulkan/ycbcr/vktYCbCrTests.cpp \ + external/vulkancts/modules/vulkan/ycbcr/vktYCbCrUtil.cpp \ + external/vulkancts/modules/vulkan/ycbcr/vktYCbCrViewTests.cpp \ framework/common/tcuApp.cpp \ framework/common/tcuArray.cpp \ framework/common/tcuAstcUtil.cpp \ @@ -416,7 +427,6 @@ LOCAL_SRC_FILES := \ framework/opengl/gluDefs.cpp \ framework/opengl/gluDrawUtil.cpp \ framework/opengl/gluDummyRenderContext.cpp \ - framework/opengl/gluES3PlusWrapperContext.cpp \ framework/opengl/gluFboRenderContext.cpp \ framework/opengl/gluObjectWrapper.cpp \ framework/opengl/gluPixelTransfer.cpp \ @@ -981,6 +991,7 @@ LOCAL_C_INCLUDES := \ $(deqp_dir)/external/vulkancts/modules/vulkan/ubo \ $(deqp_dir)/external/vulkancts/modules/vulkan \ $(deqp_dir)/external/vulkancts/modules/vulkan/wsi \ + $(deqp_dir)/external/vulkancts/modules/vulkan/ycbcr \ $(deqp_dir)/framework/common \ $(deqp_dir)/framework/delibs/debase \ $(deqp_dir)/framework/delibs/decpp \