Searched refs:alloc_surface_state (Results 1 – 2 of 2) sorted by relevance
2443 alloc_surface_state(struct anv_device *device) in alloc_surface_state() function2754 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()
3190 - iris: Make a alloc_surface_state helper