Searched refs:lp_cached_code (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_init.h | 42 struct lp_cached_code; 59 struct lp_cached_code *cache; 76 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 | 298 struct lp_cached_code *cache_out; 300 LPObjectCache(struct lp_cached_code *cache) { in LPObjectCache() 340 struct lp_cached_code *cache_out, in lp_build_create_jit_compiler_for_module()
|
D | lp_bld_init.c | 330 LLVMContextRef context, struct lp_cached_code *cache) in init_gallivm_state() 521 struct lp_cached_code *cache) in gallivm_create()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_screen.h | 82 struct lp_cached_code *cache, 85 struct lp_cached_code *cache,
|
D | lp_context.c | 170 struct lp_cached_code *cache, in lp_draw_disk_cache_find_shader() 178 struct lp_cached_code *cache, in lp_draw_disk_cache_insert_shader()
|
D | lp_screen.c | 958 struct lp_cached_code *cache, in lp_disk_cache_find_shader() 980 struct lp_cached_code *cache, in lp_disk_cache_insert_shader()
|
D | lp_state_cs.c | 771 struct lp_cached_code cached = { 0 }; in generate_variant()
|
D | lp_state_fs.c | 3664 struct lp_cached_code cached = { 0 }; in generate_variant()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_context.h | 54 struct lp_cached_code; 386 struct lp_cached_code *cache, 389 struct lp_cached_code *cache,
|
D | draw_private.h | 105 struct lp_cached_code; 430 struct lp_cached_code *cache, 433 struct lp_cached_code *cache,
|
D | draw_context.c | 1341 struct lp_cached_code *cache, in draw_set_disk_cache_callbacks() 1344 struct lp_cached_code *cache, in draw_set_disk_cache_callbacks()
|
D | draw_llvm.c | 862 struct lp_cached_code cached = { 0 }; in draw_llvm_create_variant() 2924 struct lp_cached_code cached = { 0 }; in draw_gs_llvm_create_variant() 3588 struct lp_cached_code cached = { 0 }; in draw_tcs_llvm_create_variant() 4118 struct lp_cached_code cached = { 0 }; in draw_tes_llvm_create_variant()
|