Rename plus in filenames to and_later

Related-To: NEO-5920

Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
Szymon Morek
2021-08-03 11:48:35 +00:00
committed by Compute-Runtime-Automation
parent d8dd93dea6
commit aa5e1780a2
251 changed files with 298 additions and 298 deletions

View File

@@ -1,5 +1,5 @@
#
# Copyright (C) 2018-2020 Intel Corporation
# Copyright (C) 2018-2021 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
@@ -10,7 +10,7 @@ set(RUNTIME_SRCS_SAMPLER
${CMAKE_CURRENT_SOURCE_DIR}/sampler.h
${CMAKE_CURRENT_SOURCE_DIR}/sampler.inl
${CMAKE_CURRENT_SOURCE_DIR}/sampler_factory_init.inl
${CMAKE_CURRENT_SOURCE_DIR}/sampler_tgllp_plus.inl
${CMAKE_CURRENT_SOURCE_DIR}/sampler_tgllp_and_later.inl
)
add_subdirectories()
target_sources(${NEO_STATIC_LIB_NAME} PRIVATE ${RUNTIME_SRCS_SAMPLER})