| /third_party/openGLES/xml/ |
| H A D | genheaders.py | 14 # target - string name of target header, or all targets if None 21 target = None variable 491 if (target and target != genOpts.filename): 504 if (target and generated == 0): 505 write('Failed to generate target:', target) 539 target = arg variable 540 write('Using target', targe [all...] |
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | PackedEnums.cpp | 16 TextureType TextureTargetToType(TextureTarget target) in TextureTargetToType() argument 18 switch (target) in TextureTargetToType() 55 bool IsCubeMapFaceTarget(TextureTarget target) in IsCubeMapFaceTarget() argument 57 return TextureTargetToType(target) == TextureType::CubeMap; in IsCubeMapFaceTarget() 118 size_t CubeMapTextureTargetToFaceIndex(TextureTarget target) 120 ASSERT(IsCubeMapFaceTarget(target)); 121 return static_cast<uint8_t>(target) - static_cast<uint8_t>(TextureTarget::CubeMapPositiveX);
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| H A D | DisplayD3D.cpp | 200 EGLenum target, in createImage() 203 return new EGLImageD3D(state, target, attribs, mRenderer); in createImage() 230 EGLenum target, in createExternalImageSibling() 235 return mRenderer->createExternalImageSibling(context, target, buffer, attribs); in createExternalImageSibling() 333 EGLenum target, in validateImageClientBuffer() 337 switch (target) in validateImageClientBuffer() 347 return DisplayImpl::validateImageClientBuffer(context, target, clientBuffer, attribs); in validateImageClientBuffer() 198 createImage(const egl::ImageState &state, const gl::Context *context, EGLenum target, const egl::AttributeMap &attribs) createImage() argument 229 createExternalImageSibling(const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const egl::AttributeMap &attribs) createExternalImageSibling() argument 332 validateImageClientBuffer(const gl::Context *context, EGLenum target, EGLClientBuffer clientBuffer, const egl::AttributeMap &attribs) const validateImageClientBuffer() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| H A D | TextureGL.h | 133 gl::TextureTarget target, 222 gl::TextureTarget target, 231 gl::TextureTarget target, 238 gl::TextureTarget target, 249 gl::TextureTarget target, 265 gl::TextureTarget target, 274 const LevelInfoGL &getLevelInfo(gl::TextureTarget target, size_t level) const;
|
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
| H A D | esextcTextureCubeMapArrayETC2Support.cpp | 304 const glw::GLuint target = GL_TEXTURE_CUBE_MAP_ARRAY; in prepareTexture() local 305 gl.bindTexture(target, m_texture); in prepareTexture() 309 gl.compressedTexImage3D(target, 0, GL_COMPRESSED_RGB8_ETC2, RENDER_WIDTH, RENDER_HEIGHT, 6, 0, in prepareTexture() 313 gl.texParameteri(target, GL_TEXTURE_MIN_FILTER, GL_NEAREST); in prepareTexture() 314 gl.texParameteri(target, GL_TEXTURE_MAG_FILTER, GL_NEAREST); in prepareTexture() 315 gl.texParameteri(target, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE); in prepareTexture() 316 gl.texParameteri(target, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE); in prepareTexture()
|
| /third_party/skia/third_party/externals/opengl-registry/xml/ |
| H A D | genglvnd.py | 25 # target - string name of target header, or all targets if None 32 target = None variable 71 target = arg variable 72 write('Using target', target, file=sys.stderr) 634 if (target and target != genOpts.filename): 647 if (target and generated == 0): 648 write('Failed to generate target [all...] |
| H A D | genheaders.py | 25 # target - string name of target header, or all targets if None 32 target = None variable 71 target = arg variable 72 write('Using target', target, file=sys.stderr) 576 if (target and target != genOpts.filename): 589 if (target and generated == 0): 590 write('Failed to generate target [all...] |
| /third_party/python/Lib/xml/dom/ |
| H A D | pulldom.py | 140 def processingInstruction(self, target, data): 142 node = self.document.createProcessingInstruction(target, data) 146 event = [(PROCESSING_INSTRUCTION, target, data), None] 175 _,target,data = e[0] 176 n = self.document.createProcessingInstruction(target, data) 297 def processingInstruction(self, target, data): 298 PullDOM.processingInstruction(self, target, data)
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | decoratorsOnComputedProperties.js | 193 var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
194 var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
195 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
196 else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
197 return c > 3 && r && Object.defineProperty(target, key, r), r;
|
| /third_party/skia/third_party/externals/egl-registry/api/ |
| H A D | genheaders.py | 25 # target - string name of target header, or all targets if None 32 target = None variable 71 target = arg variable 72 write('Using target', target, file=sys.stderr) 616 if (target and target != genOpts.filename): 629 if (target and generated == 0): 630 write('Failed to generate target [all...] |
| /third_party/python/Lib/test/ |
| H A D | _test_multiprocessing.py | 288 p = self.Process(target=self._test_args, args=args_type((q, args))) 305 proc0 = self.Process(target=self._test) 307 proc1 = self.Process(target=self._test, daemon=True) 309 proc2 = self.Process(target=self._test, daemon=False) 329 p = self.Process(target=self._test_send_parent_process, args=(wconn,)) 351 target=self._test_create_grandchild_process, args=(wconn, )) 369 p = cls.Process(target=cls._test_report_parent_status, args=(wconn, )) 387 target=self._test, args=args, kwargs=kwargs, name=name 428 p = self.Process(target=self._test_process_mainthread_native_id, args=(q,)) 454 p = self.Process(target [all...] |
| /third_party/gn/src/gn/ |
| H A D | ninja_c_binary_target_writer.cc | 29 #include "gn/target.h" 44 // The internal module name, in GN this is the target's label. 50 // Is this the module for the current target. 78 const SourceFile* GetModuleMapFromTargetSources(const Target* target) { in GetModuleMapFromTargetSources() argument 79 for (const SourceFile& sf : target->sources()) { in GetModuleMapFromTargetSources() 87 const Target* target, in GetModuleDepsInformation() 108 if (target->source_types_used().Get(SourceFile::SOURCE_MODULEMAP)) { in GetModuleDepsInformation() 109 add(target, true); in GetModuleDepsInformation() 112 for (const Target* dep : resolved.GetLinkedDeps(target)) { in GetModuleDepsInformation() 124 NinjaCBinaryTargetWriter::NinjaCBinaryTargetWriter(const Target* target, in NinjaCBinaryTargetWriter() argument 86 GetModuleDepsInformation( const Target* target, const ResolvedTargetData& resolved) GetModuleDepsInformation() argument [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | ucnv_ext.cpp | 239 UChar **target, const UChar *targetLimit, in ucnv_extWriteToU() 247 target, targetLimit, in ucnv_extWriteToU() 257 target, targetLimit, in ucnv_extWriteToU() 276 * target<targetLimit; set error code for overflow 282 UChar **target, const UChar *targetLimit, in ucnv_extInitialMatchToU() 299 /* write result to target */ in ucnv_extInitialMatchToU() 302 target, targetLimit, in ucnv_extInitialMatchToU() 397 &pArgs->target, pArgs->targetLimit, in ucnv_extContinueMatchToU() 674 char **target, const char *targetLimit, in ucnv_extWriteFromU() 741 target, targetLimi in ucnv_extWriteFromU() 237 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx, uint32_t value, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t srcIndex, UErrorCode *pErrorCode) ucnv_extWriteToU() argument 279 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, int32_t firstLength, const char **src, const char *srcLimit, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) ucnv_extInitialMatchToU() argument 672 ucnv_extWriteFromU(UConverter *cnv, const int32_t *cx, uint32_t value, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UErrorCode *pErrorCode) ucnv_extWriteFromU() argument 750 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx, UChar32 cp, const UChar **src, const UChar *srcLimit, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) ucnv_extInitialMatchFromU() argument [all...] |
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_goto_ifs.c | 133 * Sets all path variables to reach the target block via a fork 136 set_path_vars(nir_builder *b, struct path_fork *fork, nir_block *target) in set_path_vars() argument 140 if (_mesa_set_search(fork->paths[i].reachable, target)) { in set_path_vars() 155 * Sets all path variables to reach the both target blocks via a fork. 203 * target block 206 route_to(nir_builder *b, struct routes *routing, nir_block *target) in route_to() argument 208 if (_mesa_set_search(routing->regular.reachable, target)) { in route_to() 209 set_path_vars(b, routing->regular.fork, target); in route_to() 211 else if (_mesa_set_search(routing->brk.reachable, target)) { in route_to() 212 set_path_vars(b, routing->brk.fork, target); in route_to() [all...] |
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| H A D | sp_image.c | 41 if (spr->base.target == PIPE_BUFFER) in get_image_offset() 44 if (spr->base.target == PIPE_TEXTURE_1D_ARRAY || in get_image_offset() 45 spr->base.target == PIPE_TEXTURE_2D_ARRAY || in get_image_offset() 46 spr->base.target == PIPE_TEXTURE_CUBE_ARRAY || in get_image_offset() 47 spr->base.target == PIPE_TEXTURE_CUBE || in get_image_offset() 48 spr->base.target == PIPE_TEXTURE_3D) in get_image_offset() 95 * Checks if the texture target compatible with the image resource 96 * pipe target. 169 level = spr->base.target == PIPE_BUFFER ? 0 : iview->u.tex.level; in get_dimensions() 173 if (spr->base.target in get_dimensions() [all...] |
| /third_party/node/src/crypto/ |
| H A D | crypto_util.cc | 663 Local<Object> target, in SetFipsCrypto() 677 return target->Set(env->context(), name, value); in SetFipsCrypto() 739 void Initialize(Environment* env, Local<Object> target) { in SetFipsCrypto() argument 742 SetMethod(context, target, "setEngine", SetEngine); in SetFipsCrypto() 745 SetMethodNoSideEffect(context, target, "getFipsCrypto", GetFipsCrypto); in SetFipsCrypto() 746 SetMethod(context, target, "setFipsCrypto", SetFipsCrypto); in SetFipsCrypto() 747 SetMethodNoSideEffect(context, target, "testFipsCrypto", TestFipsCrypto); in SetFipsCrypto() 749 NODE_DEFINE_CONSTANT(target, kCryptoJobAsync); in SetFipsCrypto() 750 NODE_DEFINE_CONSTANT(target, kCryptoJobSync); in SetFipsCrypto() 752 SetMethod(context, target, "secureBuffe in SetFipsCrypto() 661 SetEncodedValue( Environment* env, Local<Object> target, Local<String> name, const BIGNUM* bn, int size) SetFipsCrypto() argument [all...] |
| /third_party/nghttp2/src/ |
| H A D | util.h | 109 std::string percent_encode(const unsigned char *target, size_t len); 111 std::string percent_encode(const std::string &target); 139 // Percent encode |target| if character is not in token or '%'. 140 StringRef percent_encode_token(BlockAllocator &balloc, const StringRef &target); 143 OutputIt percent_encode_token(OutputIt it, const StringRef &target) { in percent_encode_token() argument 144 for (auto first = std::begin(target); first != std::end(target); ++first) { in percent_encode_token() 161 // the same |target| parameter. The return value does not include a 163 size_t percent_encode_tokenlen(const StringRef &target); 165 // Returns quotedString version of |target| 170 quote_string(OutputIt it, const StringRef &target) quote_string() argument [all...] |
| /third_party/node/deps/icu-small/source/common/ |
| H A D | ucnv_ext.cpp | 239 char16_t **target, const char16_t *targetLimit, in ucnv_extWriteToU() 247 target, targetLimit, in ucnv_extWriteToU() 257 target, targetLimit, in ucnv_extWriteToU() 276 * target<targetLimit; set error code for overflow 282 char16_t **target, const char16_t *targetLimit, in ucnv_extInitialMatchToU() 299 /* write result to target */ in ucnv_extInitialMatchToU() 302 target, targetLimit, in ucnv_extInitialMatchToU() 397 &pArgs->target, pArgs->targetLimit, in ucnv_extContinueMatchToU() 674 char **target, const char *targetLimit, in ucnv_extWriteFromU() 741 target, targetLimi in ucnv_extWriteFromU() 237 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx, uint32_t value, char16_t **target, const char16_t *targetLimit, int32_t **offsets, int32_t srcIndex, UErrorCode *pErrorCode) ucnv_extWriteToU() argument 279 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, int32_t firstLength, const char **src, const char *srcLimit, char16_t **target, const char16_t *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) ucnv_extInitialMatchToU() argument 672 ucnv_extWriteFromU(UConverter *cnv, const int32_t *cx, uint32_t value, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UErrorCode *pErrorCode) ucnv_extWriteFromU() argument 750 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx, UChar32 cp, const char16_t **src, const char16_t *srcLimit, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) ucnv_extInitialMatchFromU() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | ucnv_ext.cpp | 239 UChar **target, const UChar *targetLimit, in ucnv_extWriteToU() 247 target, targetLimit, in ucnv_extWriteToU() 257 target, targetLimit, in ucnv_extWriteToU() 276 * target<targetLimit; set error code for overflow 282 UChar **target, const UChar *targetLimit, in ucnv_extInitialMatchToU() 299 /* write result to target */ in ucnv_extInitialMatchToU() 302 target, targetLimit, in ucnv_extInitialMatchToU() 397 &pArgs->target, pArgs->targetLimit, in ucnv_extContinueMatchToU() 674 char **target, const char *targetLimit, in ucnv_extWriteFromU() 741 target, targetLimi in ucnv_extWriteFromU() 237 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx, uint32_t value, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t srcIndex, UErrorCode *pErrorCode) ucnv_extWriteToU() argument 279 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, int32_t firstLength, const char **src, const char *srcLimit, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) ucnv_extInitialMatchToU() argument 672 ucnv_extWriteFromU(UConverter *cnv, const int32_t *cx, uint32_t value, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UErrorCode *pErrorCode) ucnv_extWriteFromU() argument 750 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx, UChar32 cp, const UChar **src, const UChar *srcLimit, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) ucnv_extInitialMatchFromU() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
| H A D | frontend_delegate_declarative.cpp | 1181 static_cast<uint32_t>(currentTask.action), currentTask.target.url.c_str()); in ProcessRouterTask() 1190 delegate->StartPush(currentTask.target, currentTask.params, currentTask.errorCallback); in ProcessRouterTask() 1193 delegate->StartReplace(currentTask.target, currentTask.params, currentTask.errorCallback); in ProcessRouterTask() 1196 delegate->BackCheckAlert(currentTask.target, currentTask.params); in ProcessRouterTask() 1208 bool FrontendDelegateDeclarative::IsNavigationStage(const PageTarget& target) in IsNavigationStage() argument 1210 return target.container.Upgrade(); in IsNavigationStage() 1213 void FrontendDelegateDeclarative::Push(const PageTarget& target, const std::string& params, in Push() argument 1216 if (IsNavigationStage(target)) { in Push() 1217 StartPush(target, params, errorCallback); in Push() 1223 AddRouterTask(RouterTask { RouterAction::PUSH, target, param in Push() 1231 StartPush(const PageTarget& target, const std::string& params, const std::function<void(const std::string&, int32_t)>& errorCallback) StartPush() argument 1264 Replace(const PageTarget& target, const std::string& params, const std::function<void(const std::string&, int32_t)>& errorCallback) Replace() argument 1282 StartReplace(const PageTarget& target, const std::string& params, const std::function<void(const std::string&, int32_t)>& errorCallback) StartReplace() argument 1334 BackCheckAlert(const PageTarget& target, const std::string& params) BackCheckAlert() argument 1362 BackWithTarget(const PageTarget& target, const std::string& params) BackWithTarget() argument 1379 StartBack(const PageTarget& target, const std::string& params) StartBack() argument 2218 LoadPage( int32_t pageId, const PageTarget& target, bool isMainPage, const std::string& params, bool isRestore) LoadPage() argument 2930 LoadReplacePage(int32_t pageId, const PageTarget& target, const std::string& params) LoadReplacePage() argument [all...] |
| /third_party/node/deps/v8/src/codegen/mips64/ |
| H A D | macro-assembler-mips64.h | 151 void Name(target_type target, BranchDelaySlot bd = PROTECT); \ 152 inline void Name(BranchDelaySlot bd, target_type target) { \ 153 Name(target, bd); \ 155 void Name(target_type target, COND_TYPED_ARGS, \ 157 inline void Name(BranchDelaySlot bd, target_type target, COND_TYPED_ARGS) { \ 158 Name(target, COND_ARGS, bd); \ 190 void BranchTrueShortF(Label* target, BranchDelaySlot bd = PROTECT); 191 void BranchFalseShortF(Label* target, BranchDelaySlot bd = PROTECT); 193 void BranchTrueF(Label* target, BranchDelaySlot bd = PROTECT); 194 void BranchFalseF(Label* target, BranchDelaySlo [all...] |
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-internal-gen.cc | 41 TNode<FixedArrayBase> target = in TF_BUILTIN() local 43 StoreObjectField(js_object, JSObject::kElementsOffset, target); in TF_BUILTIN() 44 Return(target); in TF_BUILTIN() 774 const TNode<JSObject> target = AllocateJSObjectFromMap(map); in AllocateJsObjectTarget() local 775 return target; in AllocateJsObjectTarget() 778 TNode<Context> context, TNode<JSReceiver> target, TNode<Object> source, in SetOrCopyDataProperties() 805 // If the target is deprecated, the object will be updated on first in SetOrCopyDataProperties() 806 // store. If the source for that store equals the target, this will in SetOrCopyDataProperties() 809 TNode<Map> target_map = LoadMap(target); in SetOrCopyDataProperties() 817 state(), context, target, target_is_simple_receive in SetOrCopyDataProperties() 777 SetOrCopyDataProperties( TNode<Context> context, TNode<JSReceiver> target, TNode<Object> source, Label* if_runtime, base::Optional<TNode<IntPtrT>> excluded_property_count = base::nullopt, base::Optional<TNode<IntPtrT>> excluded_property_base = base::nullopt, bool use_set = true) SetOrCopyDataProperties() argument 885 TNode<JSReceiver> target = AllocateJsObjectTarget(context); TF_BUILTIN() local 924 auto target = Parameter<JSObject>(Descriptor::kTarget); TF_BUILTIN() local 940 auto target = Parameter<JSReceiver>(Descriptor::kTarget); TF_BUILTIN() local 1028 auto target = Parameter<JSFunction>(Descriptor::kTarget); TF_BUILTIN() local [all...] |
| /third_party/node/deps/v8/src/codegen/mips/ |
| H A D | macro-assembler-mips.cc | 2183 void TurboAssembler::BranchTrueShortF(Label* target, BranchDelaySlot bd) { in CallRecordWriteStub() argument 2185 bc1nez(target, kDoubleCompareReg); in CallRecordWriteStub() 2187 bc1t(target); in CallRecordWriteStub() 2194 void TurboAssembler::BranchFalseShortF(Label* target, BranchDelaySlot bd) { in CallRecordWriteStub() argument 2196 bc1eqz(target, kDoubleCompareReg); in CallRecordWriteStub() 2198 bc1f(target); in CallRecordWriteStub() 2205 void TurboAssembler::BranchTrueF(Label* target, BranchDelaySlot bd) { in CallRecordWriteStub() argument 2207 target->is_bound() ? !is_near(target) : is_trampoline_emitted(); in CallRecordWriteStub() 2211 BranchLong(target, b in CallRecordWriteStub() 2218 BranchFalseF(Label* target, BranchDelaySlot bd) CallRecordWriteStub() argument 2231 BranchMSA(Label* target, MSABranchDF df, MSABranchCondition cond, MSARegister wt, BranchDelaySlot bd) CallRecordWriteStub() argument 2253 BranchShortMSA(MSABranchDF df, Label* target, MSABranchCondition cond, MSARegister wt, BranchDelaySlot bd) CallRecordWriteStub() argument 3606 Jump(Register target, int16_t offset, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument 3634 Jump(Register target, Register base, int16_t offset, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument 3665 Jump(Register target, const Operand& offset, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument 3699 Jump(intptr_t target, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument 3724 Jump(Address target, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument 3791 Call(Register target, int16_t offset, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument 3821 Call(Register target, Register base, int16_t offset, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument 3853 Call(Address target, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument 3946 PatchAndJump(Address target) CallRecordWriteStub() argument 3966 StoreReturnAddressAndCall(Register target) CallRecordWriteStub() argument 4145 Call(Label* target) CallRecordWriteStub() argument 4147 LoadAddress(Register dst, Label* target) CallRecordWriteStub() argument 5565 CallForDeoptimization(Builtin target, int, Label* exit, DeoptimizeKind kind, Label* ret, Label*) CallRecordWriteStub() argument [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | f_ebur128.c | 137 int target; ///< target level in LUFS used to set relative zero LU in visualization member 176 { "target", "set a specific target level in LUFS (-23 to 0)", OFFSET(target), AV_OPT_TYPE_INT, {.i64 = -23}, -23, 0, V|F }, 185 { "relative", "display values relative to target (LU)", 0, AV_OPT_TYPE_CONST, {.i64 = SCALE_TYPE_RELATIVE}, INT_MIN, INT_MAX, V|F, "scaletype" }, 186 { "LU", "display values relative to target (LU)", 0, AV_OPT_TYPE_CONST, {.i64 = SCALE_TYPE_RELATIVE}, INT_MIN, INT_MAX, V|F, "scaletype" }, 813 gauge_value = loudness_400 - ebur128->target; in filter_frame() 815 gauge_value = loudness_3000 - ebur128->target; in filter_frame() 818 y_loudness_lu_graph = lu_to_y(ebur128, loudness_3000 - ebur128->target); in filter_frame() [all...] |
| /third_party/glslang/Test/ |
| H A D | runtests | 171 run -g -Od --target-env vulkan1.1 --relaxed-errors --suppress-warnings --aml --amb --hlsl-offsets --nsf --spirv-val \ 219 # Test --client and --target-env 221 echo "Testing --client and --target-env" 224 run --target-env vulkan1.0 spv.targetVulkan.vert || HASERROR=1 225 run --target-env vulkan1.1 spv.targetVulkan.vert || HASERROR=1 226 run --target-env vulkan1.2 spv.targetVulkan.vert || HASERROR=1 227 run --target-env opengl spv.targetOpenGL.vert || HASERROR=1 230 run --target-env spirv1.2 -V spv.targetVulkan.vert || HASERROR=1 328 run --enhanced-msgs -V --target-env vulkan1.2 --amb --aml enhanced.0.frag > $TARGETDIR/enhanced.0.frag.out 330 run --enhanced-msgs -V --target [all...] |