Searched refs:isUBwcEnabled (Results 1 - 11 of 11) sorted by relevance

/hardware/qcom/display/msm8994/libgralloc/
H A Dgr.h76 bool isUBwcEnabled(int format, int usage);
H A Dalloc_controller.cpp178 if (isUBwcEnabled(format, usage)) {
489 if (isUBwcEnabled(format, usage)) {
796 bool isUBwcEnabled(int format, int usage) function
H A Dgpu.cpp159 if (isUBwcEnabled(format, usage)) {
/hardware/qcom/display/msm8996/libgralloc/
H A Dgr.h77 bool isUBwcEnabled(int format, int usage);
H A Dalloc_controller.cpp220 bool ubwc_enabled = isUBwcEnabled(format, usage);
556 if (isUBwcEnabled(format, usage)) {
722 tiled = isUBwcEnabled(format, usage) || isMacroTileEnabled(format, usage);
895 if(isUBwcEnabled(format, usage)) {
957 bool isUBwcEnabled(int format, int usage) function
H A Dgpu.cpp138 if (isUBwcEnabled(format, usage)) {
H A Dmapper.cpp459 *tileEnabled = isUBwcEnabled(format, usage) ||
/hardware/qcom/display/sdm845/libgralloc/
H A Dgr.h69 bool isUBwcEnabled(int format, int usage);
H A Dalloc_controller.cpp225 bool ubwc_enabled = isUBwcEnabled(format, usage);
542 if (isUBwcEnabled(format, usage)) {
892 if(isUBwcEnabled(format, usage)) {
955 bool isUBwcEnabled(int format, int usage) function
H A Dgpu.cpp138 if (isUBwcEnabled(format, usage)) {
H A Dmapper.cpp400 *tileEnabled = isUBwcEnabled(format, usage);

Completed in 124 milliseconds