Searched refs:GpuSampler (Results 1 – 17 of 17) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | gpu_sampler.h | 24 class GpuSampler { 26 GpuSampler() = default; 27 virtual ~GpuSampler() = default; 29 GpuSampler(const GpuSampler&) = delete; 30 GpuSampler& operator=(const GpuSampler&) = delete;
|
H A D | gpu_resource_util.h | 30 class GpuSampler; variable 38 void DebugSamplerName(const IDevice& device, const GpuSampler& sampler, const BASE_NS::string_view …
|
H A D | device.h | 46 class GpuSampler; variable 209 virtual BASE_NS::unique_ptr<GpuSampler> CreateGpuSampler(const GpuSamplerDesc& desc) = 0;
|
H A D | gpu_resource_manager_base.inl | 64 } else if constexpr (BASE_NS::is_same_v<ResourceType, GpuSampler>) { 76 } else if constexpr (BASE_NS::is_same_v<ResourceType, GpuSampler>) {
|
H A D | gpu_resource_util.cpp | 92 void DebugSamplerName(const IDevice& device, const GpuSampler& sampler, const BASE_NS::string_view … in DebugSamplerName()
|
H A D | gpu_resource_manager.h | 41 class GpuSampler; variable 319 GpuSampler* GetSampler(const RenderHandle& gpuHandle) const; 383 BASE_NS::unique_ptr<GpuResourceManagerTyped<GpuSampler, GpuSamplerDesc>> gpuSamplerMgr_;
|
H A D | gpu_resource_manager.cpp | 373 gpuSamplerMgr_(make_unique<GpuResourceManagerTyped<GpuSampler, GpuSamplerDesc>>(device)) in GpuResourceManager() 2044 GpuSampler* GpuResourceManager::GetSampler(const RenderHandle& handle) const in GetSampler()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | gpu_resource_util_gles.h | 28 class GpuSampler; variable 34 void DebugSamplerNameGLES(const IDevice& device, const GpuSampler& sampler, const BASE_NS::string_v…
|
H A D | gpu_sampler_gles.h | 34 class GpuSamplerGLES final : public GpuSampler {
|
H A D | gpu_resource_util_gles.cpp | 61 void DebugSamplerNameGLES(const IDevice& device, const GpuSampler& sampler, const string_view name) in DebugSamplerNameGLES()
|
H A D | device_gles.h | 50 class GpuSampler; variable 137 BASE_NS::unique_ptr<GpuSampler> CreateGpuSampler(const GpuSamplerDesc& desc) override;
|
H A D | device_gles.cpp | 2088 unique_ptr<GpuSampler> DeviceGLES::CreateGpuSampler(const GpuSamplerDesc& desc) in CreateGpuSampler()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | gpu_resource_util_vk.h | 32 class GpuSampler; variable 40 void DebugSamplerNameVk(const IDevice& device, const GpuSampler& sampler, const BASE_NS::string_vie…
|
H A D | gpu_sampler_vk.h | 30 class GpuSamplerVk final : public GpuSampler {
|
H A D | device_vk.h | 42 class GpuSampler; variable 146 BASE_NS::unique_ptr<GpuSampler> CreateGpuSampler(const GpuSamplerDesc& desc) override;
|
H A D | gpu_resource_util_vk.cpp | 95 void DebugSamplerNameVk(const IDevice& device, const GpuSampler& sampler, const string_view name) in DebugSamplerNameVk()
|
H A D | device_vk.cpp | 1267 unique_ptr<GpuSampler> DeviceVk::CreateGpuSampler(const GpuSamplerDesc& desc) in CreateGpuSampler()
|