compute-runtime/unit_tests/mem_obj
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 Set correct offset for images created from buffer 2018-05-24 18:12:55 +02:00
buffer_pin_tests.cpp Add debug flag to dump dispatch parameters. 2018-03-16 11:13:35 +01:00
buffer_set_arg_tests.cpp Revert "Builtins increase context refcount." 2018-05-28 16:35:45 +02:00
buffer_tests.cpp Refactor graphics memory allocation scheme 2018-07-11 15:48:05 +02:00
create_image_format_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
destructor_callback_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
get_mem_object_info_subbufer_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
get_mem_object_info_tests.cpp Remove not used parameters in PlatformFixture SetUp function 2018-06-26 15:00:27 +02:00
image1d_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
image2d_from_buffer_tests.cpp Fix validation of size when creating image from buffer 2018-06-06 13:17:10 +02:00
image2d_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
image3d_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
image_array_size_tests.cpp Enable zero copy for enqueueImage r/w with hints 2018-02-06 19:00:15 +01:00
image_format_tests.cpp Add method to append gen specific surface state params 2018-01-31 17:18:41 +01:00
image_from_subbuffer_tests.cpp Fix image from subbuffer offsets 2018-05-29 16:29:25 +02:00
image_redescribe_tests.cpp Switch clang-format to 6.0 2018-06-14 09:45:00 +02:00
image_release_mapped_ptr_tests.cpp [1/n] Mipmap support 2018-04-05 01:09:27 +02:00
image_set_arg_tests.cpp Remove Aux pitch/qpitch/baseAddress programming 2018-07-11 13:06:21 +02:00
image_snorm_tests.cpp SNORM formats support 2018-02-01 11:18:01 +01:00
image_tests.cpp Refactor GraphicsAllocation::AllocationType and allocationType enums 2018-07-06 13:00:08 +02:00
image_tiled_tests.cpp [1/n] Mipmap support 2018-04-05 01:09:27 +02:00
image_transfer_tests.cpp Add instance of gmm helper to execution environment 2018-07-06 08:48:19 +02:00
image_validate_tests.cpp Fix reported row/slicePitch for mip-maps 2018-05-22 10:36:54 +02:00
map_operations_handler_tests.cpp [1/n] Mipmap support 2018-04-05 01:09:27 +02:00
mem_obj_destruction_tests.cpp Refactor graphics memory allocation scheme 2018-07-11 15:48:05 +02:00
mem_obj_tests.cpp Refactor graphics memory allocation scheme 2018-07-11 15:48:05 +02:00
nv12_image_tests.cpp Move static methods from Gmm to new GmmHelper class 2018-06-27 16:46:09 +02:00
packed_yuv_image_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
pipe_tests.cpp Map/unmap enqueue fixes [5/n]: Unify offset calculation 2018-02-21 20:12:52 +01:00
sub_buffer_tests.cpp Fix image from subbuffer offsets 2018-05-29 16:29:25 +02:00
zero_copy_tests.cpp Add DisableZeroCopyForBuffers debug flag. 2018-06-07 11:28:54 +02:00