Home
last modified time | relevance | path

Searched refs:anv_state_pool_free (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/intel/vulkan/tests/
Dstate_pool_free_list_only.c59 anv_state_pool_free(&state_pool, states[i]); in main()
Dstate_pool_test_helper.h53 anv_state_pool_free(job->pool, states[i]); in alloc_states()
/external/mesa3d/src/intel/vulkan/
Danv_image.c1261 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
1266 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
1271 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
1276 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
1368 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
1372 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
1376 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
Danv_pipeline_cache.c91 anv_state_pool_free(&device->instruction_state_pool, shader->kernel); in anv_shader_bin_destroy()
Danv_batch_chain.c743 anv_state_pool_free(&cmd_buffer->device->surface_state_pool, *bt_block); in anv_cmd_buffer_fini_batch_bo_chain()
775 anv_state_pool_free(&cmd_buffer->device->surface_state_pool, *bt_block); in anv_cmd_buffer_reset_batch_bo_chain()
Danv_device.c1546 anv_state_pool_free(&device->dynamic_state_pool, device->border_colors); in anv_DestroyDevice()
2365 anv_state_pool_free(&device->dynamic_state_pool, event->state); in anv_DestroyEvent()
Danv_allocator.c833 anv_state_pool_free(struct anv_state_pool *pool, struct anv_state state) in anv_state_pool_free() function
Danv_pipeline.c221 anv_state_pool_free(&device->dynamic_state_pool, pipeline->blend_state); in anv_DestroyPipeline()
Danv_private.h662 void anv_state_pool_free(struct anv_state_pool *pool, struct anv_state state);