Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/
H A Diris_blorp.c359 iris_use_pinned_bo(batch, iris_resource_bo(ice->state.pixel_hashing_tables), in iris_blorp_exec_render()
362 assert(!ice->state.pixel_hashing_tables); in iris_blorp_exec_render()
H A Diris_batch.c633 if (batch->ice->state.pixel_hashing_tables && in add_pixel_hash_table_bo_to_batch()
636 batch->ice->state.pixel_hashing_tables); in add_pixel_hash_table_bo_to_batch()
H A Diris_context.h1154 struct pipe_resource *pixel_hashing_tables; member
H A Diris_state.c1027 pipe_resource_reference(&ice->state.pixel_hashing_tables, NULL); in upload_pixel_hashing_tables()
1028 ice->state.pixel_hashing_tables = pscreen->resource_create(pscreen, &tmpl); in upload_pixel_hashing_tables()
1030 struct iris_resource *res = (struct iris_resource *)ice->state.pixel_hashing_tables; in upload_pixel_hashing_tables()
1032 uint32_t *map = pipe_buffer_map_range(&ice->ctx, ice->state.pixel_hashing_tables, in upload_pixel_hashing_tables()
9233 pipe_resource_reference(&ice->state.pixel_hashing_tables, NULL); in iris_destroy_state()