Searched refs:BindableImageWithHandleReference (Results 1 - 6 of 6) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/property/ |
H A D | property_types.h | 30 PROPERTYTYPE(RENDER_NS::BindableImageWithHandleReference); 37 DECLARE_PROPERTY_TYPE(RENDER_NS::BindableImageWithHandleReference); variable
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | shader_pipeline_binder.h | 64 const uint32_t set, const uint32_t binding, const BindableImageWithHandleReference& resource) override; 66 BASE_NS::array_view<const BindableImageWithHandleReference> resources) override; 152 BASE_NS::vector<BindableImageWithHandleReference> images;
|
H A D | shader_pipeline_binder.cpp | 430 const uint32_t set, const uint32_t binding, const BindableImageWithHandleReference& resource) in BindImage() 463 const uint32_t set, const uint32_t binding, array_view<const BindableImageWithHandleReference> resources) in BindImages() 686 BindImage(sb.set, sb.binding, bindingProperties->GetValue<BindableImageWithHandleReference>(idx)); in BindPropertyBindings()
|
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/ |
H A D | intf_shader_pipeline_binder.h | 140 virtual void BindImage(uint32_t set, uint32_t binding, const BindableImageWithHandleReference& resource) = 0; 148 uint32_t set, uint32_t binding, BASE_NS::array_view<const BindableImageWithHandleReference> resources) = 0;
|
H A D | pipeline_layout_desc.h | 117 struct BindableImageWithHandleReference { struct
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/ |
H A D | property_util.cpp | 36 constexpr size_t IMAGE_HANDLE_REF_BYTE_SIZE = sizeof(BindableImageWithHandleReference); 493 if (BindableImageWithHandleReference* resource = in ~CustomPropertyBindingContainer() 494 (BindableImageWithHandleReference*)(data_.data() + meta.offset); in ~CustomPropertyBindingContainer() 636 new (data_.data() + meta.offset) BindableImageWithHandleReference; in AddOffsetProperty() 679 align = sizeof(BindableImageWithHandleReference); in GetPropertyTypeAlignment()
|
Completed in 8 milliseconds