Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_post_process.cpp47 constexpr uint32_t SIZE_OF_VEC4 { sizeof(Math::Vec4) }; variable
82 offset = GetAlignment(offset + SIZE_OF_VEC4, ALIGNMENT_OF_VEC4); in AppendValues()
88 offset = GetAlignment(offset + SIZE_OF_VEC4, ALIGNMENT_OF_VEC4); in AppendValues()
94 offset = GetAlignment(offset + SIZE_OF_VEC4, ALIGNMENT_OF_VEC4); in AppendValues()