Searched refs:depth_stencil_attachment_ (Results 1 – 2 of 2) sorted by relevance
39 depth_stencil_attachment_(depth_stencil_attachment), in FrameBuffer()84 if (depth_stencil_attachment_.buffer && in Initialize()85 depth_stencil_attachment_.buffer->GetFormat()->IsFormatKnown()) { in Initialize()87 if (depth_stencil_attachment_.buffer->GetFormat()->HasDepthComponent()) in Initialize()89 if (depth_stencil_attachment_.buffer->GetFormat()->HasStencilComponent()) in Initialize()98 device_, *depth_stencil_attachment_.buffer->GetFormat(), aspect, in Initialize()216 auto* values = depth_stencil_attachment_.buffer->ValuePtr(); in CopyImagesToBuffers()217 values->resize(depth_stencil_attachment_.buffer->GetSizeInBytes()); in CopyImagesToBuffers()219 depth_stencil_attachment_.buffer->GetSizeInBytes()); in CopyImagesToBuffers()257 auto* values = depth_stencil_attachment_.buffer->ValuePtr(); in CopyBuffersToImages()[all …]
75 amber::Pipeline::BufferInfo depth_stencil_attachment_; variable