Searched refs:anv_state_pool_free (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/tests/
H A Dstate_pool_free_list_only.c61 anv_state_pool_free(&state_pool, states[i]);
H A Dstate_pool_test_helper.h53 anv_state_pool_free(job->pool, states[i]);
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/tests/
H A Dstate_pool_free_list_only.c61 anv_state_pool_free(&state_pool, states[i]);
H A Dstate_pool_test_helper.h53 anv_state_pool_free(job->pool, states[i]);
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_image.c1689 anv_state_pool_free(&device->surface_state_pool,
1694 anv_state_pool_free(&device->surface_state_pool,
1699 anv_state_pool_free(&device->surface_state_pool,
1704 anv_state_pool_free(&device->surface_state_pool,
1796 anv_state_pool_free(&device->surface_state_pool,
1800 anv_state_pool_free(&device->surface_state_pool,
1804 anv_state_pool_free(&device->surface_state_pool,
H A Danv_pipeline_cache.c121 anv_state_pool_free(&device->instruction_state_pool, shader->kernel);
122 anv_state_pool_free(&device->dynamic_state_pool, shader->constant_data);
H A Danv_private.h807 void anv_state_pool_free(struct anv_state_pool *pool, struct anv_state state);
1181 anv_state_pool_free(anv_binding_table_pool(device), state);
H A Danv_device.c2436 anv_state_pool_free(&device->dynamic_state_pool, device->border_colors);
3477 anv_state_pool_free(&device->dynamic_state_pool, event->state);
3615 anv_state_pool_free(&device->dynamic_state_pool,
H A Danv_allocator.c1250 anv_state_pool_free(struct anv_state_pool *pool, struct anv_state state) function in typeref:typename:void
H A Danv_pipeline.c263 anv_state_pool_free(&device->dynamic_state_pool, pipeline->blend_state);
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_image.c2699 anv_state_pool_free(&device->surface_state_pool,
2704 anv_state_pool_free(&device->surface_state_pool,
2709 anv_state_pool_free(&device->surface_state_pool,
2714 anv_state_pool_free(&device->surface_state_pool,
2805 anv_state_pool_free(&device->surface_state_pool,
2809 anv_state_pool_free(&device->surface_state_pool,
2813 anv_state_pool_free(&device->surface_state_pool,
H A Danv_allocator.c1174 anv_state_pool_free(struct anv_state_pool *pool, struct anv_state state) function in typeref:typename:void
1303 anv_state_pool_free(pool->pool, *state);
1430 anv_state_pool_free(&device->surface_state_pool,
1537 anv_state_pool_free(&device->surface_state_pool, state);
H A Danv_device.c2883 anv_state_pool_free(pool, buf->state);
3339 anv_state_pool_free(&device->dynamic_state_pool, device->border_colors);
3340 anv_state_pool_free(&device->dynamic_state_pool, device->slice_hash);
4202 anv_state_pool_free(&device->dynamic_state_pool, event->state);
4431 anv_state_pool_free(&device->dynamic_state_pool,
H A Danv_pipeline_cache.c157 anv_state_pool_free(&device->instruction_state_pool, shader->kernel);
H A Danv_pipeline.c326 anv_state_pool_free(&device->dynamic_state_pool, gfx_pipeline->blend_state);
328 anv_state_pool_free(&device->dynamic_state_pool, gfx_pipeline->cps_state);
H A Danv_private.h736 void anv_state_pool_free(struct anv_state_pool *pool, struct anv_state state);
1286 anv_state_pool_free(anv_binding_table_pool(device), state);

Completed in 49 milliseconds