Searched refs:kClearDepth (Results 1 – 6 of 6) sorted by relevance
73 constexpr float kClearDepth = 1.0f; variable322 …const VkClearDepthStencilValue clearDepth = makeClearValueDepthStencil(kClearDepth, 0u).depthSt… in draw()405 tcu::clearDepth(access, kClearDepth); in generateReferenceImage()
163 : PipelineCommand(Type::kClearDepth, pipeline) {} in ClearDepthCommand()
58 kClearDepth, enumerator91 bool IsClearDepth() const { return command_type_ == Type::kClearDepth; } in IsClearDepth()
120 kClearDepth = 0x00000001, enumerator
194 flags |= ImageClear_frag::kClearDepth; in GetImageClearFlags()
1576 constexpr float kClearDepth = 0.5f; in maskedScissoredColorDepthStencilClear() local1626 glClearDepthf(kClearDepth); in maskedScissoredColorDepthStencilClear()