Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dnode_context_descriptor_set_manager_vk.cpp257 for (const auto& cpuDescriptorSetRef : cpuDescriptorSets) { in BeginBackendFrame() local
258 if (cpuDescriptorSetRef.hasPlatformConversionBindings) { in BeginBackendFrame()
260 for (const auto& bindingRef : cpuDescriptorSetRef.bindings) { in BeginBackendFrame()
267cpuDescriptorSetRef.images[bindingRef.resourceIndex].resource.handle)) { in BeginBackendFrame()
320 for (const auto& cpuDescriptorSetRef : cpuDescriptorSets) { in BeginBackendFrame() local
321 if (cpuDescriptorSetRef.hasPlatformConversionBindings) { in BeginBackendFrame()
323 for (const auto& bindingRef : cpuDescriptorSetRef.bindings) { in BeginBackendFrame()
330cpuDescriptorSetRef.images[bindingRef.resourceIndex].resource.handle)) { in BeginBackendFrame()