/third_party/flutter/engine/flutter/lib/web_ui/lib/src/ui/ |
D | natives.dart | 11 /// such as `flutter build` or Dart `gen_snapshot` in order to precompile this code offline.
|
/third_party/skia/tools/ |
D | DDLTileHelper.h | 50 void precompile(GrDirectContext*);
|
D | DDLTileHelper.cpp | 99 void DDLTileHelper::TileData::precompile(GrDirectContext* direct) { in precompile() function in DDLTileHelper::TileData 284 tile->precompile(direct); in do_gpu_stuff()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_screen.h | 173 bool precompile; member
|
D | iris_screen.c | 823 screen->precompile = env_var_as_boolean("shader_precompile", true); in iris_screen_create()
|
D | iris_program.c | 1210 if (screen->precompile) { in find_or_add_variant() 2509 if (screen->precompile) { in iris_create_compute_state() 2679 if (screen->precompile) { in iris_create_shader_state() 2936 if (!screen->precompile) in iris_is_parallel_shader_compilation_finished()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_screen.h | 194 bool precompile; member
|
D | crocus_program.c | 2745 if (screen->precompile) { in crocus_create_vs_state() 2765 if (screen->precompile) { in crocus_create_tcs_state() 2800 if (screen->precompile) { in crocus_create_tes_state() 2828 if (screen->precompile) { in crocus_create_gs_state() 2859 if (screen->precompile) { in crocus_create_fs_state() 2904 if (screen->precompile) { in crocus_create_compute_state()
|
D | crocus_screen.c | 793 screen->precompile = env_var_as_boolean("shader_precompile", true); in crocus_screen_create()
|
/third_party/python/PC/layout/ |
D | main.py | 286 if not ns.precompile or src not in PY_FILES or src.parent in DATA_DIRS: 423 ns.precompile
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_link.cpp | 381 if (brw->precompile && !brw_shader_precompile(ctx, shProg)) in brw_link_shader()
|
D | brw_context.h | 806 bool precompile; member
|
D | brw_context.c | 913 brw->precompile = driQueryOptionb(&brw->screen->optionCache, "shader_precompile"); in brw_process_driconf_options()
|
/third_party/mesa3d/docs/drivers/ |
D | lima.rst | 83 ``precompile`` 84 precompile shaders for shader-db
|
/third_party/mesa3d/docs/relnotes/ |
D | 11.0.3.rst | 114 - radeonsi: handle shader precompile failures
|
/third_party/protobuf/src/google/protobuf/ |
D | any.proto | 130 // In practice, teams usually precompile into the binary all types that they
|
/third_party/python/PC/ |
D | store_info.txt | 45 python PC/layout --copy <layout directory> --preset-appxmanifest --precompile
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/dart/ |
D | pub.dart | 102 ...<String>[command, '--no-precompile'],
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/ |
D | parserharness.ts | 1389 var precompile = () => { 1404 preCompile: precompile,
|
/third_party/typescript/tests/baselines/reference/ |
D | parserharness.js | 1389 var precompile = () => { function 1404 preCompile: precompile, 3286 var precompile = function () { function 3301 preCompile: precompile,
|
/third_party/flatbuffers/ |
D | CMakeLists.txt | 42 "Enable precompile headers support for 'flatbuffers' and 'flatc'. \"
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlPipelineStateBuilder.mm | 80 // cache metadata to allow for a complete precompile in either case
|
/third_party/skia/dm/ |
D | DMSrcSink.cpp | 2129 void precompile(skgpu::Context* context) { in precompile() function 2162 precompile(context.get()); in draw()
|
/third_party/boost/libs/outcome/doc/src/content/changelog/ |
D | _index.md | 89 to tell consumers of the `outcome::hl` cmake target to precompile Outcome, **if
|
/third_party/python/Tools/msi/ |
D | README.txt | 250 installed/uninstalled nature, as opposed to the "precompile standard
|