Home
last modified time | relevance | path

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

12

/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)
H A DLangOptions.h42 Pixel = 0, enumerator
/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 Dnvidia,tegra-vde.txt50 0x6001c800 0x100 /* Pixel prediction block */
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp340 case Pixel: return "pixel"; in getEnvironmentTypeName()
722 .StartsWith("pixel", Triple::Pixel) in parseEnvironment()
2101 static_assert(Triple::Vertex - Triple::Pixel == 1,
2103 static_assert(Triple::Geometry - Triple::Pixel == 2,
2105 static_assert(Triple::Hull - Triple::Pixel == 3,
2107 static_assert(Triple::Domain - Triple::Pixel == 4,
2109 static_assert(Triple::Compute - Triple::Pixel == 5,
2111 static_assert(Triple::Library - Triple::Pixel == 6,
2113 static_assert(Triple::RayGeneration - Triple::Pixel == 7,
2115 static_assert(Triple::Intersection - Triple::Pixel == 8,
[all …]
/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/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()
249 case Triple::EnvironmentType::Pixel: in swapBytes()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILMetadata.cpp54 case Triple::Pixel: in getShortShaderStage()
106 return (uint32_t)Env - (uint32_t)llvm::Triple::Pixel; in getShaderStage()
315 case Triple::EnvironmentType::Pixel: { in createEntryMD()
H A DDXContainerGlobals.cpp150 static_cast<uint8_t>(TT.getEnvironment() - Triple::Pixel); in addPipelineStateValidationInfo()
/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.
H A Dimx290.txt4 Square Pixel for Color Cameras. It is programmable through I2C and 4-wire
H A Dadv7604.txt55 - pclk-sample: Pixel clock polarity. Defaults to output on the falling edge.
/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()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDXContainerWriter.cpp122 static_cast<uint16_t>(TT.getEnvironment() - Triple::Pixel); in writeObject()
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsdm670-google-sargo.dts3 * Device tree for Google Pixel 3a, adapted from google-blueline device tree,
30 model = "Google Pixel 3a";
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h277 Pixel, enumerator
820 return Env == Triple::Pixel || Env == Triple::Vertex || in isShaderStageEnvironment()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp220 case llvm::Triple::Pixel: in CheckEntryPoint()
601 assert((unsigned)(ShaderType - llvm::Triple::Pixel) < 31 && in SetShaderStageContext()
605 unsigned bitmapIndex = ShaderType - llvm::Triple::Pixel; in SetShaderStageContext()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSPIR.h310 assert(Triple.getEnvironment() >= llvm::Triple::Pixel && in SPIRVTargetInfo()
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Dbrcm,bcm-vc4.txt10 Required properties for Pixel Valve:
/freebsd/contrib/file/magic/Magdir/
H A Dasf44 >>>103 leshort x \b, Bits Per Pixel Count %d
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp244 Triple::Pixel + P.Info->Info.ShaderStage)); in writeParts()
H A DDXContainerYAML.cpp282 case Triple::EnvironmentType::Pixel: in mapInfoForVersion()
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/
H A Dmediatek,disp.txt6 and input selectors in the MMSYS_CONFIG register space. Pixel clock and start
/freebsd/sys/contrib/device-tree/Bindings/display/msm/
H A Ddsi.txt26 - assigned-clock-parents: The Byte clock and Pixel clock PLL outputs provided

12