Home
last modified time | relevance | path

Searched refs:needs_caching (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture_handle.c256 bool needs_caching, in compile_function() argument
264 if (needs_caching) in compile_function()
311 bool needs_caching = !cached.data_size; in compile_image_function() local
395 return compile_function(ctx, gallivm, function, "image", needs_caching, cache_key); in compile_image_function()
469 bool needs_caching = !cached.data_size; in compile_sample_function() local
546 return compile_function(ctx, gallivm, function, "sample", needs_caching, cache_key); in compile_sample_function()
617 bool needs_caching = !cached.data_size; in compile_jit_sample_function() local
708 return compile_function(ctx, gallivm, function, "sample", needs_caching, cache_key); in compile_jit_sample_function()
724 bool needs_caching = !cached.data_size; in compile_size_function() local
790 return compile_function(ctx, gallivm, function, "size", needs_caching, cache_key); in compile_size_function()
Dlp_state_cs.c1246 bool needs_caching = false; in generate_variant() local
1252 needs_caching = true; in generate_variant()
1296 if (needs_caching) { in generate_variant()
Dlp_state_fs.c3782 bool needs_caching = false; in generate_variant() local
3788 needs_caching = true; in generate_variant()
3998 if (needs_caching) { in generate_variant()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c481 bool needs_caching = false; in draw_llvm_create_variant() local
506 needs_caching = true; in draw_llvm_create_variant()
530 if (needs_caching) in draw_llvm_create_variant()
2497 bool needs_caching = false; in draw_gs_llvm_create_variant() local
2524 needs_caching = true; in draw_gs_llvm_create_variant()
2540 if (needs_caching) in draw_gs_llvm_create_variant()
3156 bool needs_caching = false; in draw_tcs_llvm_create_variant() local
3182 needs_caching = true; in draw_tcs_llvm_create_variant()
3201 if (needs_caching) in draw_tcs_llvm_create_variant()
3688 bool needs_caching = false; in draw_tes_llvm_create_variant() local
[all …]