Searched refs:igt_permute_array (Results 1 – 19 of 19) sorted by relevance
/external/igt-gpu-tools/benchmarks/ |
D | gem_userptr_benchmark.c | 191 igt_permute_array(ptr, tot, exchange_ptr); in test_malloc_free() 214 igt_permute_array(ptr, tot, exchange_ptr); in test_malloc_realloc_free() 220 igt_permute_array(ptr, tot, exchange_ptr); in test_malloc_realloc_free() 244 igt_permute_array(ptr, tot, exchange_ptr); in test_mmap_unmap() 439 igt_permute_array(map, batch, igt_exchange_int); in test_multiple() 445 igt_permute_array(map, batch, igt_exchange_int); in test_multiple()
|
/external/igt-gpu-tools/tests/ |
D | eviction_common.c | 169 igt_permute_array(bo, surface_count, exchange_uint32_t); in mlocked_evictions() 216 igt_permute_array(bo, trash_surfaces, exchange_uint32_t); in swapping_evictions() 271 igt_permute_array(bo, bo_count, exchange_uint32_t); in forking_evictions()
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_ctx_thrash.c | 165 igt_permute_array(all, count, xchg_int); in single() 280 igt_permute_array(fds, num_ctx, xchg_int); in processes() 322 igt_permute_array(ctx, t->num_ctx, xchg_int); in thread()
|
D | gem_tiled_swapping.c | 150 igt_permute_array(t->idx_arr, count, igt_exchange_int); in thread_init()
|
D | gem_ctx_create.c | 306 igt_permute_array(contexts, count, xchg_u32); in maximum() 307 igt_permute_array(all_engines, all_nengine, xchg_u32); in maximum()
|
D | gem_exec_gttfill.c | 176 igt_permute_array(batches, count, xchg_batch); in fillgtt()
|
D | gem_exec_big.c | 169 igt_permute_array(gem_reloc, nreloc, xchg_reloc); in execN()
|
D | i915_module_load.c | 201 igt_permute_array(permuted, nengine, igt_exchange_int); in store_all()
|
D | gem_exec_await.c | 189 igt_permute_array(obj, nengine*ring_size, xchg_obj); in wide()
|
D | gem_exec_balancer.c | 551 igt_permute_array(ci, count, igt_exchange_int); in individual() 623 igt_permute_array(order + 2 * limit, 6 * limit, igt_exchange_int); in bonded() 1226 igt_permute_array(handles, count, igt_exchange_int); in smoketest()
|
D | gem_ctx_param.c | 79 igt_permute_array(values, size, igt_exchange_int64); in set_priority()
|
D | gem_stress.c | 538 igt_permute_array(buffers[set], num_buffers, exchange_buf); in init_set() 890 igt_permute_array(current_permutation, num_total_tiles, exchange_uint);
|
D | gem_exec_store.c | 270 igt_permute_array(permuted, nengine, igt_exchange_int); in store_all()
|
D | gem_sync.c | 895 igt_permute_array(threads[i].handles, in __store_many() 900 igt_permute_array(order, ARRAY_SIZE(threads), xchg); in __store_many() 1114 igt_permute_array(engines, num_engines, xchg); in store_all()
|
D | gem_busy.c | 345 igt_permute_array(indirection, nhandles, xchg_u32); in close_race()
|
D | gem_softpin.c | 447 igt_permute_array(object, ARRAY_SIZE(object)-1, xchg_offset); in test_noreloc()
|
D | gem_exec_nop.c | 653 igt_permute_array(engines, nengine, xchg); in sequential()
|
/external/igt-gpu-tools/lib/ |
D | igt_aux.h | 121 void igt_permute_array(void *array, unsigned size,
|
D | igt_aux.c | 620 void igt_permute_array(void *array, unsigned size, in igt_permute_array() function
|