/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | gpu_resource_util.cpp | 48 const DeviceBackendType backendType = device.GetBackendType(); in CopyGpuResource() 64 const DeviceBackendType backendType = device.GetBackendType(); in DebugBufferName() 79 const DeviceBackendType backendType = device.GetBackendType(); in DebugImageName() 94 const DeviceBackendType backendType = device.GetBackendType(); in DebugSamplerName()
|
H A D | device.cpp | 616 … CreateDepthBuffer(GetBackendType(), *swapchainData.swapchain, *gpuResourceMgr_, swapchainData); in CreateSwapchainImpl()
|
H A D | shader_manager.cpp | 2126 shaderLoader_ = make_unique<ShaderLoader>(*fileMgr_, *this, device_.GetBackendType()); in SetFileManager()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/ |
H A D | intf_device.h | 130 virtual DeviceBackendType GetBackendType() const = 0; 181 virtual DeviceBackendType GetBackendType() const = 0;
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/ |
H A D | backend.h | 37 virtual OH_NN_ReturnCode GetBackendType(OH_NN_DeviceType& backendType) const = 0;
|
H A D | neural_network_core.cpp | 107 OH_NN_ReturnCode ret = backend->GetBackendType(*deviceType); in OH_NNDevice_GetType()
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | nnbackend.h | 37 OH_NN_ReturnCode GetBackendType(OH_NN_DeviceType& backendType) const override;
|
H A D | nnbackend.cpp | 76 OH_NN_ReturnCode NNBackend::GetBackendType(OH_NN_DeviceType& backendType) const in GetBackendType() function in OHOS::NeuralNetworkRuntime::NNBackend
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | device_vk.h | 100 DeviceBackendType GetBackendType() const override; 287 DeviceBackendType GetBackendType() const override;
|
H A D | device_vk.cpp | 884 DeviceBackendType DeviceVk::GetBackendType() const in GetBackendType() function in DeviceVk 1439 DeviceBackendType LowLevelDeviceVk::GetBackendType() const in GetBackendType() function in LowLevelDeviceVk
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | swapchain_gles.cpp | 152 if (device.GetBackendType() == DeviceBackendType::OPENGLES) { in ExtractInfo() 164 if (device.GetBackendType() == DeviceBackendType::OPENGL) { in ExtractInfo()
|
H A D | device_gles.h | 96 DeviceBackendType GetBackendType() const override; 425 DeviceBackendType GetBackendType() const override;
|
H A D | device_gles.cpp | 1162 DeviceBackendType DeviceGLES::GetBackendType() const in GetBackendType() function in DeviceGLES 2185 DeviceBackendType LowLevelDeviceGLES::GetBackendType() const in GetBackendType() function in LowLevelDeviceGLES 2187 return deviceGLES_.GetBackendType(); in GetBackendType()
|
H A D | node_context_pool_manager_gles.cpp | 680 if (device_.GetBackendType() == DeviceBackendType::OPENGLES) {
|
H A D | render_backend_gles.cpp | 708 if (device_.GetBackendType() == DeviceBackendType::OPENGL) { in RenderBackendGLES() 713 if (device_.GetBackendType() == DeviceBackendType::OPENGLES) { in RenderBackendGLES() 721 if (device_.GetBackendType() == DeviceBackendType::OPENGLES) { in RenderBackendGLES()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/ |
H A D | render_frame_util.cpp | 213 const DeviceBackendType backendType = device.GetBackendType(); in ProcessFrameSignalData() 369 const DeviceBackendType backendType = device_.GetBackendType(); in AddGpuSignal()
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_backend/ |
H A D | nn_backend_test.cpp | 208 EXPECT_EQ(OH_NN_FAILED, hdiDevice->GetBackendType(backendName)); 226 EXPECT_EQ(OH_NN_FAILED, hdiDevice->GetBackendType(backendName)); 246 EXPECT_EQ(OH_NN_SUCCESS, hdiDevice->GetBackendType(backendName));
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/ |
H A D | render_context.cpp | 376 … if (auto file = fileManager_->CreateFile(GetPipelineCacheUri(device_->GetBackendType())); file) { in ~RenderContext() 406 … if (auto file = fileManager_->OpenFile(GetPipelineCacheUri(device_->GetBackendType())); file) { in Init()
|
H A D | renderer.cpp | 412 if (device.GetBackendType() == DeviceBackendType::VULKAN) { in CreateDefaultRenderNodeGraphs() 464 renderConfig_ = { device_.GetBackendType(), RenderingConfiguration::NdcOrigin::TOP_LEFT }; in Renderer()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_node_graph_manager.cpp | 289 … ValidateBackendFlags(combinedNodeName, device_.GetBackendType(), typeInfoFlags.backendFlags); in PendingCreate() 432 … ValidateBackendFlags(desc.typeName, device_.GetBackendType(), tiFlags.backendFlags); in PendingAllocRenderNode()
|
H A D | node_context_pso_manager.cpp | 414 …(device_.GetBackendType() == DeviceBackendType::VULKAN) ? Hash(handle.id, psoStateHash) : handle.i… in GetGraphicsPso()
|
H A D | render_node_post_process_util.cpp | 128 deviceBackendType_ = renderNodeContextMgr_->GetRenderContext().GetDevice().GetBackendType(); in Init()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | render_util.cpp | 147 …: context_(graphicsContext.GetRenderContext()), backendType_(context_.GetDevice().GetBackendType()) in RenderUtil()
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_tensor/ |
H A D | nn_tensor_test.cpp | 98 MOCK_CONST_METHOD1(GetBackendType, OH_NN_ReturnCode(OH_NN_DeviceType&));
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/ |
H A D | neural_network_core_test.cpp | 142 MOCK_CONST_METHOD1(GetBackendType, OH_NN_ReturnCode(OH_NN_DeviceType&));
|