Home
last modified time | relevance | path

Searched refs:BASE_FORMAT_UNDEFINED (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Ddevice.cpp69 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 Dgpu_resource_manager.cpp123 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 Dgpu_program_util.cpp156 case BASE_FORMAT_UNDEFINED: in FormatByteSize()
H A Dgpu_resource_manager.h97 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 Dswapchain_gles.cpp47 { 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 Dgpu_image_gles.cpp49 if (fmt.coreFormat == BASE_FORMAT_UNDEFINED) { in ConvertFormat()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_blur.h65 BASE_NS::Format format { BASE_NS::Format::BASE_FORMAT_UNDEFINED };
75 BASE_NS::Format format { BASE_NS::Format::BASE_FORMAT_UNDEFINED };
H A Drender_node_back_buffer.h82 BASE_NS::Format format { BASE_NS::Format::BASE_FORMAT_UNDEFINED };
H A Drender_bloom.h126 BASE_NS::Format format_ { BASE_NS::Format::BASE_FORMAT_UNDEFINED }; in RENDER_BEGIN_NAMESPACE()
H A Drender_staging.cpp183 if (ref.format != Format::BASE_FORMAT_UNDEFINED) { in CopyBuffersToImages()
278 BASE_NS::Format::BASE_FORMAT_UNDEFINED, // format in PreExecuteFrame()
H A Drender_node_create_gpu_images.cpp170 if (desc.format != Format::BASE_FORMAT_UNDEFINED) { in InitNode()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dgpu_resource_desc.h325 BASE_NS::Format format { BASE_NS::Format::BASE_FORMAT_UNDEFINED };
361 BASE_NS::Format format { BASE_NS::Format::BASE_FORMAT_UNDEFINED };
H A Dpipeline_state_desc.h1262 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 Dplatform_hardware_buffer.cpp24 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 Dgl_util.h504 { 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 Dimage_loader_common.cpp155 format = Format::BASE_FORMAT_UNDEFINED; in ResolveFormat()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/image/
H A Dintf_image_container.h112 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 Dmesh_builder.cpp613 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 Dformats.h30 BASE_FORMAT_UNDEFINED = 0, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/
H A Dplatform_hardware_buffer_util.cpp77 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 Drender_node_default_shadows_blur.h59 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 Dcamera_component.h103 BASE_NS::Format format { BASE_NS::Format::BASE_FORMAT_UNDEFINED };
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Dvertex_input_declaration_loader.cpp81 … (vertexInputDeclarationData_.attributeDescriptions[idx].format == Format::BASE_FORMAT_UNDEFINED) { in LoadState()
H A Djson_format_serialization.h28 { BASE_NS::Format::BASE_FORMAT_UNDEFINED, "undefined" },
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dcamera_component_manager.cpp82 DECL_ENUM(Format, BASE_FORMAT_UNDEFINED, "BASE_FORMAT_UNDEFINED")

12