Searched refs:GetComputePropertyBindingInfo (Results 1 – 4 of 4) sorted by relevance
105 …virtual PropertyBindingDataInfo GetComputePropertyBindingInfo(BASE_NS::string_view name) const = 0; in RENDER_BEGIN_NAMESPACE()115 virtual PropertyBindingDataInfo GetComputePropertyBindingInfo() const = 0; in RENDER_BEGIN_NAMESPACE()
49 PropertyBindingDataInfo GetComputePropertyBindingInfo(BASE_NS::string_view name) const override;51 PropertyBindingDataInfo GetComputePropertyBindingInfo() const override;
154 …reShaderPasses::PropertyBindingDataInfo RenderDataStoreShaderPasses::GetComputePropertyBindingInfo( in GetComputePropertyBindingInfo() function in RenderDataStoreShaderPasses176 …rPasses::PropertyBindingDataInfo RenderDataStoreShaderPasses::GetComputePropertyBindingInfo() const in GetComputePropertyBindingInfo() function in RenderDataStoreShaderPasses
107 uboByteSize += dsShaderPasses_->GetComputePropertyBindingInfo().alignedByteSize; in PreExecuteFrame()