Home
last modified time | relevance | path

Searched refs:alloc_surface_state (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/intel/vulkan/
Danv_image.c2443 alloc_surface_state(struct anv_device *device) in alloc_surface_state() function
2754 iview->planes[vplane].optimal_sampler_surface_state.state = alloc_surface_state(device); in anv_CreateImageView()
2755 iview->planes[vplane].general_sampler_surface_state.state = alloc_surface_state(device); in anv_CreateImageView()
2789 iview->planes[vplane].storage_surface_state.state = alloc_surface_state(device); in anv_CreateImageView()
2800 alloc_surface_state(device); in anv_CreateImageView()
2897 view->surface_state = alloc_surface_state(device); in anv_CreateBufferView()
2908 view->storage_surface_state = alloc_surface_state(device); in anv_CreateBufferView()
2909 view->lowered_storage_surface_state = alloc_surface_state(device); in anv_CreateBufferView()
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst3190 - iris: Make a alloc_surface_state helper