Searched refs:ClearColorValue (Results 1 - 11 of 11) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/ |
H A D | pipeline_state_desc.h | 652 union ClearColorValue { union 653 ClearColorValue() = default; 654 ~ClearColorValue() = default; 655 constexpr ClearColorValue(float r, float g, float b, float a) : float32 { r, g, b, a } {}; in ClearColorValue() function 656 constexpr ClearColorValue(int32_t r, int32_t g, int32_t b, int32_t a) : int32 { r, g, b, a } {}; in ClearColorValue() function 657 constexpr ClearColorValue(uint32_t r, uint32_t g, uint32_t b, uint32_t a) : uint32 { r, g, b, a } {}; in ClearColorValue() function 678 constexpr explicit ClearValue(const ClearColorValue& color) : color { color } {}; in ClearValue() 686 ClearColorValue color; 998 /** Clear value (union ClearColorValue or ClearDepthStencilValue) */
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/ |
H A D | render_data_store_default_staging.h | 44 ClearColorValue color; 92 void ClearColorImage(const RenderHandleReference& handle, const ClearColorValue color) override;
|
H A D | render_data_store_default_staging.cpp | 127 void RenderDataStoreDefaultStaging::ClearColorImage(const RenderHandleReference& handle, const ClearColorValue color) in ClearColorImage()
|
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/ |
H A D | intf_render_data_store_default_staging.h | 154 virtual void ClearColorImage(const RenderHandleReference& handle, const ClearColorValue color) = 0;
|
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/ |
H A D | intf_render_command_list.h | 335 virtual void ClearColorImage(const RenderHandle handle, const ClearColorValue color,
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_command_list.h | 381 ClearColorValue color; 566 void ClearColorImage(const RenderHandle handle, const ClearColorValue color,
|
H A D | render_command_list.cpp | 1714 const RenderHandle handle, const ClearColorValue color, const array_view<const ImageSubresourceRange> ranges) in ClearColorImage()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/ |
H A D | render_data_defines_3d.h | 540 RENDER_NS::ClearColorValue clearColorValues { 0.0f, 0.0f, 0.0f, 0.0f };
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_default_shadows_blur.cpp | 163 AttachmentStoreOp::CORE_ATTACHMENT_STORE_OP_DONT_CARE, ClearValue { ClearColorValue {} } }; in ProcessSingleShadow()
|
H A D | render_node_default_shadow_render_slot.cpp | 589 ClearValue { ClearColorValue { 1.0f, 1.0f, 0.0f, 0.0f } }, in CreateRenderPass()
|
/foundation/graphic/graphic_3d/lume/LumeFont/src/ |
H A D | font_manager.cpp | 384 ClearColorValue zero { 0.f, 0.f, 0.f, 0.f }; in CreateAtlasTexture()
|
Completed in 13 milliseconds