HomeSort by: relevance | last modified time | path
    Searched defs:state_pool (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/tests/
state_pool.c 42 struct anv_state_pool state_pool; local
48 anv_state_pool_init(&state_pool, &device, "test", 4096, 0, 256);
51 anv_state_pool_alloc(&state_pool, 16, 16);
53 run_state_pool_test(&state_pool);
55 anv_state_pool_finish(&state_pool);
state_pool_free_list_only.c 41 struct anv_state_pool state_pool; local
45 anv_state_pool_init(&state_pool, &device, "test", 4096, 0, 4096);
48 anv_state_pool_alloc(&state_pool, 16, 16);
56 states[i] = anv_state_pool_alloc(&state_pool, 16, 16);
61 anv_state_pool_free(&state_pool, states[i]);
64 run_state_pool_test(&state_pool);
66 anv_state_pool_finish(&state_pool);
state_pool_padding.c 35 struct anv_state_pool state_pool; local
39 anv_state_pool_init(&state_pool, &device, "test", 4096, 0, 4096);
42 struct anv_block_pool *bp = &state_pool.block_pool;
46 anv_state_pool_alloc(&state_pool, 16, 16);
49 struct anv_state state = anv_state_pool_alloc(&state_pool, pool_size, 16);
60 state = anv_state_pool_alloc(&state_pool, 4096, 16);
67 state = anv_state_pool_alloc(&state_pool, 4096, 16);
73 state = anv_state_pool_alloc(&state_pool, 4096, 16);
77 anv_state_pool_finish(&state_pool);
state_pool_no_free.c 62 struct anv_state_pool state_pool; local
66 anv_state_pool_init(&state_pool, &device, "test", 4096, 0, 64);
71 jobs[i].pool = &state_pool;
111 anv_state_pool_finish(&state_pool);
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/tests/
state_pool.c 43 struct anv_state_pool state_pool; local
48 anv_state_pool_init(&state_pool, &device, 4096, 256, 0);
51 anv_state_pool_alloc(&state_pool, 16, 16);
53 run_state_pool_test(&state_pool);
55 anv_state_pool_finish(&state_pool);
state_pool_free_list_only.c 42 struct anv_state_pool state_pool; local
45 anv_state_pool_init(&state_pool, &device, 4096, 4096, 0);
48 anv_state_pool_alloc(&state_pool, 16, 16);
56 states[i] = anv_state_pool_alloc(&state_pool, 16, 16);
61 anv_state_pool_free(&state_pool, states[i]);
64 run_state_pool_test(&state_pool);
66 anv_state_pool_finish(&state_pool);
state_pool_padding.c 34 struct anv_state_pool state_pool; local
36 anv_state_pool_init(&state_pool, &device, 4096, 4096, EXEC_OBJECT_PINNED);
39 struct anv_block_pool *bp = &state_pool.block_pool;
43 anv_state_pool_alloc(&state_pool, 16, 16);
46 struct anv_state state = anv_state_pool_alloc(&state_pool, pool_size, 16);
57 state = anv_state_pool_alloc(&state_pool, 4096, 16);
64 state = anv_state_pool_alloc(&state_pool, 4096, 16);
70 state = anv_state_pool_alloc(&state_pool, 4096, 16);
74 anv_state_pool_finish(&state_pool);
state_pool_no_free.c 63 struct anv_state_pool state_pool; local
66 anv_state_pool_init(&state_pool, &device, 4096, 64, 0);
71 jobs[i].pool = &state_pool;
111 anv_state_pool_finish(&state_pool);
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_batch_chain.c 671 struct anv_state_pool *state_pool = &device->surface_state_pool; local
677 if (cmd_buffer->bt_next + state.alloc_size > state_pool->block_size)
anv_private.h 768 struct anv_state_pool *state_pool; member in struct:anv_state_stream
809 struct anv_state_pool *state_pool,
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_private.h 695 struct anv_state_pool *state_pool; member in struct:anv_state_stream
738 struct anv_state_pool *state_pool,

Completed in 69 milliseconds