Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/core/
Daddrelemlib.cpp345 if (properties.byteAligned) // Components are all byte-sized in Int32sToPixel()
406 properties.byteAligned = TRUE; in Flt32ToDepthPixel()
415 properties.byteAligned = FALSE; in Flt32ToDepthPixel()
478 properties.byteAligned = TRUE; in Flt32ToColorPixel()
487 properties.byteAligned = FALSE; in Flt32ToColorPixel()
Daddrelemlib.h48 UINT_32 byteAligned : 1; ///< all components are byte aligned member