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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_texture.c435 struct st_bound_handles *bound_handles = &st->bound_texture_handles[shader]; local in function:st_destroy_bound_texture_handles_per_stage
439 if (likely(!bound_handles->num_handles))
442 for (i = 0; i < bound_handles->num_handles; i++) {
443 uint64_t handle = bound_handles->handles[i];
448 free(bound_handles->handles);
449 bound_handles->handles = NULL;
450 bound_handles->num_handles = 0;
475 struct st_bound_handles *bound_handles = &st->bound_image_handles[shader]; local in function:st_destroy_bound_image_handles_per_stage
479 if (likely(!bound_handles->num_handles))
482 for (i = 0; i < bound_handles
557 struct st_bound_handles *bound_handles = &st->bound_texture_handles[shader]; local in function:st_make_bound_samplers_resident
604 struct st_bound_handles *bound_handles = &st->bound_image_handles[shader]; local in function:st_make_bound_images_resident
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_texture.c437 struct st_bound_handles *bound_handles = &st->bound_texture_handles[shader]; local in function:st_destroy_bound_texture_handles_per_stage
441 if (likely(!bound_handles->num_handles))
444 for (i = 0; i < bound_handles->num_handles; i++) {
445 uint64_t handle = bound_handles->handles[i];
450 free(bound_handles->handles);
451 bound_handles->handles = NULL;
452 bound_handles->num_handles = 0;
477 struct st_bound_handles *bound_handles = &st->bound_image_handles[shader]; local in function:st_destroy_bound_image_handles_per_stage
481 if (likely(!bound_handles->num_handles))
484 for (i = 0; i < bound_handles
560 struct st_bound_handles *bound_handles = &st->bound_texture_handles[shader]; local in function:st_make_bound_samplers_resident
607 struct st_bound_handles *bound_handles = &st->bound_image_handles[shader]; local in function:st_make_bound_images_resident
[all...]

Completed in 4 milliseconds