compute-runtime/unit_tests/command_stream
Hoppe, Mateusz 55a045ebe1 Refactor graphics memory allocation scheme
- replace createGraphicsAllocationWithRequiredBitness with more general
methodallocateGraphicsMemoryInPreferredPool based on passed
 AllocationData
- proper flags for allocation selected based on AllocationType

- remove allocateGraphicsMemory(size_t size, size_t alignment)
and use allocateGraphicsMemory(size_t size) instead where default
alignment is sufficient, otherwise use full options version:
allocateGraphicsMemory(size_t size, size_t alignment,
 bool forcePin, bool uncacheable)

Change-Id: I2da891f372ee181253cb840568a61b33c0d71fc9
2018-07-11 15:48:05 +02:00
..
CMakeLists.txt Add support for AUB subcapture (filter and toggle modes) 2018-06-15 13:02:27 +02:00
aub_command_stream_receiver_tests.cpp Refactor graphics memory allocation scheme 2018-07-11 15:48:05 +02:00
aub_subcapture_tests.cpp AUB subcapture in toggle mode to be controlled with HKCU regkey 2018-07-03 12:56:06 +02:00
cmd_parse_tests.cpp Refactoring ULTs around HW tests 2018-05-18 11:45:45 +02:00
command_stream_fixture.h Switch clang-format to 6.0 2018-06-14 09:45:00 +02:00
command_stream_receiver_flush_task_gmock_tests.cpp Move static methods from Gmm to new GmmHelper class 2018-06-27 16:46:09 +02:00
command_stream_receiver_flush_task_tests.cpp Move static methods from Gmm to new GmmHelper class 2018-06-27 16:46:09 +02:00
command_stream_receiver_hw_tests.cpp Move static methods from Gmm to new GmmHelper class 2018-06-27 16:46:09 +02:00
command_stream_receiver_hw_tests.inl L3 programming refactor 2/n 2018-04-27 13:10:28 +02:00
command_stream_receiver_tests.cpp Refactor graphics memory allocation scheme 2018-07-11 15:48:05 +02:00
command_stream_receiver_with_aub_dump_tests.cpp Refactor graphics memory allocation scheme 2018-07-11 15:48:05 +02:00
create_command_stream_receiver_tests.cpp Add AUB generation in parallel to execution on TBX 2018-03-08 16:52:52 +01:00
get_devices_tests.cpp Simplify platform initialize. 2018-06-21 12:46:35 +02:00
linear_stream_fixture.h Switch clang-format to 6.0 2018-06-14 09:45:00 +02:00
linear_stream_tests.cpp Clean not used methods from linear stream. 2018-05-18 08:42:37 -07:00
submissions_aggregator_tests.cpp Add instance of gmm helper to execution environment 2018-07-06 08:48:19 +02:00
tbx_command_stream_fixture.cpp Add AUB generation in parallel to execution on TBX 2018-03-08 16:52:52 +01:00
tbx_command_stream_fixture.h Initial commit 2017-12-21 00:45:38 +01:00
tbx_command_stream_tests.cpp Refactor graphics memory allocation scheme 2018-07-11 15:48:05 +02:00