Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_context.c233 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()
Diris_context.h705 struct iris_state_ref scratch_surfs[1 << 4]; member
Diris_program.c2409 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()