Home
last modified time | relevance | path

Searched refs:overlap (Results 1 – 25 of 51) sorted by relevance

123

/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_copybit.cpp230 hwc_rect_t overlap = list->hwLayers[ovlapIndex].displayFrame; in prepareOverlap() local
234 finalW = max(finalW, ALIGN((overlap.right - overlap.left), 32)); in prepareOverlap()
235 finalH += ALIGN((overlap.bottom - overlap.top), 32); in prepareOverlap()
236 if(finalH > ALIGN((overlap.bottom - overlap.top), 32)) { in prepareOverlap()
239 (ALIGN((overlap.bottom - overlap.top), 32))); in prepareOverlap()
243 (overlap.right - overlap.left); in prepareOverlap()
245 (overlap.bottom - overlap.top); in prepareOverlap()
615 hwc_rect_t overlap = list->hwLayers[ovlapIndex].displayFrame; in drawOverlap() local
626 hwc_rect_t commonRect = getIntersection(prevOvlap, overlap); in drawOverlap()
628 overlap = deductRect(overlap, commonRect); in drawOverlap()
[all …]
Dhwc_copybit.h90 private_handle_t *renderBuffer, hwc_rect_t overlap,
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_copybit.cpp230 hwc_rect_t overlap = list->hwLayers[ovlapIndex].displayFrame; in prepareOverlap() local
234 finalW = max(finalW, ALIGN((overlap.right - overlap.left), 32)); in prepareOverlap()
235 finalH += ALIGN((overlap.bottom - overlap.top), 32); in prepareOverlap()
236 if(finalH > ALIGN((overlap.bottom - overlap.top), 32)) { in prepareOverlap()
239 (finalH - ALIGN((overlap.bottom - overlap.top), 32)) * 4; in prepareOverlap()
242 (ALIGN((overlap.bottom - overlap.top), 32))); in prepareOverlap()
246 (overlap.right - overlap.left); in prepareOverlap()
248 (overlap.bottom - overlap.top); in prepareOverlap()
595 hwc_rect_t overlap = list->hwLayers[ovlapIndex].displayFrame; in drawOverlap() local
601 overlap))) { in drawOverlap()
[all …]
Dhwc_copybit.h90 private_handle_t *renderBuffer, hwc_rect_t overlap,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dbuild_micromap_common.adoc25 of pname:pInfos that is accessed by this command must: not overlap the
30 of pname:pInfos that is accessed by this command must: not overlap the
36 of pname:pInfos that is accessed by this command must: not overlap the
Dbuild_acceleration_structure_common.adoc65 overlap the memory backing the pname:srcAccelerationStructure member of
72 overlap the memory backing the pname:dstAccelerationStructure member of
77 overlap the memory backing the pname:scratchData member of any element
82 of pname:pInfos that is accessed by this command must: not overlap the
87 of pname:pInfos that is accessed by this command must: not overlap the
95 overlap the memory backing any acceleration structure referenced by the
Dcopy_acceleration_structure_common.adoc27 must: not overlap the memory backing pname:src that is accessed by this
Dcopy_image_to_buffer_common.adoc13 regions, specified by the elements of pname:pRegions, must: not overlap
Dcopy_buffer_common.adoc21 regions, specified by the elements of pname:pRegions, must: not overlap
Dcopy_buffer_to_image_common.adoc13 regions, specified by the elements of pname:pRegions, must: not overlap
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceInterface.cpp84 mDPUInfo.overlap[i] = true; in makeDPURestrictions()
87 HDEBUGLOGD(eDebugAttrSetting, "Index : %zu, overlap %d", i, mDPUInfo.overlap[i]); in makeDPURestrictions()
91 if (mDPUInfo.overlap[i]) continue; in makeDPURestrictions()
107 if (mDPUInfo.overlap[i]) continue; in makeDPURestrictions()
184 if (mDPUInfo.overlap[i]) continue; in updateFeatureTable()
DExynosDeviceInterface.h72 bool overlap[16] = {false, }; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_AMD_rasterization_order.adoc44 * If the primitives rendered are known to not overlap in framebuffer
49 and the primitives rendered are known to not overlap in clip space.
DVK_EXT_blend_operation_advanced.adoc78 are considered to have maximal overlap, as would be the case if drawing two
81 are considered to have minimal overlap, as would be the case when rendering
DVK_KHR_workgroup_memory_explicit_layout.adoc37 the shader to alias data whose lifetimes do not overlap.
DVK_KHR_shared_presentable_image.adoc59 *RESOLVED*: Extension of a swapchain due to overlap in creation properties
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/reflow-tests/
Dexpect-common-validity-noreflow-novuid.adoc12 regions, specified by the elements of pname:pRegions, must: not overlap
Dsrc-common-validity.adoc12 regions, specified by the elements of pname:pRegions, must: not overlap
Dexpect-common-validity-novuid.adoc12 regions, specified by the elements of pname:pRegions, must: not overlap
Dexpect-common-validity-default.adoc13 regions, specified by the elements of pname:pRegions, must: not overlap
Dexpect-common-validity-noreflow.adoc13 regions, specified by the elements of pname:pRegions, must: not overlap
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_blend_operation_advanced/
Dadvanced_blend.adoc53 If the <<limits-advancedBlendCorrelatedOverlap, correlated overlap>>
136 If the <<limits-advancedBlendCorrelatedOverlap, correlated overlap>>
242 [open,refpage='VkBlendOverlapEXT',desc='Enumerant specifying the blend overlap parameter',type='enu…
245 in table <<framebuffer-blend-advanced-overlap-modes,Advanced Blend Overlap
258 specifying the blend overlap functions, are:
265 destination coverage are considered to have maximal overlap.
267 destination coverage are considered to have minimal overlap.
269 [[framebuffer-blend-advanced-overlap-modes]]
/hardware/interfaces/memtrack/1.0/
DIMemtrack.hal55 * Memory must not overlap between types. For example, a graphics buffer
/hardware/google/aemu/third-party/cuda/include/host-common/
Ddynlink_cuviddec.h440 int overlap; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
DVK_NV_memory_decompression.adoc76 region must: not overlap with the pname:dstAddress and pname:dstAddress

123