Home
last modified time | relevance | path

Searched refs:igt_permute_array (Results 1 – 19 of 19) sorted by relevance

/external/igt-gpu-tools/benchmarks/
Dgem_userptr_benchmark.c191 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/
Deviction_common.c169 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/
Dgem_ctx_thrash.c165 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()
Dgem_tiled_swapping.c150 igt_permute_array(t->idx_arr, count, igt_exchange_int); in thread_init()
Dgem_ctx_create.c306 igt_permute_array(contexts, count, xchg_u32); in maximum()
307 igt_permute_array(all_engines, all_nengine, xchg_u32); in maximum()
Dgem_exec_gttfill.c176 igt_permute_array(batches, count, xchg_batch); in fillgtt()
Dgem_exec_big.c169 igt_permute_array(gem_reloc, nreloc, xchg_reloc); in execN()
Di915_module_load.c201 igt_permute_array(permuted, nengine, igt_exchange_int); in store_all()
Dgem_exec_await.c189 igt_permute_array(obj, nengine*ring_size, xchg_obj); in wide()
Dgem_exec_balancer.c551 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()
Dgem_ctx_param.c79 igt_permute_array(values, size, igt_exchange_int64); in set_priority()
Dgem_stress.c538 igt_permute_array(buffers[set], num_buffers, exchange_buf); in init_set()
890 igt_permute_array(current_permutation, num_total_tiles, exchange_uint);
Dgem_exec_store.c270 igt_permute_array(permuted, nengine, igt_exchange_int); in store_all()
Dgem_sync.c895 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()
Dgem_busy.c345 igt_permute_array(indirection, nhandles, xchg_u32); in close_race()
Dgem_softpin.c447 igt_permute_array(object, ARRAY_SIZE(object)-1, xchg_offset); in test_noreloc()
Dgem_exec_nop.c653 igt_permute_array(engines, nengine, xchg); in sequential()
/external/igt-gpu-tools/lib/
Digt_aux.h121 void igt_permute_array(void *array, unsigned size,
Digt_aux.c620 void igt_permute_array(void *array, unsigned size, in igt_permute_array() function