Searched refs:needs_caching (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ | ||
| H A D | draw_llvm.c | 879 bool needs_caching = false; local in function:draw_llvm_create_variant 904 needs_caching = true; 929 if (needs_caching) 2940 bool needs_caching = false; local in function:draw_gs_llvm_create_variant 2967 needs_caching = true; 2984 if (needs_caching) 3601 bool needs_caching = false; local in function:draw_tcs_llvm_create_variant 3627 needs_caching = true; 3648 if (needs_caching) 4128 bool needs_caching local in function:draw_tes_llvm_create_variant [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ | ||
| H A D | lp_state_cs.c | 746 bool needs_caching = false; local in function:generate_variant 763 needs_caching = true; 792 if (needs_caching) { |
| H A D | lp_state_fs.c | 3578 bool needs_caching = false; local in function:generate_variant 3597 needs_caching = true; 3784 if (needs_caching) { |
Completed in 18 milliseconds