Home
last modified time | relevance | path

Searched refs:GetPlatformData (Results 1 – 25 of 81) sorted by relevance

1234

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_resource_util_vk.cpp48 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 Dgpu_program_vk.cpp53 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 Dgpu_sampler_vk.cpp32 … 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 Dgpu_semaphore_vk.cpp37 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 Dgpu_query_vk.cpp45 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 Drender_frame_sync_vk.cpp33 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 Dshader_module_vk.cpp101 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 Drender_backend_vk.cpp283 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 Dpipeline_state_object_vk.cpp188 …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 Dgpu_program_vk.h42 const GpuShaderProgramPlatformDataVk& GetPlatformData() const;
65 const GpuComputeProgramPlatformDataVk& GetPlatformData() const;
H A Dpipeline_state_object_vk.h51 const PipelineStateObjectPlatformDataVk& GetPlatformData() const;
66 const PipelineStateObjectPlatformDataVk& GetPlatformData() const;
H A Dgpu_buffer_vk.cpp132 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 Dplatform_linux.cpp77 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 Dplatform_ohos.cpp56 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 Dplatform_windows.cpp97 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 Dgpu_resource_util_gles.cpp46 …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 Dgpu_image_gles.h60 const GpuImagePlatformDataGL& GetPlatformData() const;
62 static GpuImagePlatformDataGL GetPlatformData(const DeviceGLES& device, BASE_NS::Format format);
H A Dpipeline_state_object_gles.h58 const PipelineStateObjectPlatformDataGL& GetPlatformData() const;
79 const PipelineStateObjectPlatformDataGL& GetPlatformData() const;
H A Drender_backend_gles.cpp524 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 Dplatform_mac.cpp77 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 Dgraphics_manager.h27 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 Dgraphics_manager.cpp22 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 Dhdf_wlan_utils.c23 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 Dgraphics_manager_common.h53 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 Dplatform_gpu_image_vk.cpp77 … const DevicePlatformDataVk& devicePlat = (const DevicePlatformDataVk&)device_.GetPlatformData(); in CreatePlatformHwBuffer()
110 const DevicePlatformDataVk& devicePlat = (const DevicePlatformDataVk&)device_.GetPlatformData(); in DestroyPlatformHwBuffer()

1234