/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | gpu_resource_util_vk.cpp | 48 const auto& devicePlat = static_cast<const DevicePlatformDataVk&>(device.GetPlatformData()); in DebugObjectNameVk() 59 const auto& devicePlat = static_cast<const DevicePlatformDataVk&>(device.GetPlatformData()); in DebugBufferNameVk() 62 … const GpuBufferPlatformDataVk& plat = (static_cast<const GpuBufferVk&>(buffer)).GetPlatformData(); in DebugBufferNameVk() 73 const auto& devicePlat = static_cast<const DevicePlatformDataVk&>(device.GetPlatformData()); in DebugImageNameVk() 97 const auto& devicePlat = static_cast<const DevicePlatformDataVk&>(device.GetPlatformData()); in DebugSamplerNameVk() 100 …nst GpuSamplerPlatformDataVk& plat = (static_cast<const GpuSamplerVk&>(sampler)).GetPlatformData(); in DebugSamplerNameVk()
|
H A D | gpu_program_vk.cpp | 53 plat_.vert = ((const ShaderModulePlatformDataVk&)mod.GetPlatformData()).shaderModule; in RENDER_BEGIN_NAMESPACE() 66 plat_.frag = ((const ShaderModulePlatformDataVk&)mod.GetPlatformData()).shaderModule; in RENDER_BEGIN_NAMESPACE() 82 const GpuShaderProgramPlatformDataVk& GpuShaderProgramVk::GetPlatformData() const in GetPlatformData() function in GpuShaderProgramVk 101 plat_.comp = ((const ShaderModulePlatformDataVk&)mod.GetPlatformData()).shaderModule; in GpuComputeProgramVk() 118 const GpuComputeProgramPlatformDataVk& GpuComputeProgramVk::GetPlatformData() const in GetPlatformData() function in GpuComputeProgramVk
|
H A D | gpu_sampler_vk.cpp | 32 … const DevicePlatformDataVk& devicePlat = (const DevicePlatformDataVk&)deviceVk.GetPlatformData(); in CreateYcbcrConversion() 70 const DevicePlatformDataVk& devicePlat = (const DevicePlatformDataVk&)device_.GetPlatformData(); in GpuSamplerVk() 95 const VkDevice device = ((const DevicePlatformDataVk&)device_.GetPlatformData()).device; in ~GpuSamplerVk() 113 const GpuSamplerPlatformDataVk& GpuSamplerVk::GetPlatformData() const in GetPlatformData() function in GpuSamplerVk
|
H A D | gpu_semaphore_vk.cpp | 37 const VkDevice vkDev = ((const DevicePlatformDataVk&)device_.GetPlatformData()).device; in RENDER_BEGIN_NAMESPACE() 56 const VkDevice device = ((const DevicePlatformDataVk&)device_.GetPlatformData()).device; in ~GpuSemaphoreVk() 70 const GpuSemaphorePlatformDataVk& GpuSemaphoreVk::GetPlatformData() const in GetPlatformData() function in GpuSemaphoreVk
|
H A D | gpu_query_vk.cpp | 45 const VkDevice vkDevice = ((const DevicePlatformDataVk&)device_.GetPlatformData()).device; in RENDER_BEGIN_NAMESPACE() 56 const VkDevice device = ((const DevicePlatformDataVk&)device_.GetPlatformData()).device; in ~GpuQueryVk() 76 const GpuQueryPlatformData& GpuQueryVk::GetPlatformData() const in GetPlatformData() function in GpuQueryVk
|
H A D | render_frame_sync_vk.cpp | 33 const VkDevice device = ((const DevicePlatformDataVk&)device_.GetPlatformData()).device; 53 const VkDevice device = ((const DevicePlatformDataVk&)device_.GetPlatformData()).device; in ~RenderFrameSyncVk() 71 const VkDevice device = ((const DevicePlatformDataVk&)device_.GetPlatformData()).device; in WaitForFrameFence()
|
H A D | shader_module_vk.cpp | 101 const VkDevice vkDevice = ((const DevicePlatformDataVk&)device_.GetPlatformData()).device; in ShaderModuleVk() 110 const VkDevice device = ((const DevicePlatformDataVk&)device_.GetPlatformData()).device; in ~ShaderModuleVk() 123 const ShaderModulePlatformData& ShaderModuleVk::GetPlatformData() const in GetPlatformData() function in ShaderModuleVk
|
H A D | render_backend_vk.cpp | 283 pi.swapchainImage = swapImage->GetPlatformData().image; in AcquirePresentationInfo() 1260 const GpuBufferPlatformDataVk& plat = gpuBuffer->GetPlatformData(); in RenderCommand() 1494 const GpuBufferPlatformDataVk& plat = gpuBuffer->GetPlatformData(); in RenderCommand() 1568 const VkBuffer srcBuffer = (srcGpuBuffer->GetPlatformData()).buffer; in RenderCommand() 1569 const VkBuffer dstBuffer = (dstGpuBuffer->GetPlatformData()).buffer; in RenderCommand() 1606 const GpuImagePlatformDataVk& platImage = gpuImage->GetPlatformData(); in RenderCommand() 1640 const VkBuffer buffer = (gpuBuffer->GetPlatformData()).buffer; in RenderCommand() 1641 const VkImage image = (gpuImage->GetPlatformData()).image; in RenderCommand() 2283 device, vb->GetPlatformData().buffer) }; in RenderCommand() 2285 device, ib->GetPlatformData().buffer) }; in RenderCommand() [all …]
|
H A D | pipeline_state_object_vk.cpp | 188 …const DevicePlatformDataVk& devicePlatVk = (const DevicePlatformDataVk&)deviceVk.GetPlatformData(); in GraphicsPipelineStateObjectVk() 192 const GpuShaderProgramPlatformDataVk& platData = program.GetPlatformData(); in GraphicsPipelineStateObjectVk() 516 const VkDevice device = ((const DevicePlatformDataVk&)device_.GetPlatformData()).device; in ~GraphicsPipelineStateObjectVk() 529 const PipelineStateObjectPlatformDataVk& GraphicsPipelineStateObjectVk::GetPlatformData() const in GetPlatformData() function in GraphicsPipelineStateObjectVk 540 …const DevicePlatformDataVk& devicePlatVk = (const DevicePlatformDataVk&)deviceVk.GetPlatformData(); in ComputePipelineStateObjectVk() 544 const auto& platData = program.GetPlatformData(); in ComputePipelineStateObjectVk() 631 const VkDevice device = ((const DevicePlatformDataVk&)device_.GetPlatformData()).device; in ~ComputePipelineStateObjectVk() 640 const PipelineStateObjectPlatformDataVk& ComputePipelineStateObjectVk::GetPlatformData() const in GetPlatformData() function in ComputePipelineStateObjectVk
|
H A D | gpu_program_vk.h | 42 const GpuShaderProgramPlatformDataVk& GetPlatformData() const; 65 const GpuComputeProgramPlatformDataVk& GetPlatformData() const;
|
H A D | pipeline_state_object_vk.h | 51 const PipelineStateObjectPlatformDataVk& GetPlatformData() const; 66 const PipelineStateObjectPlatformDataVk& GetPlatformData() const;
|
H A D | gpu_buffer_vk.cpp | 132 const DevicePlatformDataVk& devicePlat = (const DevicePlatformDataVk&)device_.GetPlatformData(); in GpuBufferVk() 163 const VkDevice device = ((const DevicePlatformDataVk&)device_.GetPlatformData()).device; in ~GpuBufferVk() 196 const auto& limits = static_cast<const DevicePlatformDataVk&>(device_.GetPlatformData()) in CreateBufferImpl() 227 const GpuBufferPlatformDataVk& GpuBufferVk::GetPlatformData() const in GetPlatformData() function in GpuBufferVk
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/linux/ |
H A D | platform_linux.cpp | 77 const PlatformData& PlatformLinux::GetPlatformData() const in GetPlatformData() function in PlatformLinux 85 registry.RegisterPluginPath(fileproto + GetPlatformData().coreRootPath + "plugins/"); in RegisterPluginLocations() 86 if (!GetPlatformData().appPluginPath.empty()) { in RegisterPluginLocations() 87 registry.RegisterPluginPath(fileproto + GetPlatformData().appPluginPath); in RegisterPluginLocations()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/ |
H A D | platform_ohos.cpp | 56 registry.RegisterPluginPath(fileproto + GetPlatformData().coreRootPath); in RegisterPluginLocations() 57 if (!GetPlatformData().appPluginPath.empty()) { in RegisterPluginLocations() 58 registry.RegisterPluginPath(fileproto + GetPlatformData().appPluginPath); in RegisterPluginLocations() 62 const PlatformData& PlatformOHOS::GetPlatformData() const in GetPlatformData() function in PlatformOHOS
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/windows/ |
H A D | platform_windows.cpp | 97 const PlatformData& PlatformWindows::GetPlatformData() const in GetPlatformData() function in PlatformWindows 105 registry.RegisterPluginPath(fileproto + GetPlatformData().coreRootPath + "plugins/"); in RegisterPluginLocations() 106 if (!GetPlatformData().appPluginPath.empty()) { in RegisterPluginLocations() 107 registry.RegisterPluginPath(fileproto + GetPlatformData().appPluginPath); in RegisterPluginLocations()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | gpu_resource_util_gles.cpp | 46 …nst GpuBufferPlatformDataGL& cplat = (static_cast<const GpuBufferGLES&>(buffer)).GetPlatformData(); in DebugBufferNameGLES() 55 … const GpuImagePlatformDataGL& plat = (static_cast<const GpuImageGLES&>(image)).GetPlatformData(); in DebugImageNameGLES() 63 …t GpuSamplerPlatformDataGL& plat = (static_cast<const GpuSamplerGLES&>(sampler)).GetPlatformData(); in DebugSamplerNameGLES()
|
H A D | gpu_image_gles.h | 60 const GpuImagePlatformDataGL& GetPlatformData() const; 62 static GpuImagePlatformDataGL GetPlatformData(const DeviceGLES& device, BASE_NS::Format format);
|
H A D | pipeline_state_object_gles.h | 58 const PipelineStateObjectPlatformDataGL& GetPlatformData() const; 79 const PipelineStateObjectPlatformDataGL& GetPlatformData() const;
|
H A D | render_backend_gles.cpp | 524 const auto& iPlat = dstGpuImage.GetPlatformData(); in SetupBlit() 534 const auto& plat = srcGpuBuffer.GetPlatformData(); in SetupBlit() 1147 const auto& plat = gpuBuffer->GetPlatformData(); in RenderCommandDrawIndirect() 1205 const auto& plat = gpuBuffer->GetPlatformData(); in RenderCommandDispatchIndirect() 1647 const auto& plat = gpuBuffer->GetPlatformData(); in RenderCommandBindVertexBuffers() 1665 const auto& plat = gpuBuffer->GetPlatformData(); in RenderCommandBindIndexBuffer() 1683 const auto& srcPlat = srcImage->GetPlatformData(); in RenderCommandBlitImage() 1685 const auto& dstPlat = dstImage->GetPlatformData(); in RenderCommandBlitImage() 1850 const auto& srcPlatData = srcGpuImage->GetPlatformData(); in RenderCommandCopyImage() 1987 const auto& plat = gpuSampler->GetPlatformData(); in BindSampler() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/mac/ |
H A D | platform_mac.cpp | 77 const PlatformData& PlatformMac::GetPlatformData() const in GetPlatformData() function in PlatformMac 102 if (!GetPlatformData().appPluginPath.empty()) { in RegisterPluginLocations() 103 registry.RegisterPluginPath(fileproto + GetPlatformData().appPluginPath); in RegisterPluginLocations()
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/ohos/ |
H A D | graphics_manager.h | 27 PlatformData GetPlatformData(const HapInfo& hapInfo) const override; 28 PlatformData GetPlatformData() const override;
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/src/ohos/ |
H A D | graphics_manager.cpp | 22 PlatformData GraphicsManager::GetPlatformData() const in GetPlatformData() function in OHOS::Render3D::GraphicsManager 38 PlatformData GraphicsManager::GetPlatformData(const HapInfo& hapInfo) const in GetPlatformData() function in OHOS::Render3D::GraphicsManager
|
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/ |
H A D | hdf_wlan_utils.c | 23 struct HdfWifiNetDeviceData *GetPlatformData(const struct NetDevice *netDev) in GetPlatformData() function 40 struct HdfWifiNetDeviceData *data = GetPlatformData(netDev); in GetChipDriver() 93 data = GetPlatformData(*netDev); in RenewNetDevice() 208 data = GetPlatformData(netDev); in ReleasePlatformNetDevice()
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/ |
H A D | graphics_manager_common.h | 53 virtual PlatformData GetPlatformData() const = 0; 54 virtual PlatformData GetPlatformData(const HapInfo& hapInfo) const = 0;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/ |
H A D | platform_gpu_image_vk.cpp | 77 … const DevicePlatformDataVk& devicePlat = (const DevicePlatformDataVk&)device_.GetPlatformData(); in CreatePlatformHwBuffer() 110 const DevicePlatformDataVk& devicePlat = (const DevicePlatformDataVk&)device_.GetPlatformData(); in DestroyPlatformHwBuffer()
|