Home
last modified time | relevance | path

Searched refs:pixel_hashing_tables (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_blorp.c330 iris_use_pinned_bo(batch, iris_resource_bo(ice->state.pixel_hashing_tables), in iris_blorp_exec_render()
333 assert(!ice->state.pixel_hashing_tables); in iris_blorp_exec_render()
Diris_context.h854 struct pipe_resource *pixel_hashing_tables; member
Diris_state.c901 pipe_resource_reference(&ice->state.pixel_hashing_tables, NULL); in upload_pixel_hashing_tables()
902 ice->state.pixel_hashing_tables = pscreen->resource_create(pscreen, &tmpl); in upload_pixel_hashing_tables()
904 struct iris_resource *res = (struct iris_resource *)ice->state.pixel_hashing_tables; in upload_pixel_hashing_tables()
906 uint32_t *map = pipe_buffer_map_range(&ice->ctx, ice->state.pixel_hashing_tables, in upload_pixel_hashing_tables()
5413 iris_use_pinned_bo(batch, iris_resource_bo(ice->state.pixel_hashing_tables), in iris_restore_render_saved_bos()
5416 assert(!ice->state.pixel_hashing_tables); in iris_restore_render_saved_bos()
7403 pipe_resource_reference(&ice->state.pixel_hashing_tables, NULL); in iris_destroy_state()