Searched refs:lp_cached_code (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_init.h | 42 struct lp_cached_code; 55 struct lp_cached_code *cache; 69 struct lp_cached_code *cache);
|
D | lp_bld_misc.h | 49 struct lp_cached_code { struct 71 struct lp_cached_code *cache_out, argument
|
D | lp_bld_misc.cpp | 295 struct lp_cached_code *cache_out; 297 LPObjectCache(struct lp_cached_code *cache) { in LPObjectCache() 337 struct lp_cached_code *cache_out, in lp_build_create_jit_compiler_for_module()
|
D | lp_bld_init.c | 323 LLVMContextRef context, struct lp_cached_code *cache) in init_gallivm_state() 510 struct lp_cached_code *cache) in gallivm_create()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_screen.h | 73 struct lp_cached_code *cache, 76 struct lp_cached_code *cache,
|
D | lp_context.c | 142 struct lp_cached_code *cache, in lp_draw_disk_cache_find_shader() 150 struct lp_cached_code *cache, in lp_draw_disk_cache_insert_shader()
|
D | lp_screen.c | 830 struct lp_cached_code *cache, in lp_disk_cache_find_shader() 852 struct lp_cached_code *cache, in lp_disk_cache_insert_shader()
|
D | lp_state_cs.c | 713 struct lp_cached_code cached = { 0 }; in generate_variant()
|
D | lp_state_fs.c | 3485 struct lp_cached_code cached = { 0 }; in generate_variant()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_context.h | 372 struct lp_cached_code; 377 struct lp_cached_code *cache, 380 struct lp_cached_code *cache,
|
D | draw_private.h | 74 struct lp_cached_code; 397 struct lp_cached_code *cache, 400 struct lp_cached_code *cache,
|
D | draw_context.c | 1347 struct lp_cached_code *cache, in draw_set_disk_cache_callbacks() 1350 struct lp_cached_code *cache, in draw_set_disk_cache_callbacks()
|
D | draw_llvm.c | 865 struct lp_cached_code cached = { 0 }; in draw_llvm_create_variant() 2897 struct lp_cached_code cached = { 0 }; in draw_gs_llvm_create_variant() 3545 struct lp_cached_code cached = { 0 }; in draw_tcs_llvm_create_variant() 4050 struct lp_cached_code cached = { 0 }; in draw_tes_llvm_create_variant()
|