Home
last modified time | relevance | path

Searched refs:Pixel (Results 1 – 25 of 76) sorted by relevance

1234

/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dgoogle.yaml13 ARM platforms using SoCs designed by Google branded "Tensor" used in Pixel
16 Currently upstream this is devices using "gs101" SoC which is found in Pixel
17 6, Pixel 6 Pro and Pixel 6a.
26 - Marketing name ("Pixel 6")
37 - description: Google Pixel 6 / Oriole
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/
H A Dfsl,imx8qxp-pxl2dpi.yaml7 title: Freescale i.MX8qxp Pixel Link to Display Pixel Interface
13 The Freescale i.MX8qxp Pixel Link to Display Pixel Interface(PXL2DPI)
H A Dfsl,imx8qxp-pixel-link.yaml7 title: Freescale i.MX8qm/qxp Display Pixel Link
13 The Freescale i.MX8qm/qxp Display Pixel Link(DPL) forms a standard
21 The i.MX8qm/qxp Display Pixel Link is accessed via System Controller Unit(SCU)
H A Dfsl,imx8qxp-pixel-combiner.yaml7 title: Freescale i.MX8qm/qxp Pixel Combiner
13 The Freescale i.MX8qm/qxp Pixel Combiner takes two output streams from a
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DHLSLRuntime.h26 static_cast<uint32_t>(E) - static_cast<uint32_t>(llvm::Triple::Pixel); in getStageFromEnvironment()
38 ENUM_COMPARE_ASSERT(Pixel)
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dfsl-pxp.txt1 Freescale Pixel Pipeline
4 The Pixel Pipeline (PXP) is a memory-to-memory graphics processing engine
H A Dfsl,imx6ull-pxp.yaml8 title: Freescale Pixel Pipeline
15 The Pixel Pipeline (PXP) is a memory-to-memory graphics processing engine
H A Dnxp,imx8-isi.yaml15 sources. The inputs to the ISI go through Pixel Link interfaces, and their
59 Ports represent the Pixel Link inputs to the ISI. Their number and
/freebsd/sys/contrib/device-tree/Bindings/display/rockchip/
H A Drockchip-vop2.yaml51 - description: Pixel clock for video port 0.
52 - description: Pixel clock for video port 1.
53 - description: Pixel clock for video port 2.
54 - description: Pixel clock for video port 3.
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dqcom,gcc-msm8953.yaml28 - description: Pixel clock from DSI PHY0
30 - description: Pixel clock from DSI PHY1
H A Dqcom,gcc-msm8976.yaml29 - description: Pixel clock from DSI PHY0
31 - description: Pixel clock from DSI PHY1
H A Dqcom,dispcc-sm6125.yaml27 - description: Pixel clock from DSI PHY0
28 - description: Pixel clock from DSI PHY1
H A Dqcom,sdm845-dispcc.yaml31 - description: Pixel clock from DSI PHY0
33 - description: Pixel clock from DSI PHY1
H A Dqcom,dispcc-sm8x50.yaml33 - description: Pixel clock from DSI PHY0
35 - description: Pixel clock from DSI PHY1
H A Dqcom,sm8450-dispcc.yaml31 - description: Pixel clock from DSI PHY0
33 - description: Pixel clock from DSI PHY1
H A Dqcom,sm8550-dispcc.yaml31 - description: Pixel clock from DSI PHY0
33 - description: Pixel clock from DSI PHY1
H A Dqcom,sm8650-dispcc.yaml31 - description: Pixel clock from DSI PHY0
33 - description: Pixel clock from DSI PHY1
/freebsd/sys/contrib/device-tree/Bindings/gpu/
H A Darm,mali-utgard.yaml74 - pp # Pixel Processor broadcast interrupt (mali-450 only)
75 - pp0 # Pixel Processor X interrupt (X from 0 to 7)
76 - ppmmu0 # Pixel Processor X MMU interrupt (X from 0 to 7)
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp311 case Pixel: return "pixel"; in getEnvironmentTypeName()
680 .StartsWith("pixel", Triple::Pixel) in parseEnvironment()
1948 static_assert(Triple::Vertex - Triple::Pixel == 1,
1950 static_assert(Triple::Geometry - Triple::Pixel == 2,
1952 static_assert(Triple::Hull - Triple::Pixel == 3,
1954 static_assert(Triple::Domain - Triple::Pixel == 4,
1956 static_assert(Triple::Compute - Triple::Pixel == 5,
1958 static_assert(Triple::Library - Triple::Pixel == 6,
1964 static_assert(Triple::AnyHit - Triple::Pixel == 9,
1968 static_assert(Triple::Miss - Triple::Pixel == 11,
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILMetadata.cpp45 case Triple::Pixel: in getShortShaderStage()
85 return (uint32_t)Env - (uint32_t)llvm::Triple::Pixel; in getShaderStage()
294 case Triple::EnvironmentType::Pixel: { in createEntryMD()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h42 assert(Kind <= Triple::Amplification - Triple::Pixel && in getShaderStage()
44 return static_cast<Triple::EnvironmentType>(Triple::Pixel + Kind); in getShaderStage()
245 case Triple::EnvironmentType::Pixel: in swapBytes()
/freebsd/sys/contrib/device-tree/Bindings/display/exynos/
H A Dexynos_hdmi.txt25 c) sclk_pixel: Pixel special clock, one of the two possible inputs of
48 j) pixel_clko: Pixel clock generated by HDMI-PHY.
/freebsd/stand/efi/include/
H A Defiuga.h85 EFI_UGA_PIXEL Pixel; member
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dmt9p031.txt14 - pixel-clock-frequency: Pixel clock frequency.
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHLSL.cpp47 case Triple::EnvironmentType::Pixel: in isLegalShaderModel()
78 .Case("ps", Triple::EnvironmentType::Pixel) in tryParseProfile()

1234