/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | device.cpp | 69 BASE_FORMAT_UNDEFINED, 92 BASE_FORMAT_UNDEFINED, // undefined 152 BASE_FORMAT_UNDEFINED, // undefined 360 BASE_FORMAT_UNDEFINED, // undefined 364 BASE_FORMAT_UNDEFINED, // undefined 368 BASE_FORMAT_UNDEFINED, // undefined 372 BASE_FORMAT_UNDEFINED, // undefined 376 BASE_FORMAT_UNDEFINED, // undefined 380 BASE_FORMAT_UNDEFINED, // undefined 397 BASE_FORMAT_UNDEFINED, [all …]
|
H A D | gpu_resource_manager.cpp | 123 if (desc.format == Format::BASE_FORMAT_UNDEFINED) { in ValidateGpuImageDesc() 650 … move(copiedData), nullptr, Format::BASE_FORMAT_UNDEFINED, stagingBufferByteSize, false }); in Create() 653 …{}, sad.handle, beginIndex, 1, move(copiedData), nullptr, Format::BASE_FORMAT_UNDEFINED, 0u, false… in Create() 723 if (info.descriptor.imageDescriptor.format == Format::BASE_FORMAT_UNDEFINED) { in CreateImage() 805 Format format = Format::BASE_FORMAT_UNDEFINED; in Create() 845 Format format = Format::BASE_FORMAT_UNDEFINED; in Create() 1117 if (info.descriptor.imageDescriptor.format == Format::BASE_FORMAT_UNDEFINED) { in CreateSwapchainImage() 1160 if (info.descriptor.imageDescriptor.format == Format::BASE_FORMAT_UNDEFINED) { in CreateShallowHandle() 2286 Format format = Format::BASE_FORMAT_UNDEFINED; in GetFormatProperties() 2315 Format format = Format::BASE_FORMAT_UNDEFINED; in GetImageAspectFlags() [all …]
|
H A D | gpu_program_util.cpp | 156 case BASE_FORMAT_UNDEFINED: in FormatByteSize()
|
H A D | gpu_resource_manager.h | 97 BASE_NS::Format format { BASE_NS::Format::BASE_FORMAT_UNDEFINED }; 111 BASE_NS::Format format { BASE_NS::Format::BASE_FORMAT_UNDEFINED };
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | swapchain_gles.cpp | 47 { BASE_FORMAT_UNDEFINED, 0, 0, 0, 0, GL_NONE, GL_NONE } }; 51 { BASE_FORMAT_UNDEFINED, 0, 0, 0, 0, GL_NONE, GL_NONE } }; 77 auto depthFormat = BASE_FORMAT_UNDEFINED; in GetDepthFormat() 110 if (format[i].format == BASE_FORMAT_UNDEFINED) { in RgbToFormat() 119 return BASE_FORMAT_UNDEFINED; in RgbToFormat()
|
H A D | gpu_image_gles.cpp | 49 if (fmt.coreFormat == BASE_FORMAT_UNDEFINED) { in ConvertFormat()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_blur.h | 65 BASE_NS::Format format { BASE_NS::Format::BASE_FORMAT_UNDEFINED }; 75 BASE_NS::Format format { BASE_NS::Format::BASE_FORMAT_UNDEFINED };
|
H A D | render_node_back_buffer.h | 82 BASE_NS::Format format { BASE_NS::Format::BASE_FORMAT_UNDEFINED };
|
H A D | render_bloom.h | 126 BASE_NS::Format format_ { BASE_NS::Format::BASE_FORMAT_UNDEFINED }; in RENDER_BEGIN_NAMESPACE()
|
H A D | render_staging.cpp | 183 if (ref.format != Format::BASE_FORMAT_UNDEFINED) { in CopyBuffersToImages() 278 BASE_NS::Format::BASE_FORMAT_UNDEFINED, // format in PreExecuteFrame()
|
H A D | render_node_create_gpu_images.cpp | 170 if (desc.format != Format::BASE_FORMAT_UNDEFINED) { in InitNode()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/ |
H A D | gpu_resource_desc.h | 325 BASE_NS::Format format { BASE_NS::Format::BASE_FORMAT_UNDEFINED }; 361 BASE_NS::Format format { BASE_NS::Format::BASE_FORMAT_UNDEFINED };
|
H A D | pipeline_state_desc.h | 1262 BASE_NS::Format format { BASE_NS::Format::BASE_FORMAT_UNDEFINED }; 1371 BASE_NS::Format vertexFormat { BASE_NS::Format::BASE_FORMAT_UNDEFINED };
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ohos/ |
H A D | platform_hardware_buffer.cpp | 24 BASE_NS::Format format = BASE_NS::Format::BASE_FORMAT_UNDEFINED; in GetCoreFormatFromNativeBufferFormat()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/ |
H A D | gl_util.h | 504 { BASE_NS::Format::BASE_FORMAT_UNDEFINED, BASE_NS::Format::BASE_FORMAT_UNDEFINED, 505 BASE_NS::Format::BASE_FORMAT_UNDEFINED, GL_NONE, false, 0, 0, 0, 0 }, 512 if ((GL_IMAGE_FORMATS[i].coreFormat == BASE_NS::Format::BASE_FORMAT_UNDEFINED) || in GetFormatInfo()
|
H A D | image_loader_common.cpp | 155 format = Format::BASE_FORMAT_UNDEFINED; in ResolveFormat()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/image/ |
H A D | intf_image_container.h | 112 BASE_NS::Format format { BASE_NS::Format::BASE_FORMAT_UNDEFINED }; in CORE_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | mesh_builder.cpp | 613 if (dstFormat.format == BASE_FORMAT_UNDEFINED) { in Fill() 625 if (srcFormat.format == BASE_FORMAT_UNDEFINED) { in Fill() 1372 if (posFormat.format == BASE_FORMAT_UNDEFINED) { in CalculateAABB() 1728 if (posFormat.format == BASE_FORMAT_UNDEFINED) { in GatherDeltasP() 1807 if (posFormat.format == BASE_FORMAT_UNDEFINED) { in GatherDeltasPN() 1820 if (norFormat.format == BASE_FORMAT_UNDEFINED) { in GatherDeltasPN() 1923 if (posFormat.format == BASE_FORMAT_UNDEFINED) { in GatherDeltasPNT() 1936 if (norFormat.format == BASE_FORMAT_UNDEFINED) { in GatherDeltasPNT() 1949 if (tanFormat.format == BASE_FORMAT_UNDEFINED) { in GatherDeltasPNT() 2060 if (jointFormat.format == BASE_FORMAT_UNDEFINED) { in CalculateJointBounds() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/ |
H A D | formats.h | 30 BASE_FORMAT_UNDEFINED = 0, enumerator
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/ |
H A D | platform_hardware_buffer_util.cpp | 77 const bool useExternalFormat = (validDesc.format == BASE_NS::BASE_FORMAT_UNDEFINED); in CreateHwPlatformImage()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_default_shadows_blur.h | 59 BASE_NS::Format format { BASE_NS::Format::BASE_FORMAT_UNDEFINED }; in CORE3D_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/ |
H A D | camera_component.h | 103 BASE_NS::Format format { BASE_NS::Format::BASE_FORMAT_UNDEFINED };
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/ |
H A D | vertex_input_declaration_loader.cpp | 81 … (vertexInputDeclarationData_.attributeDescriptions[idx].format == Format::BASE_FORMAT_UNDEFINED) { in LoadState()
|
H A D | json_format_serialization.h | 28 { BASE_NS::Format::BASE_FORMAT_UNDEFINED, "undefined" },
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | camera_component_manager.cpp | 82 DECL_ENUM(Format, BASE_FORMAT_UNDEFINED, "BASE_FORMAT_UNDEFINED")
|