| /third_party/skia/src/sksl/codegen/ |
| H A D | SkSLSPIRVCodeGenerator.h | 204 void writeLayout(const Layout& layout, SpvId target); 206 void writeLayout(const Layout& layout, SpvId target, int member);
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| H A D | RenderPipelineVk.cpp | 467 const ColorTargetState* target = GetColorTargetState(i); in Initialize() 468 colorBlendAttachments[i] = ComputeColorDesc(target, fragmentOutputsWritten[i]); in Initialize() 501 // has resolve target and whether depth/stencil attachment is read-only also don't matter, in Initialize()
|
| H A D | SwapChainVk.cpp | 337 VkPresentModeKHR target) -> bool { in ChooseConfig() 338 return std::find(modes.begin(), modes.end(), target) != modes.end(); in ChooseConfig() 348 // Go to the target mode. in ChooseConfig() 363 // Choose the target width or do a blit. in ChooseConfig() 374 // Choose the target usage or do a blit. in ChooseConfig() 431 // the case it is very likely that the target extent works, but clamp it just in case. in ChooseConfig() 432 // Using the target extent for the blit is better when possible so that texels don't in ChooseConfig()
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-var-gvar-table.hh | 512 unsigned int target, unsigned int prev, unsigned int next) in infer_delta() 514 float target_val = T::get (points[target]); in infer_delta()
|
| /third_party/python/Lib/test/ |
| H A D | test_heapq.py | 263 target = sorted(data, reverse=True) 264 self.assertEqual(hsort(data, LT), target)
|
| H A D | test_minidom.py | 553 self.confirm(pi.target == "mypi" 810 target = create_doc_without_doctype() 811 self.assertRaises(xml.dom.NotSupportedErr, target.importNode, 816 target = create_doc_without_doctype() 817 self.assertRaises(xml.dom.NotSupportedErr, target.importNode, 843 doc = parseString("<?target data?><doc/>") 847 self.confirm(clone.target == pi.target
|
| /third_party/skia/experimental/wasm-skp-debugger/ |
| H A D | debugger_bindings.cpp | 499 // target so Skia can render to it in MakeOnScreenGLSurface() 509 GrBackendRenderTarget target(width, height, 0, 8, info); in MakeOnScreenGLSurface() 511 sk_sp<SkSurface> surface(SkSurface::MakeFromBackendRenderTarget(dContext.get(), target, in MakeOnScreenGLSurface()
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fBufferTestUtil.cpp | 137 const char* getBufferTargetName (deUint32 target) in getBufferTargetName() argument 139 switch (target) in getBufferTargetName()
|
| /base/usb/usb_manager/interfaces/kits/js/napi/src/ |
| H A D | usb_info.cpp | 231 int32_t target; member 243 int32_t target = 0; in ParsePipeControlParam() local 244 NapiUtil::JsObjectToInt(env, jsObj, "target", target); in ParsePipeControlParam() 262 controlParam.target = target; in ParsePipeControlParam() 1237 asyncContext->target = controlParam.target; in PipeControlTransfer()
|
| /foundation/arkui/ace_engine/advanced_ui_component/filter/interfaces/ |
| H A D | filter.js | 16 let __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { 17 let c = arguments.length, r = c < 3 ? target : desc === null ? 18 desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; 20 r = Reflect.decorate(decorators, target, key, desc); 24 r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; 28 return c > 3 && r && Object.defineProperty(target, key, r), r;
|
| /foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/ |
| H A D | segmentbutton.js | 16 var j = (this && this.j) || function (t3, target, key, desc) { 18 r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; 20 r = Reflect.o1(t3, target, key, desc); 24 r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; 28 return c > 3 && r && Object.defineProperty(target, key, r), r;
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | vaapi_encode.c | 796 VAAPIEncodePicture *target, in vaapi_encode_add_ref() 802 av_assert0(pic != target); in vaapi_encode_add_ref() 804 pic->refs[pic->nb_refs++] = target; in vaapi_encode_add_ref() 810 pic->dpb[pic->nb_dpb_pics++] = target; in vaapi_encode_add_ref() 816 pic->prev = target; in vaapi_encode_add_ref() 820 target->ref_count[0] += refs; in vaapi_encode_add_ref() 821 target->ref_count[1] += refs; in vaapi_encode_add_ref() 1485 av_log(avctx, AV_LOG_ERROR, "No usable render target format " in vaapi_encode_profile_entrypoint() 1516 av_log(avctx, AV_LOG_VERBOSE, "Using VAAPI render target " in vaapi_encode_profile_entrypoint() 1691 // Accuracy tolerance range for meeting the specified target in vaapi_encode_init_rate_control() 794 vaapi_encode_add_ref(AVCodecContext *avctx, VAAPIEncodePicture *pic, VAAPIEncodePicture *target, int is_ref, int in_dpb, int prev) vaapi_encode_add_ref() argument [all...] |
| /third_party/backends/backend/ |
| H A D | hp4200.c | 670 compute_first_gain_offset (int target, int max, int min, int *gain, in compute_first_gain_offset() argument 673 *gain = (int) 15.0 *(target / (max - min) - 0.933); in compute_first_gain_offset() 677 *gain = (int) 15.0 *(target / 3.0 / (max - min) - 0.933); in compute_first_gain_offset() 784 compute_gain_offset (int target, int max, int min, int *gain, in compute_gain_offset() argument 793 if (max > target) in compute_gain_offset() 1302 compute_corr_code (int average, int min_color, int range, int target) in compute_corr_code() argument 1310 (int) (range * ((double) target / (double) value - 1.0) + 0.5); in compute_corr_code()
|
| /third_party/python/Lib/ |
| H A D | mailbox.py | 210 def _dump_message(self, message, target, mangle_from_=False): 211 # This assumes the target file is open in binary mode. 212 """Dump message contents to target file.""" 220 target.write(data) 223 target.write(linesep) 234 target.write(message) 237 target.write(linesep) 256 target.write(line) 260 target.write(linesep)
|
| /third_party/skia/third_party/externals/tint/src/writer/glsl/ |
| H A D | generator_impl.cc | 416 auto* target = call->Target(); in EmitCall() local 418 if (auto* func = target->As<sem::Function>()) { in EmitCall() 421 if (auto* intrinsic = target->As<sem::Intrinsic>()) { in EmitCall() 424 if (auto* cast = target->As<sem::TypeConversion>()) { in EmitCall() 427 if (auto* ctor = target->As<sem::TypeConstructor>()) { in EmitCall() 431 << "unhandled call target: " << target->TypeInfo().name; in EmitCall() 440 auto* ident = decl->target.name; in EmitFunctionCall()
|
| /third_party/skia/third_party/externals/tint/src/writer/msl/ |
| H A D | generator_impl.cc | 535 auto* target = call->Target(); in EmitCall() local 537 if (auto* func = target->As<sem::Function>()) { in EmitCall() 540 if (auto* intrinsic = target->As<sem::Intrinsic>()) { in EmitCall() 543 if (auto* conv = target->As<sem::TypeConversion>()) { in EmitCall() 546 if (auto* ctor = target->As<sem::TypeConstructor>()) { in EmitCall() 551 << "unhandled call target: " << target->TypeInfo().name; in EmitCall() 558 auto* ident = call->Declaration()->target.name; in EmitFunctionCall()
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_from_tgsi.cpp | 276 assert(!"Unexpected texture target"); in texOffsetMask() 500 assert(!"invalid texture target"); in translateTexture() 1021 uint8_t target; // TGSI_TEXTURE_* member 1027 uint8_t target; // TGSI_TEXTURE_* 1420 resources[i].target = decl->Resource.Resource; in scanDeclaration() 1428 textureViews[i].target = decl->SamplerView.Resource; in scanDeclaration() 1445 if (info->type == PIPE_SHADER_COMPUTE && info->target < NVISA_GF100_CHIPSET) { in scanDeclaration() 1454 if (info->type == PIPE_SHADER_COMPUTE && info->target < NVISA_GF100_CHIPSET) { in scanDeclaration() 1637 return translateTexture(code->resources.at(r).target); in getTexture() 1641 return translateTexture(code->textureViews.at(r).target); in getTexture() [all...] |
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| H A D | device9.c | 379 tmpl.target = PIPE_BUFFER; in NineDevice9_ctor() 419 tmpl.target = PIPE_TEXTURE_2D; in NineDevice9_ctor() 510 tmplt.target = PIPE_TEXTURE_2D; in NineDevice9_ctor() 535 templ.target = This->dummy_texture->target; in NineDevice9_ctor() 1722 src_res->target, in NineDevice9_StretchRect() 1848 dst_res->target, in NineDevice9_StretchRect() 3223 struct pipe_stream_output_target *target; in NineDevice9_ProcessVertices() local 3285 templ.target = PIPE_BUFFER; in NineDevice9_ProcessVertices() 3298 target in NineDevice9_ProcessVertices() [all...] |
| /third_party/node/deps/v8/src/codegen/s390/ |
| H A D | macro-assembler-s390.cc | 367 void TurboAssembler::Jump(Register target, Condition cond) { b(cond, target); } in Jump() argument 369 void TurboAssembler::Jump(intptr_t target, RelocInfo::Mode rmode, in Jump() argument 375 mov(ip, Operand(target, rmode)); in Jump() 381 void TurboAssembler::Jump(Address target, RelocInfo::Mode rmode, in Jump() argument 384 Jump(static_cast<intptr_t>(target), rmode, cond); in Jump() 414 void TurboAssembler::Call(Register target) { in Call() argument 415 // Branch to target via indirect branch in Call() 416 basr(r14, target); in Call() 419 void MacroAssembler::CallJSEntry(Register target) { in CallJSEntry() argument 424 CallSizeNotPredictableCodeSize(Address target, RelocInfo::Mode rmode, Condition cond) CallSizeNotPredictableCodeSize() argument 437 Call(Address target, RelocInfo::Mode rmode, Condition cond) Call() argument 498 Call(Label* target) Call() argument 4813 StoreReturnAddressAndCall(Register target) CallRecordWriteStub() argument 4831 CallForDeoptimization(Builtin target, int, Label* exit, DeoptimizeKind kind, Label* ret, Label*) CallRecordWriteStub() argument [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | js-objects.cc | 274 Handle<JSReceiver> target, Handle<Object> source, in FastAssign() 284 Isolate* isolate = target->GetIsolate(); in FastAssign() 286 // If the target is deprecated, the object will be updated on first store. If in FastAssign() 287 // the source for that store equals the target, this will invalidate the in FastAssign() 288 // cached representation of the source. Preventively upgrade the target. in FastAssign() 290 if (target->map().is_deprecated()) { in FastAssign() 291 JSObject::MigrateInstance(isolate, Handle<JSObject>::cast(target)); in FastAssign() 305 CHECK_IMPLIES(!use_set, !target.is_identical_to(from)); in FastAssign() 372 LookupIterator it(isolate, target, key); in FastAssign() 389 // 4a ii 2. Perform ? CreateDataProperty(target, nextKe in FastAssign() 273 FastAssign( Handle<JSReceiver> target, Handle<Object> source, PropertiesEnumerationMode mode, const base::ScopedVector<Handle<Object>>* excluded_properties, bool use_set) FastAssign() argument 414 SetOrCopyDataProperties( Isolate* isolate, Handle<JSReceiver> target, Handle<Object> source, PropertiesEnumerationMode mode, const base::ScopedVector<Handle<Object>>* excluded_properties, bool use_set) SetOrCopyDataProperties() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | evergreen_state.c | 176 unsigned res_target = rtex->resource.b.b.target; in r600_tex_dim() 244 enum pipe_texture_target target, in evergreen_is_format_supported() 252 if (target >= PIPE_MAX_TEXTURE_TYPES) { in evergreen_is_format_supported() 253 R600_ERR("r600: unsupported texture type %d\n", target); in evergreen_is_format_supported() 275 if (target == PIPE_BUFFER) { in evergreen_is_format_supported() 720 unsigned target; member 834 dim = r600_tex_dim(tmp, params->target, texture->nr_samples); in evergreen_fill_tex_resource_words() 875 if (params->target != texture->target && depth == 1) { in evergreen_fill_tex_resource_words() 935 if (state->target in evergreen_create_sampler_view_custom() 242 evergreen_is_format_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned usage) evergreen_is_format_supported() argument [all...] |
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | parse.c | 45 #include "target.h" 2165 * exactly like the iterator break - it's the target 2203 struct symbol *target = lookup_symbol(&case_ident, NS_ITERATOR); in add_case_statement() local 2206 if (!target) { in add_case_statement() 2212 add_symbol(&target->symbol_list, sym); in add_case_statement() 2220 struct symbol *target = lookup_symbol(&return_ident, NS_ITERATOR); in parse_return_statement() local 2222 if (!target) in parse_return_statement() 2223 error_die(token->pos, "internal error: return without a function target"); in parse_return_statement() 2225 stmt->ret_target = target; in parse_return_statement() 2350 struct symbol *target in parse_loop_iterator() local [all...] |
| /base/notification/distributed_notification_service/frameworks/ans/src/ |
| H A D | reminder_request.cpp | 1309 uint64_t ReminderRequest::GetDurationSinceEpochInMilli(const time_t target) in GetDurationSinceEpochInMilli() argument 1311 auto tarEndTimePoint = std::chrono::system_clock::from_time_t(target); in GetDurationSinceEpochInMilli() 1795 int64_t ReminderRequest::GetNextDaysOfWeek(const time_t now, const time_t target) const in GetNextDaysOfWeek() 1800 int32_t dayCount = now >= target ? 1 : 0; in GetNextDaysOfWeek() 1809 time_t nextTriggerTime = target + dayCount * HOURS_PER_DAY * SECONDS_PER_HOUR; in GetNextDaysOfWeek()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
| H A D | menu_view.cpp | 715 void SetPixelMap(const RefPtr<FrameNode>& target, const RefPtr<FrameNode>& wrapperNode, in SetPixelMap() argument 718 CHECK_NULL_VOID(target); in SetPixelMap() 719 auto eventHub = target->GetEventHub<NG::EventHub>(); in SetPixelMap() 727 auto imageOffset = GetFloatImageOffset(target); in SetPixelMap() 735 SetAccessibilityPixelMap(target, imageNode); in SetPixelMap()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
| H A D | frontend_delegate_declarative_ng.cpp | 488 void FrontendDelegateDeclarativeNG::NavigatePage(uint8_t type, const PageTarget& target, const std::string& params) in NavigatePage() argument 492 Push(target.url, params); in NavigatePage() 495 Replace(target.url, params); in NavigatePage() 498 Back(target.url, params); in NavigatePage() 501 Back(target.url, params); in NavigatePage()
|