Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dpipeline_descriptor_set_binder.cpp53 inline constexpr bool CheckValidImageDescriptor(const DescriptorType dt) in CheckValidImageDescriptor() function
355 if (CheckValidImageDescriptor(descriptorType) && validSamplerHandling) { in BindImage()
407 …if ((index < INVALID_BIDX) && CheckValidImageDescriptor(bindings_[index].binding.descriptorType)) { in BindImages()