Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_desc_flag_validation.h38 CORE_IMAGE_USAGE_STORAGE_BIT | CORE_IMAGE_USAGE_COLOR_ATTACHMENT_BIT |
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_image_gles.cpp175 if ((desc.usageFlags & CORE_IMAGE_USAGE_STORAGE_BIT)) { in GpuImageGLES()
184 const bool isStorage = (desc_.usageFlags & CORE_IMAGE_USAGE_STORAGE_BIT); in GpuImageGLES()
H A Dnode_context_pool_manager_gles.cpp288 const bool isStorage = (desc.usageFlags & CORE_IMAGE_USAGE_STORAGE_BIT); in BindToFbo()
340 const bool isStorage = (desc.usageFlags & CORE_IMAGE_USAGE_STORAGE_BIT); in BindToFboMultisampled()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dgpu_resource_desc.h72 CORE_IMAGE_USAGE_STORAGE_BIT = 0x00000008, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_image_vk.cpp70 if (desc.usageFlags & ImageUsageFlagBits::CORE_IMAGE_USAGE_STORAGE_BIT) { in ValidateFormat()
83 …CORE_IMAGE_USAGE_SAMPLED_BIT | CORE_IMAGE_USAGE_STORAGE_BIT | CORE_IMAGE_USAGE_COLOR_ATTACHMENT_BI…
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_create_gpu_images.cpp126 } else if (desc.usageFlags & CORE_IMAGE_USAGE_STORAGE_BIT) { in CheckFormat()
H A Drender_bloom.cpp532 usageFlags = CORE_IMAGE_USAGE_STORAGE_BIT | CORE_IMAGE_USAGE_SAMPLED_BIT; in CreateTargets()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_parser_util.cpp114 { ImageUsageFlagBits::CORE_IMAGE_USAGE_STORAGE_BIT, "storage" },
H A Drender_command_list.cpp100 …alidateImageUsageFlags(nodeName, gpuResourceMgr, ref.resource.handle, CORE_IMAGE_USAGE_STORAGE_BIT, in ValidateDescriptorTypeBinding()