Home
last modified time | relevance | path

Searched refs:depth_buf (Results 1 – 1 of 1) sorted by relevance

/external/deqp-deps/amber/src/vkscript/
Dparser.cc207 auto depth_buf = pipeline->GenerateDefaultDepthStencilAttachmentBuffer(); in ProcessRequireBlock() local
208 depth_buf->SetFormat(fmt.get()); in ProcessRequireBlock()
212 Result r = pipeline->SetDepthStencilBuffer(depth_buf.get()); in ProcessRequireBlock()
216 r = script_->AddBuffer(std::move(depth_buf)); in ProcessRequireBlock()