/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/ |
H A D | render_graph.cpp | 1261 BindableImage bRes = {}; in HandleClearImage() local 1262 bRes.handle = nextRc.handle; in HandleClearImage() 1283 BindableImage bRes = {}; in HandleBlitImage() local 1294 BindableImage bRes = {}; in HandleBlitImage() local 1368 BindableBuffer bRes; in HandleCopyBufferImage() local 1369 bRes.handle = srcHandle; in HandleCopyBufferImage() 1375 BindableImage bRes; in HandleCopyBufferImage() local 1394 BindableBuffer bRes; in HandleCopyBufferImage() local 1401 BindableImage bRes; in HandleCopyBufferImage() local 1457 UpdateStateAndCreateBarriersGpuBuffer(bRes.state, bRes.resource, params); in HandleDescriptorSets() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_node_shader_passes_generic.cpp | 203 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()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_nb_cursor_testcase.cpp | 118 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 = bRes && (result == currentStatus.isAfterLast); in JudgePosition() 130 bRes = bRes && (position == currentStatus.position); in JudgePosition() 131 return bRes; in JudgePosition()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | render_backend_vk.cpp | 1958 const BindableBuffer& bRes = in UpdateCommandListDescriptorSets() local 1988 const BindableBuffer& bRes = in UpdateCommandListDescriptorSets() local 1998 (VkDeviceSize)bRes.byteSize); in UpdateCommandListDescriptorSets() 2045 if ((bRes.layer != PipelineStateConstants::GPU_IMAGE_ALL_LAYERS) && in UpdateCommandListDescriptorSets() 2046 (bRes.layer < platImageViews.layerImageViews.size())) { in UpdateCommandListDescriptorSets() 2047 imageView = platImageViews.layerImageViews[bRes.layer]; in UpdateCommandListDescriptorSets() 2050 (bRes.mip < platImageViews.mipImageAllLayerViews.size())) { in UpdateCommandListDescriptorSets() 2051 imageView = platImageViews.mipImageAllLayerViews[bRes.mip]; in UpdateCommandListDescriptorSets() 2052 } else if (bRes.mip < platImageViews.mipImageViews.size()) { in UpdateCommandListDescriptorSets() 2053 imageView = platImageViews.mipImageViews[bRes.mip]; in UpdateCommandListDescriptorSets() [all …]
|
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/ |
H A D | net_conn_client_test.cpp | 242 bool bRes = false; variable 243 auto ret = NetConnClient::GetInstance().IsDefaultNetMetered(bRes); 245 ASSERT_TRUE(bRes == false); 256 bool bRes = false; variable 257 auto ret = NetConnClient::GetInstance().IsDefaultNetMetered(bRes); 259 ASSERT_TRUE(bRes == true);
|
H A D | net_conn_service_test.cpp | 518 bool bRes = false; variable 519 auto ret = NetConnService::GetInstance()->IsDefaultNetMetered(bRes); 522 ret = DelayedSingleton<NetConnService>::GetInstance()->IsDefaultNetMetered(bRes); 524 EXPECT_TRUE(bRes);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | pipeline_descriptor_set_binder.cpp | 323 … 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()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | render_backend_gles.cpp | 2075 const auto& bRes = samplers[resIdx]; in ProcessBindings() local 2076 BindSampler(bRes.resource, obj, index); in ProcessBindings() 2082 const auto& bRes = images[resIdx]; in ProcessBindings() local 2083 BindImage(bRes.resource, bRes.state, obj, index); in ProcessBindings() 2088 const auto& bRes = images[resIdx]; in ProcessBindings() local 2089 BindImageSampler(bRes.resource, bRes.state, obj, index); in ProcessBindings() 2095 const auto& bRes = buffers[resIdx]; in ProcessBindings() local 2101 BindBuffer(bRes.resource, obj, dynamicOffset, index); in ProcessBindings() 2106 const auto& bRes = buffers[resIdx]; in ProcessBindings() local 2107 BindBuffer(bRes.resource, obj, 0, index); in ProcessBindings()
|