Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.cpp604 constexpr uint32_t drawIndirectCommandSize { 4U * sizeof(uint32_t) }; in DrawIndirect() local
607 … rpIndirectBufferBarriers_.push_back({ bufferHandle, offset, drawIndirectCommandSize }); in DrawIndirect()
641 constexpr uint32_t drawIndirectCommandSize { 5U * sizeof(uint32_t) }; in DrawIndexedIndirect() local
644 … rpIndirectBufferBarriers_.push_back({ bufferHandle, offset, drawIndirectCommandSize }); in DrawIndexedIndirect()