Home
last modified time | relevance | path

Searched refs:PROFILE (Results 1 – 25 of 95) sorted by relevance

1234

/third_party/skia/third_party/externals/spirv-cross/
Dbuild_glslang_spirv_tools.sh5 PROFILE=Release
8 PROFILE=$1
18 cmake ../glslang -DCMAKE_BUILD_TYPE=$PROFILE -DCMAKE_INSTALL_PREFIX=output
19 cmake --build . --config $PROFILE --target install ${NPROC}
25 cmake ../spirv-tools -DCMAKE_BUILD_TYPE=$PROFILE -DSPIRV_WERROR=OFF -DCMAKE_INSTALL_PREFIX=output
26 cmake --build . --config $PROFILE --target install ${NPROC}
/third_party/ffmpeg/libavcodec/
Dlibopenh264enc.c84 #define PROFILE(name, value) name, NULL, 0, AV_OPT_TYPE_CONST, { .i64 = value }, 0, 0, VE, "profil… macro
85 { PROFILE("constrained_baseline", FF_PROFILE_H264_CONSTRAINED_BASELINE) },
86 { PROFILE("main", FF_PROFILE_H264_MAIN) },
87 { PROFILE("high", FF_PROFILE_H264_HIGH) },
88 #undef PROFILE
Dvaapi_encode_mpeg2.c649 #define PROFILE(name, value) name, NULL, 0, AV_OPT_TYPE_CONST, \ macro
651 { PROFILE("simple", FF_PROFILE_MPEG2_SIMPLE) },
652 { PROFILE("main", FF_PROFILE_MPEG2_MAIN) },
653 #undef PROFILE
Dvaapi_encode_h264.c1271 #define PROFILE(name, value) name, NULL, 0, AV_OPT_TYPE_CONST, \ macro
1273 { PROFILE("constrained_baseline", FF_PROFILE_H264_CONSTRAINED_BASELINE) },
1274 { PROFILE("main", FF_PROFILE_H264_MAIN) },
1275 { PROFILE("high", FF_PROFILE_H264_HIGH) },
1276 #undef PROFILE
Dvaapi_encode_h265.c1373 #define PROFILE(name, value) name, NULL, 0, AV_OPT_TYPE_CONST, \ macro
1375 { PROFILE("main", FF_PROFILE_HEVC_MAIN) },
1376 { PROFILE("main10", FF_PROFILE_HEVC_MAIN_10) },
1377 { PROFILE("rext", FF_PROFILE_HEVC_REXT) },
1378 #undef PROFILE
/third_party/lame/ACM/tinyxml/
DMakefile.tinyxml14 PROFILE := NO
45 ifeq (YES, ${PROFILE})
55 ifeq (YES, ${PROFILE})
/third_party/node/deps/corepack/
DREADME.md168 On Windows PowerShell, you can add functions using the `$PROFILE` automatic
172 echo "function yarn { corepack yarn `$args }" >> $PROFILE
173 echo "function yarnpkg { corepack yarnpkg `$args }" >> $PROFILE
174 echo "function pnpm { corepack pnpm `$args }" >> $PROFILE
175 echo "function pnpx { corepack pnpx `$args }" >> $PROFILE
176 echo "function npm { corepack npm `$args }" >> $PROFILE
177 echo "function npx { corepack npx `$args }" >> $PROFILE
/third_party/glfw/tests/
Dglfwinfo.c367 MAJOR, MINOR, PROFILE, ROBUSTNESS, VERSION, in main() enumerator
383 { "profile", 1, NULL, PROFILE }, in main()
489 case PROFILE: in main()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_debug.cpp222 #if defined(__linux__) && defined(PROFILE) in lp_profile()
Dlp_bld_init.c656 #if defined(DEBUG) || defined(PROFILE) || defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64) in gallivm_compile_module()
718 #if defined(PROFILE) in gallivm_compile_module()
/third_party/pulseaudio/src/pulsecore/
Dshmasyncq.c41 #ifdef PROFILE
Dasyncq.c47 #ifdef PROFILE
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/
DKHR_texture_compression_astc_sliced_3d.txt96 Modify the sub-section on ASTC image formats, C.2.25 LDR PROFILE SUPPORT
/third_party/node/deps/v8/src/builtins/
Dbuiltins.cc346 PROFILE(isolate, CodeCreateEvent(CodeEventListener::BUILTIN_TAG, code, in EmitCodeCreateEvents()
358 PROFILE(isolate, in EmitCodeCreateEvents()
/third_party/openGLES/extensions/KHR/
DKHR_texture_compression_astc_sliced_3d.txt106 Modify the sub-section on ASTC image formats, C.2.25 LDR PROFILE SUPPORT
/third_party/node/deps/v8/src/wasm/
Dfunction-compiler.cc247 PROFILE(isolate_, CodeCreateEvent(CodeEventListener::STUB_TAG, in Finalize()
/third_party/node/deps/v8/src/logging/
Dcode-events.h64 #define PROFILE(the_isolate, Call) (the_isolate)->code_event_dispatcher()->Call; macro
Dlog.cc92 PROFILE(isolate_, Call); \
1912 PROFILE(isolate_, GetterCallbackEvent(name, getter_entry)); in LogAccessorCallbacks()
1919 PROFILE(isolate_, SetterCallbackEvent(name, setter_entry)); in LogAccessorCallbacks()
/third_party/node/deps/v8/src/snapshot/
Dcode-serializer.cc315 PROFILE(isolate, in CreateInterpreterDataForDeserializedCode()
399 PROFILE( in FinalizeDeserialization()
/third_party/node/deps/v8/src/objects/
Dshared-function-info.cc478 PROFILE(isolate, CodeDisableOptEvent(handle(abstract_code(isolate), isolate), in DisableOptimization()
/third_party/node/deps/v8/src/deoptimizer/
Ddeoptimizer.cc510 PROFILE(isolate_, CodeDeoptEvent(handle(compiled_code_, isolate_), kind, in Deoptimizer()
724 PROFILE( in TraceMarkForDeoptimization()
/third_party/node/deps/v8/src/regexp/arm/
Dregexp-macro-assembler-arm.cc997 PROFILE(masm_->isolate(), in GetCode()
/third_party/node/deps/v8/src/regexp/ia32/
Dregexp-macro-assembler-ia32.cc1051 PROFILE(masm_->isolate(), in GetCode()
/third_party/node/deps/v8/src/regexp/x64/
Dregexp-macro-assembler-x64.cc1102 PROFILE(isolate, in GetCode()
/third_party/node/deps/v8/src/regexp/ppc/
Dregexp-macro-assembler-ppc.cc1063 PROFILE(masm_->isolate(), in GetCode()

1234