Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/
Danv_image.c899 struct anv_surface_state *state_inout, in anv_image_fill_surface_state() argument
949 isl_buffer_fill_state(&device->isl_dev, state_inout->state.map, in anv_image_fill_surface_state()
955 state_inout->address = address, in anv_image_fill_surface_state()
956 state_inout->aux_address = 0; in anv_image_fill_surface_state()
1022 isl_surf_fill_state(&device->isl_dev, state_inout->state.map, in anv_image_fill_surface_state()
1033 state_inout->address = address + offset_B; in anv_image_fill_surface_state()
1035 state_inout->aux_address = aux_address; in anv_image_fill_surface_state()
1041 uint32_t *aux_addr_dw = state_inout->state.map + in anv_image_fill_surface_state()
1045 state_inout->aux_address = *aux_addr_dw; in anv_image_fill_surface_state()
1049 anv_state_flush(device, state_inout->state); in anv_image_fill_surface_state()
Danv_private.h2696 struct anv_surface_state *state_inout,