X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=AndroidGen.mk;h=fb0562082639a5b62bcffd184916ef769f968173;hb=61e9dd88605ae53d48d9059e64d866912fb80ba5;hp=a2987426bc6e37035261ce3bc356516e88a15b40;hpb=2981b1c287e43c69f056a230454b43e31ff2c5e6;p=platform%2Fupstream%2FVK-GL-CTS.git diff --git a/AndroidGen.mk b/AndroidGen.mk index a298742..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 \ @@ -207,9 +211,12 @@ LOCAL_SRC_FILES := \ external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsm16bitStorageTests.cpp \ external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmComputeShaderCase.cpp \ external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmComputeShaderTestUtil.cpp \ + external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmConditionalBranchTests.cpp \ external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmGraphicsShaderTestUtil.cpp \ + external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmIndexingTests.cpp \ external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmInstructionTests.cpp \ external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmTests.cpp \ + external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmUboMatrixPaddingTests.cpp \ external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmUtils.cpp \ external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmVariablePointersTests.cpp \ external/vulkancts/modules/vulkan/ssbo/vktSSBOLayoutCase.cpp \ @@ -270,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 \ @@ -413,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 \ @@ -978,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 \