Searched refs:storage_surface_state (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_image.c | 1649 iview->planes[vplane].storage_surface_state.state = alloc_surface_state(device); 1657 &iview->planes[vplane].storage_surface_state, 1698 if (iview->planes[plane].storage_surface_state.state.alloc_size > 0) { 1700 iview->planes[plane].storage_surface_state.state); 1751 view->storage_surface_state = alloc_surface_state(device); 1760 anv_fill_buffer_surface_state(device, view->storage_surface_state, 1776 view->storage_surface_state = (struct anv_state){ 0 }; 1799 if (view->storage_surface_state.alloc_size > 0) 1801 view->storage_surface_state);
|
| H A D | anv_descriptor_set.c | 1185 image_view->planes[0].storage_surface_state.state), 1256 buffer_view->storage_surface_state),
|
| H A D | anv_private.h | 1748 struct anv_state storage_surface_state; member in struct:anv_buffer_view 3383 struct anv_surface_state storage_surface_state; member in struct:anv_image_view::__anon7bd6f2691a08
|
| H A D | genX_cmd_buffer.c | 2208 : desc->image_view->planes[binding->plane].storage_surface_state; 2256 : desc->buffer_view->storage_surface_state;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_image.c | 2643 iview->planes[vplane].storage_surface_state.state = alloc_surface_state(device); 2649 &iview->planes[vplane].storage_surface_state, 2708 if (iview->planes[plane].storage_surface_state.state.offset) { 2710 iview->planes[plane].storage_surface_state.state); 2761 view->storage_surface_state = alloc_surface_state(device); 2764 anv_fill_buffer_surface_state(device, view->storage_surface_state, 2785 view->storage_surface_state = (struct anv_state){ 0 }; 2808 if (view->storage_surface_state.alloc_size > 0) 2810 view->storage_surface_state);
|
| H A D | anv_descriptor_set.c | 1364 image_view->planes[0].storage_surface_state.state), 1441 buffer_view->storage_surface_state),
|
| H A D | anv_private.h | 2034 struct anv_state storage_surface_state; member in struct:anv_buffer_view 4359 struct anv_surface_state storage_surface_state; member in struct:anv_image_view::__anon54356e7c2208
|
| H A D | genX_cmd_buffer.c | 2770 : desc->image_view->planes[binding->plane].storage_surface_state; 2854 : desc->buffer_view->storage_surface_state;
|
Completed in 102 milliseconds