Searched refs:Attachment (Results 1 - 10 of 10) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | pipeline_create_functions_vk.h | 37 struct Attachment { struct 42 Attachment attachments[PipelineStateConstants::MAX_RENDER_PASS_ATTACHMENT_COUNT];
|
H A D | pipeline_create_functions_vk.cpp | 50 const array_view<const LowLevelRenderPassCompatibilityDescVk::Attachment> compatibilityAttachmentDescs, in CreateAttachmentDescriptions() 84 const array_view<const LowLevelRenderPassCompatibilityDescVk::Attachment> compatibilityAttachmentDescs, in CreateAttachmentDescriptions2() 124 const array_view<const LowLevelRenderPassCompatibilityDescVk::Attachment> compatibilityAttachmentDescs, in CreateAttachmentDescriptionsCompatibility() 150 const array_view<const LowLevelRenderPassCompatibilityDescVk::Attachment> compatibilityAttachmentDescs, in CreateAttachmentDescriptionsCompatibility2() 206 const array_view<const LowLevelRenderPassCompatibilityDescVk::Attachment> compatibilityAttachmentDescs, in CreateAttachmentReferences2()
|
H A D | pipeline_state_object_vk.cpp | 285 const GraphicsState::ColorBlendState::Attachment& attachmentBlendState = colorBlendState.colorAttachments[idx]; in GraphicsPipelineStateObjectVk()
|
H A D | node_context_pool_manager_vk.cpp | 77 const LowLevelRenderPassCompatibilityDescVk::Attachment& atCompatibilityDesc = in HashRenderPassCompatibility()
|
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/ |
H A D | render_data_structures.h | 297 /** Attachment */ 298 struct Attachment { struct 336 BASE_NS::vector<Attachment> attachments;
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/ |
H A D | shader_state_loader_util.cpp | 226 void FromJson(const json::value& jsonData, JsonContext<GraphicsState::ColorBlendState::Attachment>& context) in FromJson() 250 vector<JsonContext<GraphicsState::ColorBlendState::Attachment>> colorContexts; in FromJson()
|
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/ |
H A D | pipeline_state_desc.h | 633 /** Attachment load op */ 643 /** Attachment store op */ 980 /** Attachment descriptor */ 1002 /** Attachment count */ 1005 /** Attachment handles */ 1021 /** Attachment count */ 1024 /** Attachment handles */ 1187 /** Attachment */ 1188 struct Attachment { struct 1222 Attachment colorAttachment [all...] |
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | render_backend_gles.cpp | 602 const GraphicsState::ColorBlendState::Attachment& a, const GraphicsState::ColorBlendState::Attachment& b) in CompareBlendFactors() 608 void SetBlendFactors(GraphicsState::ColorBlendState::Attachment& a, const GraphicsState::ColorBlendState::Attachment& b) in SetBlendFactors() 617 const GraphicsState::ColorBlendState::Attachment& a, const GraphicsState::ColorBlendState::Attachment& b) in CompareBlendOps() 622 void SetBlendOps(GraphicsState::ColorBlendState::Attachment& a, const GraphicsState::ColorBlendState::Attachment& b) in SetBlendOps()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_node_parser_util.cpp | 233 inline void FromJson(const json::value& jsonData, JsonContext<RenderNodeGraphInputs::Attachment>& context) in FromJson()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | shader_manager.cpp | 91 uint64_t BASE_NS::hash(const RENDER_NS::GraphicsState::ColorBlendState::Attachment& state) in hash()
|
Completed in 16 milliseconds