Home
last modified time | relevance | path

Searched refs:GetComputePropertyBindingInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/
H A Dintf_render_data_store_shader_passes.h105 …virtual PropertyBindingDataInfo GetComputePropertyBindingInfo(BASE_NS::string_view name) const = 0; in RENDER_BEGIN_NAMESPACE()
115 virtual PropertyBindingDataInfo GetComputePropertyBindingInfo() const = 0; in RENDER_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_shader_passes.h49 PropertyBindingDataInfo GetComputePropertyBindingInfo(BASE_NS::string_view name) const override;
51 PropertyBindingDataInfo GetComputePropertyBindingInfo() const override;
H A Drender_data_store_shader_passes.cpp154 …reShaderPasses::PropertyBindingDataInfo RenderDataStoreShaderPasses::GetComputePropertyBindingInfo( in GetComputePropertyBindingInfo() function in RenderDataStoreShaderPasses
176 …rPasses::PropertyBindingDataInfo RenderDataStoreShaderPasses::GetComputePropertyBindingInfo() const in GetComputePropertyBindingInfo() function in RenderDataStoreShaderPasses
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_shader_passes_generic.cpp107 uboByteSize += dsShaderPasses_->GetComputePropertyBindingInfo().alignedByteSize; in PreExecuteFrame()