HomeSort by relevance Sort by last modified time
    Searched refs:remove_from_ht (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/vc4/
vc4_job.c 35 remove_from_ht(struct hash_table *ht, void *key) function
49 remove_from_ht(vc4->jobs, &job->key);
52 remove_from_ht(vc4->write_jobs, job->color_write->texture);
56 remove_from_ht(vc4->write_jobs, job->msaa_color_write->texture);
60 remove_from_ht(vc4->write_jobs, job->zs_write->texture);
64 remove_from_ht(vc4->write_jobs, job->msaa_zs_write->texture);
  /external/mesa3d/src/gallium/drivers/vc5/
vc5_job.c 41 remove_from_ht(struct hash_table *ht, void *key) function
57 remove_from_ht(vc5->jobs, &job->key);
65 remove_from_ht(vc5->write_jobs, (void *)prsc);
71 remove_from_ht(vc5->write_jobs, job->cbufs[i]->texture);
76 remove_from_ht(vc5->write_jobs, job->zsbuf->texture);
  /external/grpc-grpc/src/core/lib/iomgr/
timer_generic.cc 146 static void remove_from_ht(grpc_timer* t) { function
200 #define REMOVE_FROM_HASH_TABLE(t) remove_from_ht((t))

Completed in 338 milliseconds