Home
last modified time | relevance | path

Searched refs:Format (Results 1 – 25 of 85) sorted by relevance

1234

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_format_traits.hpp21 …E VULKAN_HPP_CONSTEXPR_14 std::array<uint8_t, 3> blockExtent( VULKAN_HPP_NAMESPACE::Format format ) in blockExtent()
25 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbUnormBlock: return {{ 4, 4, 1 }}; in blockExtent()
26 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbSrgbBlock: return {{ 4, 4, 1 }}; in blockExtent()
27 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbaUnormBlock: return {{ 4, 4, 1 }}; in blockExtent()
28 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbaSrgbBlock: return {{ 4, 4, 1 }}; in blockExtent()
29 case VULKAN_HPP_NAMESPACE::Format::eBc2UnormBlock: return {{ 4, 4, 1 }}; in blockExtent()
30 case VULKAN_HPP_NAMESPACE::Format::eBc2SrgbBlock: return {{ 4, 4, 1 }}; in blockExtent()
31 case VULKAN_HPP_NAMESPACE::Format::eBc3UnormBlock: return {{ 4, 4, 1 }}; in blockExtent()
32 case VULKAN_HPP_NAMESPACE::Format::eBc3SrgbBlock: return {{ 4, 4, 1 }}; in blockExtent()
33 case VULKAN_HPP_NAMESPACE::Format::eBc4UnormBlock: return {{ 4, 4, 1 }}; in blockExtent()
[all …]
Dvulkansc_format_traits.hpp21 …E VULKAN_HPP_CONSTEXPR_14 std::array<uint8_t, 3> blockExtent( VULKAN_HPP_NAMESPACE::Format format ) in blockExtent()
25 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbUnormBlock: return {{ 4, 4, 1 }}; in blockExtent()
26 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbSrgbBlock: return {{ 4, 4, 1 }}; in blockExtent()
27 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbaUnormBlock: return {{ 4, 4, 1 }}; in blockExtent()
28 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbaSrgbBlock: return {{ 4, 4, 1 }}; in blockExtent()
29 case VULKAN_HPP_NAMESPACE::Format::eBc2UnormBlock: return {{ 4, 4, 1 }}; in blockExtent()
30 case VULKAN_HPP_NAMESPACE::Format::eBc2SrgbBlock: return {{ 4, 4, 1 }}; in blockExtent()
31 case VULKAN_HPP_NAMESPACE::Format::eBc3UnormBlock: return {{ 4, 4, 1 }}; in blockExtent()
32 case VULKAN_HPP_NAMESPACE::Format::eBc3SrgbBlock: return {{ 4, 4, 1 }}; in blockExtent()
33 case VULKAN_HPP_NAMESPACE::Format::eBc4UnormBlock: return {{ 4, 4, 1 }}; in blockExtent()
[all …]
Dvulkansc_to_string.hpp1753 VULKAN_HPP_INLINE std::string to_string( Format value ) in to_string()
1757 case Format::eUndefined : return "Undefined"; in to_string()
1758 case Format::eR4G4UnormPack8 : return "R4G4UnormPack8"; in to_string()
1759 case Format::eR4G4B4A4UnormPack16 : return "R4G4B4A4UnormPack16"; in to_string()
1760 case Format::eB4G4R4A4UnormPack16 : return "B4G4R4A4UnormPack16"; in to_string()
1761 case Format::eR5G6B5UnormPack16 : return "R5G6B5UnormPack16"; in to_string()
1762 case Format::eB5G6R5UnormPack16 : return "B5G6R5UnormPack16"; in to_string()
1763 case Format::eR5G5B5A1UnormPack16 : return "R5G5B5A1UnormPack16"; in to_string()
1764 case Format::eB5G5R5A1UnormPack16 : return "B5G5R5A1UnormPack16"; in to_string()
1765 case Format::eA1R5G5B5UnormPack16 : return "A1R5G5B5UnormPack16"; in to_string()
[all …]
Dvulkan_to_string.hpp3739 VULKAN_HPP_INLINE std::string to_string( Format value ) in to_string()
3743 case Format::eUndefined : return "Undefined"; in to_string()
3744 case Format::eR4G4UnormPack8 : return "R4G4UnormPack8"; in to_string()
3745 case Format::eR4G4B4A4UnormPack16 : return "R4G4B4A4UnormPack16"; in to_string()
3746 case Format::eB4G4R4A4UnormPack16 : return "B4G4R4A4UnormPack16"; in to_string()
3747 case Format::eR5G6B5UnormPack16 : return "R5G6B5UnormPack16"; in to_string()
3748 case Format::eB5G6R5UnormPack16 : return "B5G6R5UnormPack16"; in to_string()
3749 case Format::eR5G5B5A1UnormPack16 : return "R5G5B5A1UnormPack16"; in to_string()
3750 case Format::eB5G5R5A1UnormPack16 : return "B5G5R5A1UnormPack16"; in to_string()
3751 case Format::eA1R5G5B5UnormPack16 : return "A1R5G5B5UnormPack16"; in to_string()
[all …]
/hardware/google/gfxstream/host/vulkan/emulated_textures/
DGpuDecompressionPipeline.cpp39 #define DECLARE_SHADER_GROUP(Format) \ argument
40 constexpr ShaderGroup kShader##Format { \
41 .shader1D = {.code = decompression_shaders::Format##_1D, \
42 .size = sizeof(decompression_shaders::Format##_1D)}, \
43 .shader2D = {.code = decompression_shaders::Format##_2D, \
44 .size = sizeof(decompression_shaders::Format##_2D)}, \
45 .shader3D = {.code = decompression_shaders::Format##_3D, \
46 .size = sizeof(decompression_shaders::Format##_3D)}, \
/hardware/google/gfxstream/common/detector/
DVulkan.h131 vkhpp::Format format,
175 vkhpp::Format colorAttachmentFormat = vkhpp::Format::eUndefined,
176 vkhpp::Format depthAttachmentFormat = vkhpp::Format::eUndefined);
DVulkan.cpp303 vkhpp::Format format, in CreateImage()
515 .format = vkhpp::Format::eG8B8R83Plane420Unorm, in CreateYuvImage()
556 .format = vkhpp::Format::eG8B8R83Plane420Unorm, in CreateYuvImage()
591 .format = vkhpp::Format::eG8B8R83Plane420Unorm, in CreateYuvImage()
803 vkhpp::Format color_format, in CreateFramebuffer()
804 vkhpp::Format depth_format) { in CreateFramebuffer()
806 if (color_format != vkhpp::Format::eUndefined) { in CreateFramebuffer()
816 if (depth_format != vkhpp::Format::eUndefined) { in CreateFramebuffer()
828 if (color_format != vkhpp::Format::eUndefined) { in CreateFramebuffer()
847 if (depth_format != vkhpp::Format::eUndefined) { in CreateFramebuffer()
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dcompressedtex.adoc10 specifically identified sections of the <<data-format,Khronos Data Format
23 described in the "`KHR_DF_TRANSFER_SRGB`" section of the Khronos Data Format
32 Formats`" chapter of the <<data-format,Khronos Data Format Specification>>.
41 | elink:VkFormat | <<data-format,Khronos Data Format Specification>> description
69 Formats`" chapter of the <<data-format,Khronos Data Format Specification>>.
74 | elink:VkFormat | <<data-format,Khronos Data Format Specification>> description
93 chapter of the <<data-format,Khronos Data Format Specification>>.
199 Formats`" chapter of the <<data-format,Khronos Data Format Specification>>.
DVK_EXT_swapchain_colorspace.adoc61 ** Refer to normative definitions in the Data Format Specification.
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotImageTests.cpp49 .format = vkhpp::Format::eR8G8B8A8Unorm, in TEST_P()
131 .format = vkhpp::Format::eR8G8B8A8Unorm, in TEST_P()
177 .format = vkhpp::Format::eR8G8B8A8Unorm, in TEST_P()
221 .format = vkhpp::Format::eR8G8B8A8Unorm, in TEST_P()
252 .format = vkhpp::Format::eR8G8B8A8Unorm, in TEST_P()
297 .format = vkhpp::Format::eR8G8B8A8Unorm, in TEST_P()
333 .format = vkhpp::Format::eR8G8B8A8Unorm, in TEST_P()
416 .format = vkhpp::Format::eR8G8B8A8Unorm, in TEST_P()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_format_info_gen.py152 Format = namedtuple('Format', ['name', 'cls', 'ext', 'offset']) variable
183 format = Format(fmt.attrib['name'], fmt.attrib['class'], ext, offset)
/hardware/interfaces/audio/aidl/default/
DAidlConversionXsdc.cpp36 const ::xsd::SurroundFormats::Format& xsdc) { in xsdc2aidl_SurroundFormatFamily()
/hardware/google/graphics/common/gralloc-headers/pixel-gralloc/
Dformat.h13 enum class Format : uint32_t { enum
Dmapper.h90 GET(PIXEL_FORMAT_ALLOCATED, Format);
/hardware/interfaces/wifi/supplicant/1.1/
DISupplicantStaNetwork.hal35 * Identity string is built from IMSI. Format is:
58 * Identity string is built from encrypted IMSI. Format is:
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dscid.adoc18 == Format of SCID Tags
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_QNX_external_memory_screen_buffer/
Dqnx_screen_buffer.adoc97 .QNX Screen Buffer Format Equivalence
100 | QNX Screen Format | Vulkan Format
/hardware/google/gfxstream/guest/mesa/include/D3D9/
Dd3d9types.h1275 D3DFORMAT Format; member
1281 D3DFORMAT Format; member
1589 D3DFORMAT Format; member
1605 D3DFORMAT Format; member
1724 D3DFORMAT Format; member
1742 D3DFORMAT Format; member
1769 D3DFORMAT Format; member
Dd3d9.h88 virtual UINT WINAPI GetAdapterModeCount(UINT Adapter, D3DFORMAT Format) = 0;
89 …virtual HRESULT WINAPI EnumAdapterModes(UINT Adapter, D3DFORMAT Format, UINT Mode, D3DDISPLAYMODE …
181 …eateTexture(UINT Width, UINT Height, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDi…
182 …UINT Width, UINT Height, UINT Depth, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDi…
183 …I CreateCubeTexture(UINT EdgeLength, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDi…
185 …virtual HRESULT WINAPI CreateIndexBuffer(UINT Length, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool,…
186 …virtual HRESULT WINAPI CreateRenderTarget(UINT Width, UINT Height, D3DFORMAT Format, D3DMULTISAMPL…
187 …virtual HRESULT WINAPI CreateDepthStencilSurface(UINT Width, UINT Height, D3DFORMAT Format, D3DMUL…
194 …virtual HRESULT WINAPI CreateOffscreenPlainSurface(UINT Width, UINT Height, D3DFORMAT Format, D3DP…
291 …virtual HRESULT WINAPI CreateRenderTargetEx(UINT Width, UINT Height, D3DFORMAT Format, D3DMULTISAM…
[all …]
/hardware/google/gfxstream/third-party/astc-encoder/
DREADME.md16 Read the [ASTC Format Overview][1] for a quick introduction to the format, or
17 read the full [Khronos Data Format Specification][2] for all the details.
192 The [ASTC Format Overview](./Docs/FormatOverview.md) page provides a high level
204 The [.astc File Format](./Docs/FileFormat.md) page provides a light-weight
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/reflow-tests/
Dexpect-table-noreflow-novuid.adoc11 .Interpretation of Numeric Format
Dexpect-table-default.adoc11 .Interpretation of Numeric Format
Dsrc-table.adoc11 .Interpretation of Numeric Format
Dexpect-table-novuid.adoc11 .Interpretation of Numeric Format
Dexpect-table-noreflow.adoc11 .Interpretation of Numeric Format

1234