HomeSort by relevance Sort by last modified time
    Searched refs:src_domain (Results 1 - 10 of 10) sorted by null

  /hardware/qcom/display/msm8998/sdm/libs/utils/
rect.cpp 202 void MapRect(const LayerRect &src_domain, const LayerRect &dst_domain, const LayerRect &in_rect,
204 if (!IsValid(src_domain) || !IsValid(dst_domain) || !IsValid(in_rect)) {
208 int x_offset = INT(src_domain.left);
209 int y_offset = INT(src_domain.top);
212 float src_domain_width = src_domain.right - src_domain.left;
213 float src_domain_height = src_domain.bottom - src_domain.top;
226 void TransformHV(const LayerRect &src_domain, const LayerRect &in_rect, LayerRect *out_rect) {
227 if (!IsValid(src_domain) || !IsValid(in_rect))
    [all...]
  /hardware/qcom/display/msm8998/sdm/include/utils/
rect.h 58 void MapRect(const LayerRect &src_domain, const LayerRect &dst_domain, const LayerRect &in_rect,
60 void TransformHV(const LayerRect &src_domain, const LayerRect &in_rect, LayerRect *out_rect);
  /external/libdrm/radeon/
radeon_bo.c 138 uint32_t src_domain; local
140 src_domain = boi->space_accounted & 0xffff;
141 if (!src_domain)
142 src_domain = boi->space_accounted >> 16;
144 return src_domain;
  /hardware/qcom/display/msm8996/sdm/libs/utils/
rect.cpp 202 void ScaleRect(const LayerRect &src_domain, const LayerRect &dst_domain, const LayerRect &in_rect,
204 if (!IsValid(src_domain) || !IsValid(dst_domain) || !IsValid(in_rect)) {
208 float src_domain_width = src_domain.right - src_domain.left;
209 float src_domain_height = src_domain.bottom - src_domain.top;
  /hardware/qcom/display/msm8996/sdm/include/utils/
rect.h 58 void ScaleRect(const LayerRect &src_domain, const LayerRect &dst_domain, const LayerRect &in_rect,
  /hardware/qcom/display/msm8998/sdm/libs/core/
display_primary.cpp 93 LayerRect src_domain = {}; local
98 src_domain.right = variable_info.x_pixels;
99 src_domain.bottom = variable_info.y_pixels;
103 TransformHV(src_domain, layer->dst_rect, &layer->dst_rect);
strategy.cpp 155 LayerRect src_domain = (LayerRect){0.0f, 0.0f, fb_width, fb_height}; local
160 MapRect(src_domain, dst_domain, layer.dst_rect, &layer.dst_rect);
display_base.cpp 186 LayerRect src_domain = (LayerRect){0.0f, 0.0f, fb_width, fb_height}; local
190 MapRect(src_domain, dst_domain, gpu_target_layer->dst_rect, &out_rect);
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/core/
display_base.cpp 185 LayerRect src_domain = (LayerRect){0.0f, 0.0f, fb_width, fb_height}; local
189 ScaleRect(src_domain, dst_domain, gpu_target_layer->dst_rect, &out_rect);
    [all...]
  /external/syslinux/gpxe/src/drivers/infiniband/
MT25408_PRM.h 1398 pseudo_bit_t src_domain[0x00010]; \/* The Scalable RC Domain. Messages coming to receive ports specifying this SRQ as receive queue will be served only if SRC_Domain of the SRQ matches SRC_Domain of the transport QP of this message. *\/ member in struct:hermonprm_srq_context_st
    [all...]

Completed in 2741 milliseconds