Home
last modified time | relevance | path

Searched refs:surface_uploader (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_context.c245 u_upload_destroy(ice->state.surface_uploader); in iris_destroy_context()
342 ice->state.surface_uploader = in iris_create_context()
Diris_blorp.c174 surface_maps[i] = stream_state(batch, ice->state.surface_uploader, in blorp_alloc_binding_table()
Diris_draw.c365 u_upload_alloc(ice->state.surface_uploader, 0, isl_dev->ss.size, in iris_update_grid_size_resource()
Diris_context.h821 struct u_upload_mgr *surface_uploader; member
Diris_state.c2933 upload_surface_states(ice->state.surface_uploader, &iv->surface_state); in iris_set_shader_images()
3009 update_surface_state_addrs(ice->state.surface_uploader, in iris_set_sampler_views()
3339 upload_state(ice->state.surface_uploader, &ice->state.null_fb, in iris_set_framebuffer_state()
4931 upload_surface_states(ice->state.surface_uploader, surf_state); in update_clear_value()
4966 upload_surface_states(ice->state.surface_uploader, in use_surface()
4971 upload_surface_states(ice->state.surface_uploader, in use_surface()
5009 upload_surface_states(ice->state.surface_uploader, &isv->surface_state); in use_sampler_view()
7583 if (update_surface_state_addrs(ice->state.surface_uploader, in iris_rebind_buffer()
7597 if (update_surface_state_addrs(ice->state.surface_uploader, in iris_rebind_buffer()
8504 upload_state(ice->state.surface_uploader, &ice->state.unbound_tex, in genX()
Diris_program.c206 upload_state(ice->state.surface_uploader, surf_state, in iris_upload_ubo_ssbo_surf_state()