compute-runtime/runtime/kernel
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 Enable transforming image 3d to image 2d array 2018-04-05 09:10:54 +02:00
dynamic_kernel_info.h Initial commit 2017-12-21 00:45:38 +01:00
image_transformer.cpp Switch clang-format to 6.0 2018-06-14 09:45:00 +02:00
image_transformer.h Switch clang-format to 6.0 2018-06-14 09:45:00 +02:00
kernel.cpp Refactor graphics memory allocation scheme 2018-07-11 15:48:05 +02:00
kernel.h Handle when gtpin kernel start offset is not zero 2018-06-07 10:33:29 +02:00
kernel.inl Make UNRECOVERABLE_IF fail in tests. 2017-12-22 11:26:06 +01:00