Searched refs:tileEnabled (Results 1 - 22 of 22) sorted by relevance

/hardware/qcom/display/msm8084/libgralloc/
H A Dalloc_controller.cpp363 bool tileEnabled = false; local
377 tileEnabled = true;
382 tileEnabled = false;
390 return tileEnabled;
525 int tileEnabled = isMacroTileEnabled(format, usage); local
530 tileEnabled,
541 int& alignedw, int &alignedh, int& tileEnabled, size_t& size)
543 tileEnabled = isMacroTileEnabled(format, usage);
548 tileEnabled,
540 getBufferAttributes(int width, int height, int format, int usage, int& alignedw, int &alignedh, int& tileEnabled, size_t& size) argument
H A Dgr.h56 // Attributes include aligned width, aligned height, tileEnabled and size of the buffer
59 int& tileEnabled, size_t &size);
115 int tileEnabled, int& alignedw, int &alignedh);
H A Dmapper.cpp407 int *tileEnabled = va_arg(args,int *); local
408 *tileEnabled = isMacroTileEnabled(format, usage);
410 height, format, *tileEnabled, *alignedWidth,
/hardware/qcom/display/msm8226/libgralloc/
H A Dalloc_controller.cpp366 bool tileEnabled = false; local
380 tileEnabled = true;
385 tileEnabled = false;
393 return tileEnabled;
524 int tileEnabled = isMacroTileEnabled(format, usage); local
529 tileEnabled,
540 int& alignedw, int &alignedh, int& tileEnabled, unsigned int& size)
542 tileEnabled = isMacroTileEnabled(format, usage);
547 tileEnabled,
539 getBufferAttributes(int width, int height, int format, int usage, int& alignedw, int &alignedh, int& tileEnabled, unsigned int& size) argument
H A Dgr.h56 // Attributes include aligned width, aligned height, tileEnabled and size of the buffer
59 int& tileEnabled, unsigned int &size);
115 int tileEnabled, int& alignedw, int &alignedh);
H A Dmapper.cpp407 int *tileEnabled = va_arg(args,int *); local
408 *tileEnabled = isMacroTileEnabled(format, usage);
410 height, format, *tileEnabled, *alignedWidth,
/hardware/qcom/display/msm8909/libgralloc/
H A Dalloc_controller.cpp379 bool tileEnabled = false; local
393 tileEnabled = true;
398 tileEnabled = false;
406 return tileEnabled;
537 int tileEnabled = isMacroTileEnabled(format, usage); local
542 tileEnabled,
553 int& alignedw, int &alignedh, int& tileEnabled, unsigned int& size)
555 tileEnabled = isMacroTileEnabled(format, usage);
560 tileEnabled,
552 getBufferAttributes(int width, int height, int format, int usage, int& alignedw, int &alignedh, int& tileEnabled, unsigned int& size) argument
H A Dgr.h56 // Attributes include aligned width, aligned height, tileEnabled and size of the buffer
59 int& tileEnabled, unsigned int &size);
115 int tileEnabled, int& alignedw, int &alignedh);
H A Dmapper.cpp406 int *tileEnabled = va_arg(args,int *); local
407 *tileEnabled = isMacroTileEnabled(format, usage);
409 height, format, *tileEnabled, *alignedWidth,
/hardware/qcom/display/msm8994/libgralloc/
H A Dgr.h57 // Attributes include aligned width, aligned height, tileEnabled and size of the buffer
60 int& tileEnabled, unsigned int &size);
131 int tileEnabled, int& alignedw, int &alignedh);
H A Dalloc_controller.cpp170 int tileEnabled = isMacroTileEnabled(format, usage); local
172 height, format, tileEnabled, aligned_w, aligned_h);
450 bool tileEnabled = false; local
464 tileEnabled = true;
469 tileEnabled = false;
477 return tileEnabled;
632 int& alignedw, int &alignedh, int& tileEnabled, unsigned int& size)
634 tileEnabled = isMacroTileEnabled(format, usage);
631 getBufferAttributes(int width, int height, int format, int usage, int& alignedw, int &alignedh, int& tileEnabled, unsigned int& size) argument
H A Dmapper.cpp394 int *tileEnabled = va_arg(args,int *); local
395 *tileEnabled = isMacroTileEnabled(format, usage);
/hardware/qcom/display/msm8996/libgralloc/
H A Dgr.h57 // Attributes include aligned width, aligned height, tileEnabled and size of the buffer
60 int& tileEnabled, unsigned int &size);
140 int tileEnabled, int& alignedw, int &alignedh);
H A Dalloc_controller.cpp216 int tileEnabled = ubwc_enabled || isMacroTileEnabled(format, usage); local
217 getGpuAlignedWidthHeight(width, height, format, tileEnabled, aligned_w, aligned_h);
511 bool tileEnabled = false; local
529 tileEnabled = true;
534 tileEnabled = false;
542 return tileEnabled;
H A Dmapper.cpp385 int *tileEnabled = va_arg(args,int *); local
386 *tileEnabled = isUBwcEnabled(format, usage) ||
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayUtils.cpp147 int getMdpFormat(int format, bool tileEnabled) argument
149 if(!tileEnabled) {
H A DoverlayUtils.h380 int getMdpFormat(int format, bool tileEnabled);
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayUtils.cpp147 int getMdpFormat(int format, bool tileEnabled) argument
149 if(!tileEnabled) {
H A DoverlayUtils.h368 int getMdpFormat(int format, bool tileEnabled);
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayUtils.cpp147 bool tileEnabled = (flags & private_handle_t::PRIV_FLAGS_TILE_RENDERED); local
166 if(!tileEnabled) {
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayUtils.cpp153 int getMdpFormat(int format, bool tileEnabled) argument
155 if(!tileEnabled) {
H A DoverlayUtils.h411 int getMdpFormat(int format, bool tileEnabled);

Completed in 508 milliseconds