HomeSort by: relevance | last modified time | path
    Searched refs:alloc_surface_state (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_image.c 1220 alloc_surface_state(struct anv_device *device) function
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/
anv_image.c 2317 alloc_surface_state(struct anv_device *device) function
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);

Completed in 9 milliseconds