Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Dxmlconfig.h171 void *ctx = ralloc_context(NULL); in driComputeOptionsSha1()
Ddag.c270 void *mem_ctx = ralloc_context(NULL); in dag_validate()
Dralloc.h92 void *ralloc_context(const void *ctx);
Dmesa_cache_db.c297 db->mem_ctx = ralloc_context(NULL); in mesa_db_hash_table_reset()
613 db->mem_ctx = ralloc_context(NULL); in mesa_cache_db_open()
Dralloc.c102 ralloc_context(const void *ctx) in ralloc_context() function
884 ctx->rubbish = ralloc_context(NULL); in gc_sweep_start()
Ddisk_cache.c110 local = ralloc_context(NULL); in disk_cache_type_create()
Dfossilize_db.c504 foz_db->mem_ctx = ralloc_context(NULL); in foz_prepare()
/hardware/google/gfxstream/guest/mesa/src/util/tests/
Dregister_allocate_test.cpp42 mem_ctx = ralloc_context(NULL); in ra_test()
221 void *mem_ctx = ralloc_context(this->mem_ctx); in TEST_F()
Ddag_test.cpp39 mem_ctx = ralloc_context(NULL); in dag_test()
Dblob_test.cpp203 void *ctx = ralloc_context(NULL); in TEST()
Dcache_test.cpp682 mem_ctx = ralloc_context(NULL); in Cache()