Searched refs:scratch_surfs (Results 1 – 3 of 3) sorted by relevance
233 for (unsigned i = 0; i < ARRAY_SIZE(ice->shaders.scratch_surfs); i++) in iris_destroy_context()234 pipe_resource_reference(&ice->shaders.scratch_surfs[i].res, NULL); in iris_destroy_context()
705 struct iris_state_ref scratch_surfs[1 << 4]; member
2409 assert(encoded_size < ARRAY_SIZE(ice->shaders.scratch_surfs)); in iris_get_scratch_surf()2412 struct iris_state_ref *ref = &ice->shaders.scratch_surfs[encoded_size]; in iris_get_scratch_surf()