Home
last modified time | relevance | path

Searched refs:clip (Results 1 – 25 of 68) sorted by relevance

123

/hardware/qcom/display/msm8960/libcopybit/
Dcopybit.cpp162 struct copybit_rect_t clip; in set_rects() local
163 intersect(&clip, scissor, dst); in set_rects()
165 e->dst_rect.x = clip.l; in set_rects()
166 e->dst_rect.y = clip.t; in set_rects()
167 e->dst_rect.w = clip.r - clip.l; in set_rects()
168 e->dst_rect.h = clip.b - clip.t; in set_rects()
172 delta_x = (clip.t - dst->t); in set_rects()
173 delta_y = (dst->r - clip.r); in set_rects()
174 e->src_rect.w = (clip.b - clip.t); in set_rects()
175 e->src_rect.h = (clip.r - clip.l); in set_rects()
[all …]
/hardware/qcom/display/msm8909w_3100/libcopybit/
Dcopybit.cpp177 struct copybit_rect_t clip; in set_rects() local
178 intersect(&clip, scissor, dst); in set_rects()
180 if (!validateCopybitRect(&clip)) in set_rects()
183 e->dst_rect.x = clip.l; in set_rects()
184 e->dst_rect.y = clip.t; in set_rects()
185 e->dst_rect.w = clip.r - clip.l; in set_rects()
186 e->dst_rect.h = clip.b - clip.t; in set_rects()
190 delta_x = (clip.t - dst->t); in set_rects()
191 delta_y = (dst->r - clip.r); in set_rects()
192 e->src_rect.w = (clip.b - clip.t); in set_rects()
[all …]
/hardware/qcom/display/msm8909/libcopybit/
Dcopybit.cpp177 struct copybit_rect_t clip; in set_rects() local
178 intersect(&clip, scissor, dst); in set_rects()
180 if (!validateCopybitRect(&clip)) in set_rects()
183 e->dst_rect.x = clip.l; in set_rects()
184 e->dst_rect.y = clip.t; in set_rects()
185 e->dst_rect.w = clip.r - clip.l; in set_rects()
186 e->dst_rect.h = clip.b - clip.t; in set_rects()
190 delta_x = (clip.t - dst->t); in set_rects()
191 delta_y = (dst->r - clip.r); in set_rects()
192 e->src_rect.w = (clip.b - clip.t); in set_rects()
[all …]
/hardware/qcom/sm8150/display/libcopybit/
Dcopybit.cpp177 struct copybit_rect_t clip; in set_rects() local
178 intersect(&clip, scissor, dst); in set_rects()
180 if (!validateCopybitRect(&clip)) in set_rects()
183 e->dst_rect.x = clip.l; in set_rects()
184 e->dst_rect.y = clip.t; in set_rects()
185 e->dst_rect.w = clip.r - clip.l; in set_rects()
186 e->dst_rect.h = clip.b - clip.t; in set_rects()
190 delta_x = (clip.t - dst->t); in set_rects()
191 delta_y = (dst->r - clip.r); in set_rects()
192 e->src_rect.w = (clip.b - clip.t); in set_rects()
[all …]
/hardware/qcom/display/msm8996/libcopybit/
Dcopybit.cpp175 struct copybit_rect_t clip; in set_rects() local
176 intersect(&clip, scissor, dst); in set_rects()
178 if (!validateCopybitRect(&clip)) in set_rects()
181 e->dst_rect.x = clip.l; in set_rects()
182 e->dst_rect.y = clip.t; in set_rects()
183 e->dst_rect.w = clip.r - clip.l; in set_rects()
184 e->dst_rect.h = clip.b - clip.t; in set_rects()
188 delta_x = (clip.t - dst->t); in set_rects()
189 delta_y = (dst->r - clip.r); in set_rects()
190 e->src_rect.w = (clip.b - clip.t); in set_rects()
[all …]
/hardware/qcom/sm7250/display/libcopybit/
Dcopybit.cpp177 struct copybit_rect_t clip; in set_rects() local
178 intersect(&clip, scissor, dst); in set_rects()
180 if (!validateCopybitRect(&clip)) in set_rects()
183 e->dst_rect.x = clip.l; in set_rects()
184 e->dst_rect.y = clip.t; in set_rects()
185 e->dst_rect.w = clip.r - clip.l; in set_rects()
186 e->dst_rect.h = clip.b - clip.t; in set_rects()
190 delta_x = (clip.t - dst->t); in set_rects()
191 delta_y = (dst->r - clip.r); in set_rects()
192 e->src_rect.w = (clip.b - clip.t); in set_rects()
[all …]
/hardware/qcom/display/msm8998/libcopybit/
Dcopybit.cpp175 struct copybit_rect_t clip; in set_rects() local
176 intersect(&clip, scissor, dst); in set_rects()
178 if (!validateCopybitRect(&clip)) in set_rects()
181 e->dst_rect.x = clip.l; in set_rects()
182 e->dst_rect.y = clip.t; in set_rects()
183 e->dst_rect.w = clip.r - clip.l; in set_rects()
184 e->dst_rect.h = clip.b - clip.t; in set_rects()
188 delta_x = (clip.t - dst->t); in set_rects()
189 delta_y = (dst->r - clip.r); in set_rects()
190 e->src_rect.w = (clip.b - clip.t); in set_rects()
[all …]
/hardware/qcom/display/msm8994/libcopybit/
Dcopybit.cpp169 struct copybit_rect_t clip; in set_rects() local
170 intersect(&clip, scissor, dst); in set_rects()
172 e->dst_rect.x = clip.l; in set_rects()
173 e->dst_rect.y = clip.t; in set_rects()
174 e->dst_rect.w = clip.r - clip.l; in set_rects()
175 e->dst_rect.h = clip.b - clip.t; in set_rects()
179 delta_x = (clip.t - dst->t); in set_rects()
180 delta_y = (dst->r - clip.r); in set_rects()
181 e->src_rect.w = (clip.b - clip.t); in set_rects()
182 e->src_rect.h = (clip.r - clip.l); in set_rects()
[all …]
/hardware/qcom/display/msm8226/libcopybit/
Dcopybit.cpp166 struct copybit_rect_t clip; in set_rects() local
167 intersect(&clip, scissor, dst); in set_rects()
169 e->dst_rect.x = clip.l; in set_rects()
170 e->dst_rect.y = clip.t; in set_rects()
171 e->dst_rect.w = clip.r - clip.l; in set_rects()
172 e->dst_rect.h = clip.b - clip.t; in set_rects()
176 delta_x = (clip.t - dst->t); in set_rects()
177 delta_y = (dst->r - clip.r); in set_rects()
178 e->src_rect.w = (clip.b - clip.t); in set_rects()
179 e->src_rect.h = (clip.r - clip.l); in set_rects()
[all …]
/hardware/qcom/display/msm8084/libcopybit/
Dcopybit.cpp166 struct copybit_rect_t clip; in set_rects() local
167 intersect(&clip, scissor, dst); in set_rects()
169 e->dst_rect.x = clip.l; in set_rects()
170 e->dst_rect.y = clip.t; in set_rects()
171 e->dst_rect.w = clip.r - clip.l; in set_rects()
172 e->dst_rect.h = clip.b - clip.t; in set_rects()
176 delta_x = (clip.t - dst->t); in set_rects()
177 delta_y = (dst->r - clip.r); in set_rects()
178 e->src_rect.w = (clip.b - clip.t); in set_rects()
179 e->src_rect.h = (clip.r - clip.l); in set_rects()
[all …]
/hardware/interfaces/media/omx/1.0/vts/functional/
DREADME.md17 …ing audio encoder and decoder components such as simple encoding of a raw clip or decoding of an e…
26 …ing video encoder and decoder components such as simple encoding of a raw clip or decoding of an e…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvertexpostproc.adoc29 * Perspective division on clip coordinates (see
442 …tateCreateInfoNV',desc='Structure specifying swizzle applied to primitive clip coordinates',type='…
445 applied to its clip coordinates.
756 In clip coordinates, the _view volume_ is defined by:
789 Otherwise the primitive is clipped against the clip volume as defined below.
791 The clip volume is the intersection of up to
793 half-spaces with the view volume (if no client-defined clip half-spaces are
794 enabled, the clip volume is the view volume).
796 A shader must: write a single clip distance for each enabled clip half-space
803 where [eq]#c~i~(**P**)# is the clip distance [eq]#i# at point [eq]#**P**#.
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_depth_clip_enable.adoc27 always enabled, but depth clip can be controlled by the DepthClipEnable
DVK_AMD_negative_viewport_height.adoc25 clip-space to framebuffer-space transform.
DVK_NV_clip_space_w_scaling.adoc30 clip space before perspective divide.
31 The clip space [eq]#w# coordinate of the vertices can: be offset as of a
/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_scale_drm.cpp145 det_enhance->clip = scale_data.detail_enhance.clip; in SetScalerV2()
/hardware/qcom/sm7250/display/sdm/libs/core/drm/
Dhw_scale_drm.cpp149 det_enhance->clip = scale_data.detail_enhance.clip; in SetScalerV2()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
Dhw_scale.cpp215 mdp_det_enhance->clip = scale_data.detail_enhance.clip; in SetHWScaleData()
301 de->clip, de->limit, de->thr_quiet, de->thr_dieout); in DumpScaleData()
/hardware/qcom/display/msm8909/sdm/libs/core/fb/
Dhw_scale.cpp215 mdp_det_enhance->clip = scale_data.detail_enhance.clip; in SetHWScaleData()
301 de->clip, de->limit, de->thr_quiet, de->thr_dieout); in DumpScaleData()
/hardware/qcom/sm8150/display/sdm/libs/core/fb/
Dhw_scale.cpp215 mdp_det_enhance->clip = scale_data.detail_enhance.clip; in SetHWScaleData()
301 de->clip, de->limit, de->thr_quiet, de->thr_dieout); in DumpScaleData()
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
Dhw_scale.cpp215 mdp_det_enhance->clip = scale_data.detail_enhance.clip; in SetHWScaleData()
301 de->clip, de->limit, de->thr_quiet, de->thr_dieout); in DumpScaleData()
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_scale.cpp218 mdp_det_enhance->clip = scale_data.detail_enhance.clip; in SetHWScaleData()
304 de->clip, de->limit, de->thr_quiet, de->thr_dieout); in DumpScaleData()
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_color_manager.cpp287 de_data.clip = de_tuning_cfg_data->params.clip; in SetHWDetailedEnhancerConfig()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_color_manager.cpp286 de_data.clip = de_tuning_cfg_data->params.clip; in SetHWDetailedEnhancerConfig()
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_color_manager.cpp285 de_data.clip = de_tuning_cfg_data->params.clip; in SetHWDetailedEnhancerConfig()

123