/hardware/qcom/display/msm8960/libcopybit/ |
D | copybit.cpp | 162 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/ |
D | copybit.cpp | 177 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/ |
D | copybit.cpp | 177 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/ |
D | copybit.cpp | 177 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/ |
D | copybit.cpp | 175 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/ |
D | copybit.cpp | 177 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/ |
D | copybit.cpp | 175 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/ |
D | copybit.cpp | 169 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/ |
D | copybit.cpp | 166 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/ |
D | copybit.cpp | 166 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/ |
D | README.md | 17 …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/ |
D | vertexpostproc.adoc | 29 * 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/ |
D | VK_EXT_depth_clip_enable.adoc | 27 always enabled, but depth clip can be controlled by the DepthClipEnable
|
D | VK_AMD_negative_viewport_height.adoc | 25 clip-space to framebuffer-space transform.
|
D | VK_NV_clip_space_w_scaling.adoc | 30 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/ |
D | hw_scale_drm.cpp | 145 det_enhance->clip = scale_data.detail_enhance.clip; in SetScalerV2()
|
/hardware/qcom/sm7250/display/sdm/libs/core/drm/ |
D | hw_scale_drm.cpp | 149 det_enhance->clip = scale_data.detail_enhance.clip; in SetScalerV2()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/ |
D | hw_scale.cpp | 215 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/ |
D | hw_scale.cpp | 215 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/ |
D | hw_scale.cpp | 215 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/ |
D | hw_scale.cpp | 215 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/ |
D | hw_scale.cpp | 218 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/ |
D | hwc_color_manager.cpp | 287 de_data.clip = de_tuning_cfg_data->params.clip; in SetHWDetailedEnhancerConfig()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
D | hwc_color_manager.cpp | 286 de_data.clip = de_tuning_cfg_data->params.clip; in SetHWDetailedEnhancerConfig()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwc_color_manager.cpp | 285 de_data.clip = de_tuning_cfg_data->params.clip; in SetHWDetailedEnhancerConfig()
|