Searched refs:pixel_hashing_tables (Results 1 – 4 of 4) sorted by relevance
359 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()
633 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()
1154 struct pipe_resource *pixel_hashing_tables; member
1027 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()