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