Searched refs:IsUBWCFormat (Results 1 – 15 of 15) sorted by relevance
36 bool IsUBWCFormat(LayerBufferFormat format) { in IsUBWCFormat() function123 return (IsUBWCFormat(format) ? kUBWC : kLinear); in GetBufferLayout()
36 bool IsUBWCFormat(LayerBufferFormat format) { in IsUBWCFormat() function126 return (IsUBWCFormat(format) ? kUBWC : kLinear); in GetBufferLayout()
37 bool IsUBWCFormat(LayerBufferFormat format);
36 bool IsUBWCFormat(LayerBufferFormat format) { in IsUBWCFormat() function128 return (IsUBWCFormat(format) ? kUBWC : kLinear); in GetBufferLayout()
36 bool IsUBWCFormat(LayerBufferFormat format) { in IsUBWCFormat() function135 return (IsUBWCFormat(format) ? kUBWC : kLinear); in GetBufferLayout()
53 bool IsUBWCFormat(LayerBufferFormat format);
36 bool IsUBWCFormat(LayerBufferFormat format) { in IsUBWCFormat() function
524 bool ubwc_tiled = IsUBWCFormat(layer->input_buffer->format); in Config()850 bool ubwc_tiled = IsUBWCFormat(layer->input_buffer->format); in AlignPipeConfig()
486 bool linear = layer_stack_.output_buffer && !IsUBWCFormat(layer_stack_.output_buffer->format); in PrepareLayerParams()