Searched refs:needs_caching (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_texture_handle.c | 256 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()
|
D | lp_state_cs.c | 1246 bool needs_caching = false; in generate_variant() local 1252 needs_caching = true; in generate_variant() 1296 if (needs_caching) { in generate_variant()
|
D | lp_state_fs.c | 3782 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/ |
D | draw_llvm.c | 481 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 …]
|