/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/ |
H A D | vktDrawUtil.cpp | 156 const rr::Program program(m_vertexShaders[objectNdx].get(), m_fragmentShaders[objectNdx].get()); in draw()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktCustomInstancesDevices.cpp | 327 Move<VkInstance> instance = vk::createDefaultInstance(vkp, apiVersion, enabledLayersStr, usedExtensionsVec, cmdLine, debugReportRecorder.get(), pAllocator); in createCustomInstanceWithExtensions() 896 DE_ASSERT(m_deviceDriver.get() != DE_NULL); in getDeviceDriver()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrFilteringTests.cpp | 354 VulkanShader(VK_SHADER_STAGE_VERTEX_BIT, m_context.getBinaryCollection().get("vert")), in iterate() 355 VulkanShader(VK_SHADER_STAGE_FRAGMENT_BIT, m_context.getBinaryCollection().get("frag")) in iterate() 369 // get rendered image in iterate()
|
H A D | vktYCbCrImageQueryTests.cpp | 689 VulkanShader(VK_SHADER_STAGE_VERTEX_BIT, ctx.getBinaryCollection().get("vert")), in testImageQueryLod() 690 VulkanShader(VK_SHADER_STAGE_FRAGMENT_BIT, ctx.getBinaryCollection().get("frag")) in testImageQueryLod()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.cpp | 91 return instance_.get(); in GetInstance() 2411 auto* eventInfo = TypeInfoHelper::DynamicCast<WebPermissionRequestEvent>(info.get()); in Create() 2428 auto* eventInfo = TypeInfoHelper::DynamicCast<WebAppLinkEvent>(info.get()); in Create() 2446 auto* eventInfo = TypeInfoHelper::DynamicCast<FileSelectorEvent>(info.get()); in Create() 4091 auto* eventInfo = TypeInfoHelper::DynamicCast<WebWindowNewEvent>(info.get()); in OnWindowNew() 4241 auto* eventInfo = TypeInfoHelper::DynamicCast<PageVisibleEvent>(info.get()); in OnPageVisible() 4312 auto* eventInfo = TypeInfoHelper::DynamicCast<DataResubmittedEvent>(info.get()); in OnDataResubmitted() 4419 auto* eventInfo = TypeInfoHelper::DynamicCast<FaviconReceivedEvent>(info.get()); in OnFaviconReceived() 4456 auto* eventInfo = TypeInfoHelper::DynamicCast<TouchIconUrlEvent>(info.get()); in OnTouchIconUrlReceived() 4525 auto* eventInfo = TypeInfoHelper::DynamicCast<AudioStateChangedEvent>(info.get()); in OnAudioStateChanged() [all...] |
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/ |
H A D | camera_session_napi.cpp | 268 MEDIA_ERR_LOG("failed to get event loop"); in OnExposureStateCallbackAsync() 277 work->data = callbackInfo.get(); in OnExposureStateCallbackAsync() 318 MEDIA_ERR_LOG("failed to get event loop"); in OnFocusStateCallbackAsync() 327 work->data = callbackInfo.get(); in OnFocusStateCallbackAsync() 367 MEDIA_ERR_LOG("failed to get event loop"); in OnMacroStatusCallbackAsync() 376 work->data = callbackInfo.get(); in OnMacroStatusCallbackAsync() 419 MEDIA_ERR_LOG("failed to get event loop"); in OnMoonCaptureBoostStatusCallbackAsync() 428 work->data = callbackInfo.get(); in OnMoonCaptureBoostStatusCallbackAsync() 472 MEDIA_ERR_LOG("failed to get event loop"); in OnFeatureDetectionStatusChangedCallbackAsync() 481 work->data = callbackInfo.get(); in OnFeatureDetectionStatusChangedCallbackAsync() [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | TextureTest.cpp | 2170 // therefore glTexStorage2DEXT initializes the image to a default color to get a consistent in TEST_P() 2250 // therefore glTexStorage2DEXT initializes the image to a default color to get a consistent in TEST_P() 3680 drawQuad(blueProgram.get(), std::string(essl1_shaders::PositionAttrib()), 0.0f); in TEST_P() 3690 glBindTexture(GL_TEXTURE_2D, sourceTex.get()); in TEST_P() 3700 drawQuad(greenProgram.get(), std::string(essl1_shaders::PositionAttrib()), 0.0f); in TEST_P() 3716 drawQuad(texProgram.get(), std::string(essl1_shaders::PositionAttrib()), 0.0f); in TEST_P() 5482 // This test is needed especially to confirm that sampler registers get assigned correctly on 5521 // This test makes sure that even if sampler / texture registers get grouped together based on type 5522 // or otherwise get shuffled around in the HLSL backend of the shader translator, the D3D renderer 6013 // initializes the image to a default color to get in TEST_P() [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_main_thread.cpp | 603 RSBackgroundThread::Instance().InitRenderContext(GetRenderEngine()->GetRenderContext().get()); in Init() 621 RSUploadResourceThread::Instance().InitRenderContext(GetRenderEngine()->GetRenderContext().get()); in Init() 902 RS_LOGE("%{public}s failed to get system ability manager client", __func__); in SubScribeSystemAbility() 1030 if (std::get<2>(elem) == nullptr) { // check elem is valid in SkipCommandByNodeId() 1033 NodeId nodeId = std::get<2>(elem)->GetNodeId(); in SkipCommandByNodeId() 1961 auto captureTask = std::get<1>(uiCaptureTasks_.front()); in ProcessUiCaptureTasks() 2127 auto params = static_cast<RSSurfaceRenderParams*>(surfaceNode->GetStagingRenderParams().get()); in DoDirectComposition() 2589 auto& partitionVector = std::get<2>(listener.second); // get tuple 2 partition points vector in SurfaceOcclusionCallback() 2605 auto& savedLevel = std::get< in SurfaceOcclusionCallback() [all...] |
/foundation/window/window_manager/wm/src/ |
H A D | window_session_impl.cpp | 275 return static_cast<uint32_t>(GetPersistentId()) & 0xffffffff; // 0xffffffff: to get low 32 bits in GetWindowId() 285 // 0xffffffff: to get low 32 bits in GetParentId() 336 WLOGFE("try to get not exist ColorSpace"); in GetColorSpaceFromSurfaceGamut() 348 WLOGFE("try to get not exist colorGamut"); in GetSurfaceGamutFromColorSpace() 878 context_.get() == win->GetContext().get()) { in FindMainWindowWithContext() 893 if (window && context_.get() == window->GetContext().get()) { in FindExtensionWindowWithContext() 1107 if (context_.get() == nullptr) { in GetFloatingWindowParentId() 1113 context_.get() in GetFloatingWindowParentId() [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | dtfmttst.cpp | 252 * Instantiate a TimeZone so we can get the ids. in TestWallyWedel() 297 offset = cal->get(UCAL_ZONE_OFFSET, status) + cal->get(UCAL_DST_OFFSET, status); in TestWallyWedel() 1278 // get time in TestDateFormatZone146() 3597 // we should get the same result. in TestRoundtripWithCalendar() 3627 // we should get the same time and time zone. in TestRoundtripWithCalendar() 3675 logln("Nothing in this test. When we get more data from CLDR, put in some tests of -2, +2, etc. "); 4231 int32_t year = rootChineseCalendar->get(UCAL_YEAR, status); in TestMonthPatterns() 4232 int32_t month = rootChineseCalendar->get(UCAL_MONTH, status) + 1; in TestMonthPatterns() 4233 int32_t isLeapMonth = rootChineseCalendar->get(UCAL_IS_LEAP_MONT in TestMonthPatterns() [all...] |
/third_party/python/Tools/clinic/ |
H A D | clinic.py | 330 # Should be individual strings that will get 441 if fcf.counts.get(name) != 1: 2025 d = self.destinations.get(name) 2129 child = parent.modules.get(field) 2136 child = parent.classes.get(field) 2531 # the variable does get passed in to the _impl. (Ah, if 2614 # (that breaks if we get cloned.) 3363 format_unit = str_converter_argument_map.get(key) 3432 # properly. Hopefully with this approach we'll get it 100% right. 4138 preset = self.clinic.presets.get(destinatio [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorBufferTests.cpp | 160 VkBuffer result = (buffer.get() == DE_NULL) ? DE_NULL : buffer->get(); in getVkBuffer() 280 deUint32 hash; // a value used to "salt" results in memory to get unique values per test case 527 result.emplace_back((**pDsl).layout.get()); in getDescriptorSetLayouts() 705 // The expected data read through a descriptor. Try to get a unique value per test and binding. 1444 // Each set will get its own descriptor buffer binding. 2303 return m_context.getBinaryCollection().get(getShaderName(stage)); 4048 DE_ASSERT(resources.rtBlas.get() == DE_NULL); 4060 DE_ASSERT(resources.rtTlas.get() == DE_NULL); 4118 pAlloc = descriptorBuffer.alloc.get(); [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingDescriptorBufferTests.cpp | 160 VkBuffer result = (buffer.get() == DE_NULL) ? DE_NULL : buffer->get(); in getVkBuffer() 280 deUint32 hash; // a value used to "salt" results in memory to get unique values per test case 526 result.emplace_back((**pDsl).layout.get()); in getDescriptorSetLayouts() 704 // The expected data read through a descriptor. Try to get a unique value per test and binding. 1444 // Each set will get its own descriptor buffer binding. 2301 return m_context.getBinaryCollection().get(getShaderName(stage)); 4019 DE_ASSERT(resources.rtBlas.get() == DE_NULL); 4031 DE_ASSERT(resources.rtTlas.get() == DE_NULL); 4089 pAlloc = descriptorBuffer.alloc.get(); [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
H A D | napi_rdb_store.cpp | 86 rdbStore->UnSubscribe({ static_cast<SubscribeMode>(mode) }, obs.get()); in ~RdbStoreProxy() 94 rdbStore->UnSubscribe({ static_cast<SubscribeMode>(DistributedRdb::LOCAL), event }, obs.get()); in ~RdbStoreProxy() 102 rdbStore->UnSubscribe({ static_cast<SubscribeMode>(DistributedRdb::LOCAL_SHARED), event }, obs.get()); in ~RdbStoreProxy() 1610 errCode = GetInstance()->Subscribe(option, observer.get()); in OnRemote() 1632 int errCode = GetInstance()->Subscribe(option, localObserver.get()); in RegisteredObserver() 1680 errCode = GetInstance()->UnSubscribe(option, it->get()); in OffRemote() 1703 int errCode = GetInstance()->UnSubscribe(option, it->get()); in UnRegisteredObserver()
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpiolib.c | 37 * get/set operations for common cases, so that access to SOC-integrated 129 * gpiochip_get_desc - get the GPIO descriptor corresponding to the given 204 * @desc: GPIO to get the direction of 525 chip_err(gc, "%s: unable to get GPIO desc: %ld\n", __func__, in gpiochip_machine_hog() 656 * get *rid* of this numberspace and use only descriptors, but in gpiochip_add_data_with_key() 657 * it may be a pipe dream. It will not happen before we get rid in gpiochip_add_data_with_key() 747 * we get a device node entry in sysfs under in gpiochip_add_data_with_key() 795 * gpiochip_get_data() - get per-subdriver data for the chip 1704 * need to use gpiochip_get_data() to get their local state containers back 1737 * FIXME: get ri in gpiochip_irqchip_add_key() [all...] |
/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk.c | 138 * clk_pm_runtime_get_all() - Runtime "get" all clk provider devices 164 * Runtime PM "get" all the devices that are needed for the clks in clk_pm_runtime_get_all() 172 pr_err("clk: Failed to runtime PM get '%s' for clk '%s'\n", in clk_pm_runtime_get_all() 470 * clock-controller@f00abcd without needing to get the globally unique name of 834 * also get under exclusive control of the calling consumer. 892 * clk_rate_exclusive_get - get exclusivity over the clk rate control 900 * also get under exclusive control of the calling consumer. 1501 * __clk_determine_rate - get the closest rate actually supported by a clock 2301 /* calculate new rates and get the topmost changed clock */ in clk_core_set_rate_nolock() 2376 * clk_set_rate_exclusive - specify a new rate and get exclusiv 4524 struct clk *(*get)(struct of_phandle_args *clkspec, void *data); global() member [all...] |
/kernel/linux/linux-5.10/drivers/scsi/qedf/ |
H A D | qedf_main.c | 190 * If we get here then we never received a repsonse to our in qedf_handle_link_update() 362 * This function is called if link_down_tmo is in use. If we get a link up and 576 * Prevent race where we're removing the module and we get link update in qedf_link_update() 635 static void qedf_dcbx_handler(void *dev, struct qed_dcbx_get *get, u32 mib_type) in qedf_dcbx_handler() argument 641 "prio=%d.\n", get->operational.valid, get->operational.enabled, in qedf_dcbx_handler() 642 get->operational.app_prio.fcoe); in qedf_dcbx_handler() 644 if (get->operational.enabled && get->operational.valid) { in qedf_dcbx_handler() 659 * 3. Use the priority we get fro in qedf_dcbx_handler() [all...] |
/kernel/linux/linux-5.10/sound/usb/ |
H A D | mixer.c | 114 /* get the mapped name if the unit matches */ 149 /* get the mapped selector source name */ 327 "cannot get ctl value: req = %#x, wValue = %#x, wIndex = %#x, type = %d\n", in get_ctl_value_v1() 371 "cannot get ctl value: req = %#x, wValue = %#x, wIndex = %#x, type = %d\n", in get_ctl_value_v2() 439 "cannot get current value for control %d ch %d: err = %d\n", in snd_usb_get_cur_mix_value() 607 * get a terminal name string 1226 "%d:%d: cannot get min/max values for control %d (id %d)\n", in get_min_max_with_quirks() 1322 /* get a feature/mixer unit info */ 1357 /* get the current value from feature/mixer unit */ 1428 /* get th [all...] |
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk.c | 375 * clock-controller@f00abcd without needing to get the globally unique name of 725 * @hw: the hw clk we want to get the range from 856 * also get under exclusive control of the calling consumer. 914 * clk_rate_exclusive_get - get exclusivity over the clk rate control 922 * also get under exclusive control of the calling consumer. 1632 * __clk_determine_rate - get the closest rate actually supported by a clock 2439 /* calculate new rates and get the topmost changed clock */ in clk_core_set_rate_nolock() 2514 * clk_set_rate_exclusive - specify a new rate and get exclusive control 2837 * prepared state, the clk will get enabled for the duration of this call. If 3813 * CCF to get a in __clk_core_init() 4781 struct clk *(*get)(struct of_phandle_args *clkspec, void *data); global() member [all...] |
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_codec.c | 154 * snd_hda_get_conn_list - get connection list 254 * snd_hda_get_conn_index - get the connection index of the given NID 293 * snd_hda_get_num_devices - get DEVLIST_LEN parameter of the given widget 357 * snd_hda_get_dev_select - get device entry select on the pin 359 * @nid: NID of the pin to get device entry select 522 * @nid: NID to get the pin config 686 /* get or create a cache entry for the given audio converter NID */ 1440 /* get num steps */ in get_amp_max_value() 1450 * @uinfo: pointer to get/store the data 1513 * @ucontrol: pointer to get/stor [all...] |
/kernel/linux/linux-6.6/drivers/scsi/qedf/ |
H A D | qedf_main.c | 190 * If we get here then we never received a repsonse to our in qedf_handle_link_update() 362 * This function is called if link_down_tmo is in use. If we get a link up and 576 * Prevent race where we're removing the module and we get link update in qedf_link_update() 635 static void qedf_dcbx_handler(void *dev, struct qed_dcbx_get *get, u32 mib_type) in qedf_dcbx_handler() argument 641 "prio=%d.\n", get->operational.valid, get->operational.enabled, in qedf_dcbx_handler() 642 get->operational.app_prio.fcoe); in qedf_dcbx_handler() 644 if (get->operational.enabled && get->operational.valid) { in qedf_dcbx_handler() 659 * 3. Use the priority we get fro in qedf_dcbx_handler() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmGraphicsShaderTestUtil.cpp | 443 const ModuleHandleSp mod(new Unique<VkShaderModule>(createShaderModule(vk, vkDevice, context.getBinaryCollection().get(moduleNdx->first), 0))); in createPipelineShaderStages() 1214 // Only get the first value since all three values are the same anyway. in fillInterfacePlaceholderTessEvalGeom() 3507 copyBufferToImage(context, vk, device, queue, *cmdPool, *cmdBuf, resourceBuffer.get(), resourceImage.get(), inputImageAspect); in runAndVerifyDefaultPipeline() 3851 const ProgramBinary& binary = context.getBinaryCollection().get(shaderName); in runAndVerifyDefaultPipeline() 4264 vk.cmdBindVertexBuffers(*cmdBuf, 0u, 1u, &vertexBuffer.get(), &bindingOffset); in runAndVerifyDefaultPipeline() 4269 vk.cmdBindVertexBuffers(*cmdBuf, 1u, 1u, &vertexInputBuffer.get(), &bindingOffset); in runAndVerifyDefaultPipeline() 4425 submitCommandsAndWait(vk, device, queue, cmdBuf.get()); in runAndVerifyDefaultPipeline()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeFloatTypes.cpp | 13 // The resulting integer value is the same as what you would get by performing 301 // First get the sign bit of second operand. in SoftenFloatRes_FCOPYSIGN() 853 ISD::CondCode CCCode = cast<CondCodeSDNode>(N->getOperand(1))->get(); in SoftenFloatOp_BR_CC() 921 ISD::CondCode CCCode = cast<CondCodeSDNode>(N->getOperand(4))->get(); in SoftenFloatOp_SELECT_CC() 949 cast<CondCodeSDNode>(N->getOperand(IsStrict ? 3 : 2))->get(); in SoftenFloatOp_SETCC() 1725 ISD::CondCode CCCode = cast<CondCodeSDNode>(N->getOperand(1))->get(); in ExpandFloatOp_BR_CC() 1823 ISD::CondCode CCCode = cast<CondCodeSDNode>(N->getOperand(4))->get(); in ExpandFloatOp_SELECT_CC() 1841 ISD::CondCode CCCode = cast<CondCodeSDNode>(N->getOperand(2))->get(); in ExpandFloatOp_SETCC() 2047 ISD::CondCode CCCode = cast<CondCodeSDNode>(N->getOperand(2))->get(); in PromoteFloatOp_SETCC() 2184 // FIXME We might be able to do the conversion during compilation and get ri in PromoteFloatRes_ConstantFP() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | layout_test.cc | 1257 std::get<Is>(matchers_)) in MatchAndExplainImpl() 1258 .Matches(std::get<Is>(p))...}); in MatchAndExplainImpl() 1598 layout.PoisonPadding(p_.get()); in CompactString() 1601 *layout.Pointer<size_t>(p_.get()) = size; in CompactString() 1603 memcpy(layout.Pointer<char>(p_.get()), s, size + 1); in CompactString() 1608 return *L::Partial().Pointer<size_t>(p_.get()); in size() 1612 // Equivalent to reinterpret_cast<char*>(p.get() + sizeof(size_t)). in c_str() 1615 return L::Partial(1).Pointer<char>(p_.get()); in c_str()
|
H A D | btree.h | 156 // automatically get the more efficient compare-to code when using common 1353 return root_.template get<0>(); 1444 node_type *root() { return root_.template get<2>(); } in root() 1445 const node_type *root() const { return root_.template get<2>(); } in root() 1446 node_type *&mutable_root() noexcept { return root_.template get<2>(); } 1447 key_compare *mutable_key_comp() noexcept { return &root_.template get<0>(); } 1455 return &root_.template get<1>(); 1458 return root_.template get<1>(); 2147 // below). We can get to the largest value from our left child by
|