Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/assets/3d/shaders/shader/
H A Dcore3d_dm_df.frag56 const uint cameraIdx = GetUnpackFlatIndicesCameraIdx(inIndices);
82 const uint cameraIdx = GetUnpackFlatIndicesCameraIdx(inIndices);
135 const uint cameraIdx = GetUnpackFlatIndicesCameraIdx(inIndices);
H A Dcore3d_dm_fullscreen_env.frag33 const uint cameraIdx = GetUnpackFlatIndicesCameraIdx(inIndices);
H A Dcore3d_dm_fw.frag116 const uint cameraIdx = GetUnpackFlatIndicesCameraIdx(inIndices);
210 const uint cameraIdx = GetUnpackFlatIndicesCameraIdx(inIndices);
250 const uint cameraIdx = GetUnpackFlatIndicesCameraIdx(inIndices);
H A Dcore3d_dm_fw_reflection_plane.frag123 const uint cameraIdx = GetUnpackFlatIndicesCameraIdx(inIndices);
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/
H A D3d_dm_structures_common.h454 uint GetUnpackFlatIndicesCameraIdx(in uint indices) in GetUnpackFlatIndicesCameraIdx() function