Searched refs:num_fences (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/sm7250/display/composer/ |
D | hwc_buffer_sync_handler.cpp | 95 *os << ", num_fences: " << file_info->num_fences; in GetSyncInfo() 102 for (size_t i = 0; i < file_info->num_fences; i++) { in GetSyncInfo()
|
/hardware/google/graphics/common/libacryl/ |
D | acrylic_g2d.h | 124 virtual bool execute(int fence[], unsigned int num_fences); 138 bool executeG2D(int fence[], unsigned int num_fences, bool nonblocking);
|
D | acrylic_g2d.cpp | 1057 bool AcrylicCompositorG2D::executeG2D(int fence[], unsigned int num_fences, bool nonblocking) in executeG2D() argument 1066 for (unsigned int i = layercount; i < num_fences; i++) in executeG2D() 1069 if (num_fences > layercount + 1) in executeG2D() 1070 num_fences = layercount + 1; in executeG2D() 1158 mTask.num_release_fences = num_fences; in executeG2D() 1159 mTask.release_fence = reinterpret_cast<int *>(alloca(sizeof(int) * num_fences)); in executeG2D() 1200 for (unsigned int i = 0; i < num_fences; i++) in executeG2D() 1206 bool AcrylicCompositorG2D::execute(int fence[], unsigned int num_fences) in execute() argument 1208 if (!executeG2D(fence, num_fences, true)) { in execute()
|
/hardware/google/gfxstream/guest/mesa/include/drm-uapi/ |
D | sync_file.h | 83 __u32 num_fences; member
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | libsync.h | 90 uint32_t num_fences;
|
/hardware/google/graphics/common/libhwc2.1/libvrr/ |
D | VariableRefreshRateController.cpp | 823 if (finfo->num_fences != 1) { in getLastFenceSignalTimeUnlocked() 827 for (size_t i = 0; i < finfo->num_fences; i++) { in getLastFenceSignalTimeUnlocked()
|
/hardware/google/graphics/common/libacryl/include/hardware/exynos/ |
D | acryl.h | 1133 virtual bool execute(int fence[], unsigned int num_fences) = 0;
|
/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | ExynosDisplay.cpp | 6468 for (size_t i = 0; i < finfo->num_fences; i++) { in getSignalTime()
|