Home
last modified time | relevance | path

Searched refs:topology (Results 1 – 25 of 50) sorted by relevance

12

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dgeometry.adoc26 <<drawing-primitive-topologies, primitive topology>> if tessellation is
31 pipeline topology of ename:VK_PRIMITIVE_TOPOLOGY_POINT_LIST, or with a
34 <<drawing-point-lists, point list topology>> or
37 pipeline topology of ename:VK_PRIMITIVE_TOPOLOGY_LINE_LIST or
41 <<drawing-line-lists, line list topology>> or <<drawing-line-strips,
42 line strip topology>>, or by <<tessellation-isoline-tessellation,
45 when tessellation is inactive, with a pipeline topology of
49 <<drawing-line-lists-with-adjacency, line list with adjacency topology>>
51 topology>>.
53 pipeline topology of ename:VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST,
[all …]
Ddrawing.adoc48 * pname:topology is a elink:VkPrimitiveTopology defining the primitive
49 topology, as described below.
86 * [[VUID-VkPipelineInputAssemblyStateCreateInfo-topology-06252]]
92 pname:topology is ename:VK_PRIMITIVE_TOPOLOGY_POINT_LIST,
98 * [[VUID-VkPipelineInputAssemblyStateCreateInfo-topology-06253]]
104 pname:topology is ename:VK_PRIMITIVE_TOPOLOGY_PATCH_LIST,
106 * [[VUID-VkPipelineInputAssemblyStateCreateInfo-topology-00429]]
108 enabled, pname:topology must: not be any of
113 * [[VUID-VkPipelineInputAssemblyStateCreateInfo-topology-00430]]
115 is not enabled, pname:topology must: not be
[all …]
Dtessellation.adoc65 These control the type of subdivision and topology of the output
141 in figures <<img-tessellation-topology-ul>> and
142 <<img-tessellation-topology-ll>>.
148 in figure <<img-tessellation-topology-ul>>.
152 [[img-tessellation-topology-ul]]
156 [[img-tessellation-topology-ll]]
408 Output triangles are generated with a topology similar to
504 Output triangles are generated with a topology similar to
544 These line segments are generated with a topology similar to
572 These points are generated with a topology similar to <<drawing-point-lists,
[all …]
Dvertexpostproc.adoc102 primitive topology>> defined by the
103 slink:VkPipelineInputAssemblyStateCreateInfo:pname:topology used to
107 <<drawing-primitive-topologies, primitive topology>> defined by the
140 primitive topology>> is ename:VK_PRIMITIVE_TOPOLOGY_TRIANGLE_FAN, then the
612 primitive topology>> defined by
613 slink:VkPipelineInputAssemblyStateCreateInfo:pname:topology used to execute
619 topology>> defined by the <<drawing-point-lists, code:OutputPoints>>,
627 topology>> defined by the <<drawing-point-lists, code:OutputPoints>>,
633 determined by the <<drawing-primitive-topologies, primitive topology>>
645 For a given primitive topology, the pipeline's provoking vertex mode
/hardware/qcom/sm7250/display/sde-drm/
Ddrm_connector.cpp154 static DRMTopology GetTopologyEnum(const string &topology) { in GetTopologyEnum() argument
155 if (topology == "sde_singlepipe") return DRMTopology::SINGLE_LM; in GetTopologyEnum()
156 if (topology == "sde_singlepipe_dsc") return DRMTopology::SINGLE_LM_DSC; in GetTopologyEnum()
157 if (topology == "sde_dualpipe") return DRMTopology::DUAL_LM; in GetTopologyEnum()
158 if (topology == "sde_dualpipe_dsc") return DRMTopology::DUAL_LM_DSC; in GetTopologyEnum()
159 if (topology == "sde_dualpipemerge") return DRMTopology::DUAL_LM_MERGE; in GetTopologyEnum()
160 if (topology == "sde_dualpipemerge_dsc") return DRMTopology::DUAL_LM_MERGE_DSC; in GetTopologyEnum()
161 if (topology == "sde_dualpipe_dscmerge") return DRMTopology::DUAL_LM_DSCMERGE; in GetTopologyEnum()
162 if (topology == "sde_quadpipemerge") return DRMTopology::QUAD_LM_MERGE; in GetTopologyEnum()
163 if (topology == "sde_quadpipe_dscmerge") return DRMTopology::QUAD_LM_DSCMERGE; in GetTopologyEnum()
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Ddraw_vertex_binding.adoc39 must: be of the same <<drawing-primitive-topology-class, topology
41 slink:VkPipelineInputAssemblyStateCreateInfo::pname:topology state
50 must: be of the same <<drawing-primitive-topology-class, topology
52 slink:VkPipelineInputAssemblyStateCreateInfo::pname:topology state
/hardware/qcom/sm7250/display/sdm/include/private/
Dhw_info_types.h756 HWTopology topology = kUnknown; //!< Stores the topology information. member
772 (topology != display_attributes.topology));
786 (topology == display_attributes.topology) && in OnlyFpsChanged()
/hardware/qcom/sm8150/display/sdm/include/private/
Dhw_info_types.h725 HWTopology topology = kUnknown; //!< Stores the topology information. member
742 (topology != display_attributes.topology));
756 (topology == display_attributes.topology) && in OnlyFpsChanged()
/hardware/qcom/display/msm8998/sdm/libs/core/drm/
Dhw_device_drm.cpp147 DRMTopology topology = DRMTopology::SINGLE_LM; in PopulateDisplayAttributes() local
163 topology = connector_info_.topology; in PopulateDisplayAttributes()
189 (topology == DRMTopology::DUAL_LM || topology == DRMTopology::DUAL_LM_MERGE); in PopulateDisplayAttributes()
224 hw_panel_info_.needs_roi_merge = (connector_info_.topology == DRMTopology::DUAL_LM_MERGE); in PopulateHWPanelInfo()
/hardware/qcom/sm7250/display/sdm/libs/core/drm/
Dhw_device_drm.cpp627 DRMTopology topology = DRMTopology::SINGLE_LM; in PopulateDisplayAttributes() local
643 topology = connector_info_.modes[index].topology; in PopulateDisplayAttributes()
671 (topology == DRMTopology::DUAL_LM || topology == DRMTopology::DUAL_LM_MERGE || in PopulateDisplayAttributes()
672 topology == DRMTopology::DUAL_LM_MERGE_DSC || topology == DRMTopology::DUAL_LM_DSC || in PopulateDisplayAttributes()
673 topology == DRMTopology::DUAL_LM_DSCMERGE || topology == DRMTopology::QUAD_LM_MERGE || in PopulateDisplayAttributes()
674 topology == DRMTopology::QUAD_LM_DSCMERGE || topology == DRMTopology::QUAD_LM_MERGE_DSC); in PopulateDisplayAttributes()
686 SetTopology(topology, &display_attributes_[index].topology); in PopulateDisplayAttributes()
696 display_attributes_[index].clock_khz, display_attributes_[index].topology, in PopulateDisplayAttributes()
996 display_attributes_[index].clock_khz, display_attributes_[index].topology, in SetDisplayAttributes()
2056 if (display_attributes_[index].topology == kQuadLMMerge || in SetMixerAttributes()
[all …]
Dhw_tv_drm.cpp128 display_attributes_[index].topology); in SetDisplayAttributes()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_extended_dynamic_state3.adoc211 Indicates that VkPipelineInputAssemblyStateCreateInfo::topology is ignored when
213 primitive topology in any primitive topology class with vkCmdSetPrimitiveTopology.
/hardware/qcom/display/msm8909/sdm/libs/core/drm/
Dhw_device_drm.cpp376 DRMTopology topology = DRMTopology::SINGLE_LM; in PopulateDisplayAttributes() local
392 topology = connector_info_.topology; in PopulateDisplayAttributes()
418 (topology == DRMTopology::DUAL_LM || topology == DRMTopology::DUAL_LM_MERGE); in PopulateDisplayAttributes()
453 hw_panel_info_.needs_roi_merge = (connector_info_.topology == DRMTopology::DUAL_LM_MERGE); in PopulateHWPanelInfo()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
Dhw_device_drm.cpp371 DRMTopology topology = DRMTopology::SINGLE_LM; in PopulateDisplayAttributes() local
387 topology = connector_info_.topology; in PopulateDisplayAttributes()
413 (topology == DRMTopology::DUAL_LM || topology == DRMTopology::DUAL_LM_MERGE); in PopulateDisplayAttributes()
448 hw_panel_info_.needs_roi_merge = (connector_info_.topology == DRMTopology::DUAL_LM_MERGE); in PopulateHWPanelInfo()
/hardware/qcom/display/msm8998/libdrmutils/
Ddrm_interface.h253 DRMTopology topology; member
/hardware/qcom/display/msm8909w_3100/libdrmutils/
Ddrm_interface.h278 DRMTopology topology; member
/hardware/qcom/display/msm8909/libdrmutils/
Ddrm_interface.h278 DRMTopology topology; member
/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_device_drm.cpp586 DRMTopology topology = DRMTopology::SINGLE_LM; in PopulateDisplayAttributes() local
602 topology = connector_info_.modes[index].topology; in PopulateDisplayAttributes()
627 (topology == DRMTopology::DUAL_LM || topology == DRMTopology::DUAL_LM_MERGE || in PopulateDisplayAttributes()
628 topology == DRMTopology::DUAL_LM_MERGE_DSC || topology == DRMTopology::DUAL_LM_DSC || in PopulateDisplayAttributes()
629 topology == DRMTopology::DUAL_LM_DSCMERGE); in PopulateDisplayAttributes()
641 SetTopology(topology, &display_attributes_[index].topology); in PopulateDisplayAttributes()
651 display_attributes_[index].topology); in PopulateDisplayAttributes()
Dhw_tv_drm.cpp127 display_attributes_[index].topology); in SetDisplayAttributes()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_meta_draw_rects.c51 .topology = VK_PRIMITIVE_TOPOLOGY_META_RECT_LIST_MESA,
Dvk_meta.c486 if (info_local.pInputAssemblyState->topology == in vk_meta_create_graphics_pipeline()
/hardware/qcom/sm8150/display/libdrmutils/
Ddrm_interface.h591 DRMTopology topology; member
/hardware/qcom/sm7250/display/libdrmutils/
Ddrm_interface.h619 DRMTopology topology; member
/hardware/interfaces/tv/cec/1.0/
DIHdmiCec.hal56 * The physical address depends on the topology of the network formed by
/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp182 .topology = vkhpp::PrimitiveTopology::eTriangleStrip, in CanHandlePrecisionQualifierWithYuvSampler()

12