Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dpipeline_descriptor_set_binder.cpp47 inline constexpr bool CheckValidBufferDescriptor(const DescriptorType dt) in CheckValidBufferDescriptor() function
261 if (CheckValidBufferDescriptor(descriptorType)) { in BindBuffer()
299 …if ((index < INVALID_BIDX) && CheckValidBufferDescriptor(bindings_[index].binding.descriptorType))… in BindBuffers()