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.cc429 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()
Dframe_buffer.cc78 if (depth_format && depth_format->IsFormatKnown()) { in Initialize()
/external/deqp-deps/amber/src/
Dformat.h116 bool IsFormatKnown() const { return format_type_ != FormatType::kUnknown; } in IsFormatKnown() function