Home
last modified time | relevance | path

Searched refs:byteAligned (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrelemlib.cpp352 if (properties.byteAligned) // Components are all byte-sized in Int32sToPixel()
413 properties.byteAligned = TRUE; in Flt32ToDepthPixel()
422 properties.byteAligned = FALSE; in Flt32ToDepthPixel()
485 properties.byteAligned = TRUE; in Flt32ToColorPixel()
494 properties.byteAligned = FALSE; in Flt32ToColorPixel()
Daddrelemlib.h51 UINT_32 byteAligned : 1; ///< all components are byte aligned member