Home
last modified time | relevance | path

Searched defs:dds_pixelformat (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenccli_image_load_store.cpp1578 struct dds_pixelformat struct
1580 uint32_t size; // structure size, set to 32.
1585 uint32_t flags;
1586 uint32_t fourcc; // "DX10" to indicate a DX10 format, "DXTn" for the DXT formats
1587 uint32_t rgbbitcount; // number of bits per texel; up to 32 for non-DX10 formats.
1588 uint32_t rbitmask; // bitmap indicating position of red/luminance color component
1589 uint32_t gbitmask; // bitmap indicating position of green color component
1590 uint32_t bbitmask; // bitmap indicating position of blue color component
1591 uint32_t abitmask; // bitmap indicating position of alpha color component