Home
last modified time | relevance | path

Searched refs:Intersection (Results 1 – 20 of 20) sorted by relevance

/hardware/qcom/display/msm8996/sdm/include/utils/
Drect.h51 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2);
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/
Drect.h51 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2);
/hardware/qcom/display/msm8998/sdm/include/utils/
Drect.h51 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2);
/hardware/qcom/display/msm8909/sdm/include/utils/
Drect.h52 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2);
/hardware/qcom/sm7250/display/sdm/include/utils/
Drect.h52 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2);
/hardware/qcom/sm8150/display/sdm/include/utils/
Drect.h52 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Draytraversal.adoc29 == Ray Intersection Candidate Determination
252 == Ray Intersection Culling
384 Intersection candidates that have not intersected with any face ([eq]#a ==
398 Intersection candidates can: also be culled based on their opacity.
526 == Ray Intersection Confirmation
535 === AABB Intersection Candidates
594 === Triangle and Generated Intersection Candidates
Dshaders.adoc2159 == Intersection Shaders
2161 Intersection shaders enable the implementation of arbitrary, application
2176 Intersection shaders cannot: read or modify the ray payload.
2180 === Intersection Shader Execution
Dinterfaces.adoc628 | Intersection | | | r/w | |
/hardware/qcom/display/msm8996/sdm/libs/utils/
Drect.cpp62 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2) { in Intersection() function
/hardware/qcom/display/msm8909/sdm/libs/utils/
Drect.cpp67 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2) { in Intersection() function
/hardware/qcom/display/msm8998/sdm/libs/utils/
Drect.cpp62 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2) { in Intersection() function
/hardware/qcom/display/msm8909w_3100/sdm/libs/utils/
Drect.cpp62 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2) { in Intersection() function
/hardware/qcom/sm7250/display/sdm/libs/utils/
Drect.cpp67 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2) { in Intersection() function
/hardware/qcom/sm8150/display/sdm/libs/utils/
Drect.cpp67 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2) { in Intersection() function
/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dblit_engine_c2d.cpp444 LayerRect inter_sect = Intersection(layer->dst_rect, bottom_layer->dst_rect); in Commit()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dblit_engine_c2d.cpp444 LayerRect inter_sect = Intersection(layer->dst_rect, bottom_layer->dst_rect); in Commit()
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dblit_engine_c2d.cpp429 LayerRect inter_sect = Intersection(layer->dst_rect, bottom_layer->dst_rect); in Commit()
/hardware/qcom/sm7250/display/sdm/libs/core/drm/
Dhw_device_drm.cpp1289 if (IsValid(Intersection(dst_roi, right_mixer))) { in SetupAtomic()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc3682 <<ray-intersection-candidate-determination, Ray Intersection Candidate
3765 <<ray-intersection-candidate-determination, Ray Intersection Candidate
4450 <<ray-intersection-candidate-determination, Ray Intersection Candidate
4831 <<ray-intersection-confirmation, Ray Intersection Confirmation>> section
4895 Intersection Candidate Determination>> section (public issue 1427).