Searched refs:BindableSamplerWithHandleReference (Results 1 - 6 of 6) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/property/ |
H A D | property_types.h | 32 PROPERTYTYPE(RENDER_NS::BindableSamplerWithHandleReference); 38 DECLARE_PROPERTY_TYPE(RENDER_NS::BindableSamplerWithHandleReference); variable
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | shader_pipeline_binder.h | 68 const uint32_t set, const uint32_t binding, const BindableSamplerWithHandleReference& resource) override; 70 BASE_NS::array_view<const BindableSamplerWithHandleReference> resources) override; 153 BASE_NS::vector<BindableSamplerWithHandleReference> samplers;
|
H A D | shader_pipeline_binder.cpp | 496 const uint32_t set, const uint32_t binding, const BindableSamplerWithHandleReference& resource) in BindSampler() 525 const uint32_t set, const uint32_t binding, array_view<const BindableSamplerWithHandleReference> resources) in BindSamplers() 691 sb.set, sb.binding, bindingProperties->GetValue<BindableSamplerWithHandleReference>(idx)); in BindPropertyBindings()
|
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/ |
H A D | intf_shader_pipeline_binder.h | 155 virtual void BindSampler(uint32_t set, uint32_t binding, const BindableSamplerWithHandleReference& resource) = 0; 163 uint32_t set, uint32_t binding, BASE_NS::array_view<const BindableSamplerWithHandleReference> resources) = 0;
|
H A D | pipeline_layout_desc.h | 131 struct BindableSamplerWithHandleReference { struct
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/ |
H A D | property_util.cpp | 37 constexpr size_t SAMPLER_HANDLE_REF_BYTE_SIZE = sizeof(BindableSamplerWithHandleReference); 502 if (BindableSamplerWithHandleReference* resource = in ~CustomPropertyBindingContainer() 503 (BindableSamplerWithHandleReference*)(data_.data() + meta.offset); in ~CustomPropertyBindingContainer() 640 new (data_.data() + meta.offset) BindableSamplerWithHandleReference; in AddOffsetProperty() 682 align = sizeof(BindableSamplerWithHandleReference); in GetPropertyTypeAlignment()
|
Completed in 6 milliseconds