Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_texture.c437 struct st_bound_handles *bound_handles = &st->bound_texture_handles[shader]; in st_destroy_bound_texture_handles_per_stage() local
441 if (likely(!bound_handles->num_handles)) in st_destroy_bound_texture_handles_per_stage()
444 for (i = 0; i < bound_handles->num_handles; i++) { in st_destroy_bound_texture_handles_per_stage()
445 uint64_t handle = bound_handles->handles[i]; in st_destroy_bound_texture_handles_per_stage()
450 free(bound_handles->handles); in st_destroy_bound_texture_handles_per_stage()
451 bound_handles->handles = NULL; in st_destroy_bound_texture_handles_per_stage()
452 bound_handles->num_handles = 0; in st_destroy_bound_texture_handles_per_stage()
477 struct st_bound_handles *bound_handles = &st->bound_image_handles[shader]; in st_destroy_bound_image_handles_per_stage() local
481 if (likely(!bound_handles->num_handles)) in st_destroy_bound_image_handles_per_stage()
484 for (i = 0; i < bound_handles->num_handles; i++) { in st_destroy_bound_image_handles_per_stage()
[all …]