Home
last modified time | relevance | path

Searched refs:bRes (Results 1 - 9 of 9) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.cpp1256 BindableImage bRes = {};
1257 bRes.handle = nextRc.handle;
1258 bRes.imageLayout = nextRc.imageLayout;
1261 bRes, params.rcWithType, params.combinedBarriers, currNodeGpuResourceTransfers_);
1278 BindableImage bRes = {};
1279 bRes.handle = nextRc.srcHandle;
1280 bRes.imageLayout = nextRc.srcImageLayout;
1283 bRes, params.rcWithType, params.combinedBarriers, currNodeGpuResourceTransfers_);
1289 BindableImage bRes = {};
1290 bRes
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_shader_passes_generic.cpp203 BindableBuffer bRes; in ExecuteFrameGraphics() local
204 bRes.handle = uboData_.handle.GetHandle(); in ExecuteFrameGraphics()
205 bRes.byteOffset = byteOffset; in ExecuteFrameGraphics()
206 binder->BindBuffer(cpbv.set, cpbv.binding, bRes); in ExecuteFrameGraphics()
292 BindableBuffer bRes; in ExecuteFrameCompute() local
293 bRes.handle = uboData_.handle.GetHandle(); in ExecuteFrameCompute()
294 bRes.byteOffset = byteOffset; in ExecuteFrameCompute()
295 binder->BindBuffer(cpbv.set, cpbv.binding, bRes); in ExecuteFrameCompute()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_cursor_testcase.cpp118 bool bRes = true; in JudgePosition() local
120 bRes = bRes && (status == currentStatus.isGetSuccess); in JudgePosition()
122 bRes = bRes && (result == currentStatus.isFirst); in JudgePosition()
124 bRes = bRes && (result == currentStatus.isLast); in JudgePosition()
126 bRes = bRes && (result == currentStatus.isBeforeFirst); in JudgePosition()
128 bRes in JudgePosition()
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp1956 const BindableBuffer& bRes =
1958 if (const GpuBufferVk* resPtr = gpuResourceMgr_.GetBuffer<GpuBufferVk>(bRes.handle); resPtr) {
1986 const BindableBuffer& bRes =
1988 const VkDeviceSize optionalByteOffset = (VkDeviceSize)bRes.byteOffset;
1989 if (const GpuBufferVk* resPtr = gpuResourceMgr_.GetBuffer<GpuBufferVk>(bRes.handle); resPtr) {
1996 (VkDeviceSize)bRes.byteSize);
2030 const BindableImage& bRes = (idx == 0) ? ref.resource : images[arrayOffset + idx - 1].resource;
2031 if (const GpuImageVk* resPtr = gpuResourceMgr_.GetImage<GpuImageVk>(bRes.handle); resPtr) {
2035 gpuResourceMgr_.GetSampler<GpuSamplerVk>(bRes.samplerHandle);
2043 if ((bRes
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dpipeline_descriptor_set_binder.cpp323 BindableBuffer& bRes = (idx == 0) ? ref : buffers_[arrayOffset + idx - 1].resource; in BindBuffers() local
324 bRes = resources[idx]; in BindBuffers()
516 BindableSampler& bRes = (idx == 0) ? ref : samplers_[arrayOffset + idx - 1].resource; in BindSamplers() local
517 bRes = resources[idx]; in BindSamplers()
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp2074 const auto& bRes = samplers[resIdx]; in ProcessBindings() local
2075 BindSampler(bRes.resource, obj, index); in ProcessBindings()
2081 const auto& bRes = images[resIdx]; in ProcessBindings() local
2082 BindImage(bRes.resource, bRes.state, obj, index); in ProcessBindings()
2087 const auto& bRes = images[resIdx]; in ProcessBindings() local
2088 BindImageSampler(bRes.resource, bRes.state, obj, index); in ProcessBindings()
2094 const auto& bRes = buffers[resIdx]; in ProcessBindings() local
2100 BindBuffer(bRes in ProcessBindings()
2105 const auto& bRes = buffers[resIdx]; ProcessBindings() local
[all...]
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnet_conn_client_test.cpp242 bool bRes = false; in HWTEST_F() local
243 auto ret = NetConnClient::GetInstance().IsDefaultNetMetered(bRes); in HWTEST_F()
245 ASSERT_TRUE(bRes == false); in HWTEST_F()
256 bool bRes = false; in HWTEST_F() local
257 auto ret = NetConnClient::GetInstance().IsDefaultNetMetered(bRes); in HWTEST_F()
259 ASSERT_TRUE(bRes == true); in HWTEST_F()
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/conn_vpn_manager_test/
H A Dnet_conn_service_test.cpp543 bool bRes = false; in HWTEST_F() local
544 auto ret = NetConnService::GetInstance()->IsDefaultNetMetered(bRes); in HWTEST_F()
547 ret = DelayedSingleton<NetConnService>::GetInstance()->IsDefaultNetMetered(bRes); in HWTEST_F()
549 EXPECT_TRUE(bRes); in HWTEST_F()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_service_test.cpp544 bool bRes = false; in HWTEST_F() local
545 auto ret = NetConnService::GetInstance()->IsDefaultNetMetered(bRes); in HWTEST_F()
548 ret = DelayedSingleton<NetConnService>::GetInstance()->IsDefaultNetMetered(bRes); in HWTEST_F()
550 EXPECT_TRUE(bRes); in HWTEST_F()

Completed in 20 milliseconds