Searched refs:IsFormatKnown (Results 1 – 3 of 3) sorted by relevance
434 depth_stencil_buffer_.buffer->GetFormat()->IsFormatKnown()) { in CreateRenderPass()653 depth_stencil_buffer_.buffer->GetFormat()->IsFormatKnown()) { in CreateVkGraphicsPipeline()746 !depth_stencil_buffer_.buffer->GetFormat()->IsFormatKnown()) { in SetClearStencil()758 !depth_stencil_buffer_.buffer->GetFormat()->IsFormatKnown()) { in SetClearDepth()795 depth_stencil_buffer_.buffer->GetFormat()->IsFormatKnown()) { in Clear()
82 depth_stencil_attachment_.buffer->GetFormat()->IsFormatKnown()) { in Initialize()
116 bool IsFormatKnown() const { return format_type_ != FormatType::kUnknown; } in IsFormatKnown() function