Searched refs:IsFormatKnown (Results 1 – 3 of 3) sorted by relevance
429 if (depth_stencil_format_ && depth_stencil_format_->IsFormatKnown()) { in CreateRenderPass()653 if (depth_stencil_format_ && depth_stencil_format_->IsFormatKnown()) { in CreateVkGraphicsPipeline()744 if (!depth_stencil_format_ || !depth_stencil_format_->IsFormatKnown()) { in SetClearStencil()755 if (!depth_stencil_format_ || !depth_stencil_format_->IsFormatKnown()) { in SetClearDepth()774 if (!depth_stencil_format_ || !depth_stencil_format_->IsFormatKnown()) in Clear()
78 if (depth_format && depth_format->IsFormatKnown()) { in Initialize()
116 bool IsFormatKnown() const { return format_type_ != FormatType::kUnknown; } in IsFormatKnown() function