Searched refs:alloc_surface_state (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_image.c1220 alloc_surface_state(struct anv_device *device) function in typeref:struct:anv_state
1620 iview->planes[vplane].optimal_sampler_surface_state.state = alloc_surface_state(device);
1621 iview->planes[vplane].general_sampler_surface_state.state = alloc_surface_state(device);
1649 iview->planes[vplane].storage_surface_state.state = alloc_surface_state(device);
1650 iview->planes[vplane].writeonly_storage_surface_state.state = alloc_surface_state(device);
1741 view->surface_state = alloc_surface_state(device);
1751 view->storage_surface_state = alloc_surface_state(device);
1752 view->writeonly_storage_surface_state = alloc_surface_state(device);
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_image.c2317 alloc_surface_state(struct anv_device *device) function in typeref:struct:anv_state
2612 iview->planes[vplane].optimal_sampler_surface_state.state = alloc_surface_state(device);
2613 iview->planes[vplane].general_sampler_surface_state.state = alloc_surface_state(device);
2643 iview->planes[vplane].storage_surface_state.state = alloc_surface_state(device);
2654 alloc_surface_state(device);
2751 view->surface_state = alloc_surface_state(device);
2761 view->storage_surface_state = alloc_surface_state(device);
2762 view->lowered_storage_surface_state = alloc_surface_state(device);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst3190 - iris: Make a alloc_surface_state helper

Completed in 12 milliseconds