/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | geometry.adoc | 26 <<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 …]
|
D | drawing.adoc | 48 * 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 …]
|
D | tessellation.adoc | 65 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 …]
|
D | vertexpostproc.adoc | 102 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/ |
D | drm_connector.cpp | 154 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/ |
D | draw_vertex_binding.adoc | 39 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/ |
D | hw_info_types.h | 756 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/ |
D | hw_info_types.h | 725 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/ |
D | hw_device_drm.cpp | 147 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/ |
D | hw_device_drm.cpp | 627 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 …]
|
D | hw_tv_drm.cpp | 128 display_attributes_[index].topology); in SetDisplayAttributes()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_extended_dynamic_state3.adoc | 211 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/ |
D | hw_device_drm.cpp | 376 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/ |
D | hw_device_drm.cpp | 371 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/ |
D | drm_interface.h | 253 DRMTopology topology; member
|
/hardware/qcom/display/msm8909w_3100/libdrmutils/ |
D | drm_interface.h | 278 DRMTopology topology; member
|
/hardware/qcom/display/msm8909/libdrmutils/ |
D | drm_interface.h | 278 DRMTopology topology; member
|
/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 586 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()
|
D | hw_tv_drm.cpp | 127 display_attributes_[index].topology); in SetDisplayAttributes()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_meta_draw_rects.c | 51 .topology = VK_PRIMITIVE_TOPOLOGY_META_RECT_LIST_MESA,
|
D | vk_meta.c | 486 if (info_local.pInputAssemblyState->topology == in vk_meta_create_graphics_pipeline()
|
/hardware/qcom/sm8150/display/libdrmutils/ |
D | drm_interface.h | 591 DRMTopology topology; member
|
/hardware/qcom/sm7250/display/libdrmutils/ |
D | drm_interface.h | 619 DRMTopology topology; member
|
/hardware/interfaces/tv/cec/1.0/ |
D | IHdmiCec.hal | 56 * The physical address depends on the topology of the network formed by
|
/hardware/google/gfxstream/common/detector/ |
D | GraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp | 182 .topology = vkhpp::PrimitiveTopology::eTriangleStrip, in CanHandlePrecisionQualifierWithYuvSampler()
|