Searched refs:anv_state_pool_alloc (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/intel/vulkan/tests/ |
D | state_pool_free_list_only.c | 46 anv_state_pool_alloc(&state_pool, 16, 16); in main() 54 states[i] = anv_state_pool_alloc(&state_pool, 16, 16); in main()
|
D | state_pool.c | 49 anv_state_pool_alloc(&state_pool, 16, 16); in main()
|
D | state_pool_test_helper.h | 47 states[i] = anv_state_pool_alloc(job->pool, 16, 16); in alloc_states()
|
D | state_pool_no_free.c | 48 struct anv_state state = anv_state_pool_alloc(job->pool, 16, 16); in alloc_states()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_pipeline_cache.c | 64 anv_state_pool_alloc(&device->instruction_state_pool, kernel_size, 64); in anv_shader_bin_create()
|
D | anv_device.c | 1198 state = anv_state_pool_alloc(pool, size, align); in anv_state_pool_emit_data() 2337 state = anv_state_pool_alloc(&device->dynamic_state_pool, in anv_CreateEvent()
|
D | anv_allocator.c | 783 anv_state_pool_alloc(struct anv_state_pool *pool, uint32_t size, uint32_t align) in anv_state_pool_alloc() function
|
D | anv_image.c | 868 return anv_state_pool_alloc(&device->surface_state_pool, 64, 64); in alloc_surface_state()
|
D | genX_pipeline.c | 886 anv_state_pool_alloc(&device->dynamic_state_pool, num_dwords * 4, 64);
|
D | anv_private.h | 659 struct anv_state anv_state_pool_alloc(struct anv_state_pool *pool,
|