HomeSort by relevance Sort by last modified time
    Searched refs:anv_state_pool (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/intel/vulkan/tests/
state_pool.c 39 struct anv_state_pool state_pool;
state_pool_test_helper.h 27 struct anv_state_pool *pool;
59 static void run_state_pool_test(struct anv_state_pool *state_pool)
state_pool_free_list_only.c 38 struct anv_state_pool state_pool;
state_pool_no_free.c 35 struct anv_state_pool *pool;
59 struct anv_state_pool state_pool;
  /external/mesa3d/src/intel/vulkan/
anv_private.h 395 struct anv_state_pool { struct
457 void anv_state_pool_init(struct anv_state_pool *pool,
459 void anv_state_pool_finish(struct anv_state_pool *pool);
460 struct anv_state anv_state_pool_alloc(struct anv_state_pool *pool,
462 void anv_state_pool_free(struct anv_state_pool *pool, struct anv_state state);
545 struct anv_state_pool * pool;
590 struct anv_state_pool dynamic_state_pool;
593 struct anv_state_pool instruction_state_pool;
596 struct anv_state_pool surface_state_pool;
    [all...]
anv_allocator.c 644 anv_state_pool_init(struct anv_state_pool *pool,
656 anv_state_pool_finish(struct anv_state_pool *pool)
662 anv_state_pool_alloc(struct anv_state_pool *pool, size_t size, size_t align)
680 anv_state_pool_free(struct anv_state_pool *pool, struct anv_state state)
anv_device.c 770 anv_state_pool_emit_data(struct anv_state_pool *pool, size_t size, size_t align, const void *p)
    [all...]

Completed in 738 milliseconds