Home
last modified time | relevance | path

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

/external/deqp-deps/amber/src/vulkan/
Dgraphics_pipeline.cc434 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()
Dframe_buffer.cc82 depth_stencil_attachment_.buffer->GetFormat()->IsFormatKnown()) { in Initialize()
/external/deqp-deps/amber/src/
Dformat.h116 bool IsFormatKnown() const { return format_type_ != FormatType::kUnknown; } in IsFormatKnown() function