preferRenderCompression flag for GMM resources creation

Change-Id: I718fa21d0feb825e0a3215408c78fa49d094a15f
This commit is contained in:
Dunajski, Bartosz
2018-01-12 09:08:49 +01:00
committed by sys_ocldev
parent b0c07bf27f
commit c939419ccc
12 changed files with 143 additions and 22 deletions

View File

@ -38,6 +38,7 @@ add_subdirectory(gen_common)
if(GTPIN_HEADERS_DIR)
add_subdirectory(gtpin)
endif(GTPIN_HEADERS_DIR)
add_subdirectory(gmm_helper)
add_subdirectory(helpers)
add_subdirectory(indirect_heap)
add_subdirectory(instrumentation)
@ -108,6 +109,7 @@ set(IGDRCL_SRCS_tests
${IGDRCL_SRCS_tests_execution_model}
${IGDRCL_SRCS_tests_fixtures}
${IGDRCL_SRCS_tests_gen_common}
${IGDRCL_SRCS_tests_gmm_helper}
${IGDRCL_SRCS_tests_helpers}
${IGDRCL_SRCS_tests_instrumentation}
${IGDRCL_SRCS_tests_indirect_heap}
@ -334,6 +336,7 @@ source_group("source files\\event" FILES ${IGDRCL_SRCS_tests_event})
source_group("source files\\execution_model" FILES ${IGDRCL_SRCS_tests_execution_model})
source_group("source files\\fixtures" FILES ${IGDRCL_SRCS_tests_fixtures})
source_group("source files\\gen_common" FILES ${IGDRCL_SRCS_tests_gen_common})
source_group("source files\\gmm_helper" FILES ${IGDRCL_SRCS_tests_gmm_helper})
source_group("source files\\helpers" FILES ${IGDRCL_SRCS_tests_helpers})
source_group("source files\\indirect_heap" FILES ${IGDRCL_SRCS_tests_indirect_heap})
source_group("source files\\instrumentation" FILES ${IGDRCL_SRCS_tests_instrumentation})