Searched refs:lp_cached_code (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_init.h | 49 struct lp_cached_code; 68 struct lp_cached_code *cache; 92 struct lp_cached_code *cache);
|
H A D | lp_bld_misc.h | 49 struct lp_cached_code { struct 73 struct lp_cached_code *cache_out, argument
|
H A D | lp_bld_init_orc.cpp | 73 struct lp_cached_code *cache_out; 75 LPObjectCacheORC(struct lp_cached_code *cache) { in LPObjectCacheORC() 545 lp_context_ref *context, struct lp_cached_code *cache) in init_gallivm_state() 576 struct lp_cached_code *cache){ in gallivm_create()
|
H A D | lp_bld_misc.cpp | 295 struct lp_cached_code *cache_out; 297 LPObjectCache(struct lp_cached_code *cache) { in LPObjectCache() 470 struct lp_cached_code *cache_out, in lp_build_create_jit_compiler_for_module()
|
H A D | lp_bld_init.c | 205 lp_context_ref *context, struct lp_cached_code *cache) in init_gallivm_state() 328 struct lp_cached_code *cache) in gallivm_create()
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_private.h | 107 struct lp_cached_code; 397 struct lp_cached_code *cache, 400 struct lp_cached_code *cache,
|
H A D | draw_context.h | 57 struct lp_cached_code; 425 struct lp_cached_code *cache, 428 struct lp_cached_code *cache,
|
H A D | draw_context.c | 1297 struct lp_cached_code *cache, in draw_set_disk_cache_callbacks() 1300 struct lp_cached_code *cache, in draw_set_disk_cache_callbacks()
|
H A D | draw_llvm.c | 480 struct lp_cached_code cached = { 0 }; in draw_llvm_create_variant() 2504 struct lp_cached_code cached = { 0 }; in draw_gs_llvm_create_variant() 3166 struct lp_cached_code cached = { 0 }; in draw_tcs_llvm_create_variant() 3694 struct lp_cached_code cached = { 0 }; in draw_tes_llvm_create_variant()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_screen.h | 96 struct lp_cached_code *cache, 102 struct lp_cached_code *cache,
|
H A D | lp_context.c | 174 struct lp_cached_code *cache, in lp_draw_disk_cache_find_shader() 184 struct lp_cached_code *cache, in lp_draw_disk_cache_insert_shader()
|
H A D | lp_texture_handle.c | 309 struct lp_cached_code cached = { 0 }; in compile_image_function() 467 struct lp_cached_code cached = { 0 }; in compile_sample_function() 617 struct lp_cached_code cached = { 0 }; in compile_jit_sample_function() 724 struct lp_cached_code cached = { 0 }; in compile_size_function()
|
H A D | lp_screen.c | 1053 struct lp_cached_code *cache, in lp_disk_cache_find_shader() 1077 struct lp_cached_code *cache, in lp_disk_cache_insert_shader()
|
H A D | lp_state_cs.c | 1243 struct lp_cached_code cached = { 0 }; in generate_variant()
|
H A D | lp_state_fs.c | 3737 struct lp_cached_code cached = { 0 }; in generate_variant()
|