Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/
H A Drender_packing_common.h38 uvec4 Pack2Vec4Half2x16(const vec4 up0, const vec4 up1) in Pack2Vec4Half2x16()
48 void UnpackVec42Half2x16(const uvec4 packed, inout vec4 up0, inout vec4 up1) in UnpackVec42Half2x16()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/datastore/
H A Drender_data_store_default_material.cpp75 inline Math::UVec4 PackMaterialUVec(const Math::Vec4& up0, const Math::Vec4& up1) in PackMaterialUVec()