Home
last modified time | relevance | path

Searched refs:precompile (Results 1 – 25 of 36) sorted by relevance

12

/third_party/flutter/engine/flutter/lib/web_ui/lib/src/ui/
Dnatives.dart11 /// such as `flutter build` or Dart `gen_snapshot` in order to precompile this code offline.
/third_party/skia/tools/
DDDLTileHelper.h50 void precompile(GrDirectContext*);
DDDLTileHelper.cpp99 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/
Diris_screen.h173 bool precompile; member
Diris_screen.c823 screen->precompile = env_var_as_boolean("shader_precompile", true); in iris_screen_create()
Diris_program.c1210 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/
Dcrocus_screen.h194 bool precompile; member
Dcrocus_program.c2745 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()
Dcrocus_screen.c793 screen->precompile = env_var_as_boolean("shader_precompile", true); in crocus_screen_create()
/third_party/python/PC/layout/
Dmain.py286 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/
Dbrw_link.cpp381 if (brw->precompile && !brw_shader_precompile(ctx, shProg)) in brw_link_shader()
Dbrw_context.h806 bool precompile; member
Dbrw_context.c913 brw->precompile = driQueryOptionb(&brw->screen->optionCache, "shader_precompile"); in brw_process_driconf_options()
/third_party/mesa3d/docs/drivers/
Dlima.rst83 ``precompile``
84 precompile shaders for shader-db
/third_party/mesa3d/docs/relnotes/
D11.0.3.rst114 - radeonsi: handle shader precompile failures
/third_party/protobuf/src/google/protobuf/
Dany.proto130 // In practice, teams usually precompile into the binary all types that they
/third_party/python/PC/
Dstore_info.txt45 python PC/layout --copy <layout directory> --preset-appxmanifest --precompile
/third_party/flutter/flutter/packages/flutter_tools/lib/src/dart/
Dpub.dart102 ...<String>[command, '--no-precompile'],
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserharness.ts1389 var precompile = () => {
1404 preCompile: precompile,
/third_party/typescript/tests/baselines/reference/
Dparserharness.js1389 var precompile = () => { function
1404 preCompile: precompile,
3286 var precompile = function () { function
3301 preCompile: precompile,
/third_party/flatbuffers/
DCMakeLists.txt42 "Enable precompile headers support for 'flatbuffers' and 'flatc'. \"
/third_party/skia/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm80 // cache metadata to allow for a complete precompile in either case
/third_party/skia/dm/
DDMSrcSink.cpp2129 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.md89 to tell consumers of the `outcome::hl` cmake target to precompile Outcome, **if
/third_party/python/Tools/msi/
DREADME.txt250 installed/uninstalled nature, as opposed to the "precompile standard

12