Searched refs:bound_handles (Results 1 – 1 of 1) sorted by relevance
437 struct st_bound_handles *bound_handles = &st->bound_texture_handles[shader]; in st_destroy_bound_texture_handles_per_stage() local441 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() local481 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 …]