/hardware/qcom/display/msm8909/sdm/libs/core/ |
strategy.cpp | 87 if (!disable_gpu_comp_ && !hw_layers_info_->gpu_target_index) { 150 Layer *gpu_target_layer = layer_stack->layers.at(hw_layers_info_->gpu_target_index); 159 hw_layers_info_->index[0] = hw_layers_info_->gpu_target_index;
|
display_base.cpp | 155 hw_layers_info.gpu_target_index = hw_layers_info.app_layer_count; 161 DLOGD_IF(kTagNone, "LayerStack layer_count: %d, app_layer_count: %d, gpu_target_index: %d, " 163 hw_layers_info.gpu_target_index, display_type_); 170 if (hw_layers_info.gpu_target_index) { 179 Layer *gpu_target_layer = hw_layers_info.stack->layers.at(hw_layers_info.gpu_target_index); [all...] |
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/ |
strategy.cpp | 87 if (!disable_gpu_comp_ && !hw_layers_info_->gpu_target_index) { 150 Layer *gpu_target_layer = layer_stack->layers.at(hw_layers_info_->gpu_target_index); 159 hw_layers_info_->index[0] = hw_layers_info_->gpu_target_index;
|
display_base.cpp | 150 hw_layers_info.gpu_target_index = hw_layers_info.app_layer_count; 156 DLOGV_IF(kTagNone, "LayerStack layer_count: %d, app_layer_count: %d, gpu_target_index: %d, " 158 hw_layers_info.gpu_target_index, display_type_); 165 if (hw_layers_info.gpu_target_index) { 174 Layer *gpu_target_layer = hw_layers_info.stack->layers.at(hw_layers_info.gpu_target_index); [all...] |
/hardware/qcom/display/msm8998/sdm/libs/core/ |
strategy.cpp | 87 if (!disable_gpu_comp_ && !hw_layers_info_->gpu_target_index) { 150 Layer *gpu_target_layer = layer_stack->layers.at(hw_layers_info_->gpu_target_index); 159 hw_layers_info_->index[0] = hw_layers_info_->gpu_target_index;
|
display_base.cpp | 154 hw_layers_info.gpu_target_index = hw_layers_info.app_layer_count; 160 DLOGV_IF(kTagNone, "LayerStack layer_count: %d, app_layer_count: %d, gpu_target_index: %d, " 162 hw_layers_info.gpu_target_index, display_type_); 169 if (hw_layers_info.gpu_target_index) { 178 Layer *gpu_target_layer = hw_layers_info.stack->layers.at(hw_layers_info.gpu_target_index); [all...] |
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
blit_engine_c2d.cpp | 258 uint32_t gpu_target_index = layer_count - 1; // default assumption local 271 gpu_target_index = i; 276 if ((layer_count - 1) == gpu_target_index) { 284 LayerBuffer &layer_buffer = layer_stack->layers.at(gpu_target_index)->input_buffer; 311 layer->frame_rate = layer_stack->layers.at(gpu_target_index)->frame_rate;
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
blit_engine_c2d.cpp | 258 uint32_t gpu_target_index = layer_count - 1; // default assumption local 271 gpu_target_index = i; 276 if ((layer_count - 1) == gpu_target_index) { 284 LayerBuffer &layer_buffer = layer_stack->layers.at(gpu_target_index)->input_buffer; 311 layer->frame_rate = layer_stack->layers.at(gpu_target_index)->frame_rate;
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
blit_engine_c2d.cpp | 258 uint32_t gpu_target_index = layer_count - 1; // default assumption local 271 gpu_target_index = i; 276 if ((layer_count - 1) == gpu_target_index) { 284 LayerBuffer *layer_buffer = layer_stack->layers.at(gpu_target_index)->input_buffer; 305 layer->frame_rate = layer_stack->layers.at(gpu_target_index)->frame_rate;
|
/hardware/qcom/display/msm8909/sdm/include/private/ |
hw_info_types.h | 472 uint32_t gpu_target_index = 0; // GPU target layer index. 0 if not present. member in struct:sdm::HWLayersInfo
|
/hardware/qcom/display/msm8909w_3100/sdm/include/private/ |
hw_info_types.h | 471 uint32_t gpu_target_index = 0; // GPU target layer index. 0 if not present. member in struct:sdm::HWLayersInfo
|
/hardware/qcom/display/msm8998/sdm/include/private/ |
hw_info_types.h | 464 uint32_t gpu_target_index = 0; // GPU target layer index. 0 if not present. member in struct:sdm::HWLayersInfo
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
display_base.cpp | 166 uint32_t gpu_target_index = i; local 169 Layer *gpu_target_layer = layers.at(gpu_target_index); [all...] |