/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 384 BASE_FORMAT_UNDEFINED, // undefine [all...] |
H A D | gpu_program_util.cpp | 156 case BASE_FORMAT_UNDEFINED: in FormatByteSize()
|
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 }); 653 {}, sad.handle, beginIndex, 1, move(copiedData), nullptr, Format::BASE_FORMAT_UNDEFINED, 0u, false }); 723 if (info.descriptor.imageDescriptor.format == Format::BASE_FORMAT_UNDEFINED) { 724 PLUGIN_LOG_E("Undefined image BASE_FORMAT_UNDEFINED (input format %u)", static_cast<uint32_t>(desc.format)); 804 Format format = Format::BASE_FORMAT_UNDEFINED; 844 Format format = Format::BASE_FORMAT_UNDEFINED; 1117 if (info.descriptor.imageDescriptor.format == Format::BASE_FORMAT_UNDEFINED) { 1118 PLUGIN_LOG_E("Undefined image BASE_FORMAT_UNDEFINED (input format %u)", static_cast<uint32_t>(desc.format)); 1160 if (info.descriptor.imageDescriptor.format == Format::BASE_FORMAT_UNDEFINED) { [all...] |
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 };
|
/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()
|
/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 };
|
H A D | render_staging.cpp | 183 if (ref.format != Format::BASE_FORMAT_UNDEFINED) { in CopyBuffersToImages() 278 BASE_NS::Format::BASE_FORMAT_UNDEFINED, // format
|
/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()
|
/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 };
|
/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 };
|
/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()
|
/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 };
|
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/ |
H A D | formats.h | 30 BASE_FORMAT_UNDEFINED = 0, enumerator
|
/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 };
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/ |
H A D | vertex_input_declaration_loader.cpp | 81 if (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" },
|
/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")
|
/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()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | mesh_builder.cpp | 358 { 0, 0, BASE_FORMAT_UNDEFINED, false, false, nullptr, nullptr }, 435 properties.format != BASE_FORMAT_UNDEFINED, "Format not supported (%u).", vertexAttributeDesc->format); in GetVertexAttributeByteSize() 613 if (dstFormat.format == BASE_FORMAT_UNDEFINED) { in Fill() 625 if (srcFormat.format == BASE_FORMAT_UNDEFINED) { in Fill() 1370 if (posFormat.format == BASE_FORMAT_UNDEFINED) { in CalculateAABB() 1726 if (posFormat.format == BASE_FORMAT_UNDEFINED) { in GatherDeltasP() 1805 if (posFormat.format == BASE_FORMAT_UNDEFINED) { in GatherDeltasPN() 1818 if (norFormat.format == BASE_FORMAT_UNDEFINED) { in GatherDeltasPN() 1921 if (posFormat.format == BASE_FORMAT_UNDEFINED) { in GatherDeltasPNT() 1934 if (norFormat.format == BASE_FORMAT_UNDEFINED) { in GatherDeltasPNT() [all...] |
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/ |
H A D | render_data_defines_3d.h | 563 BASE_NS::Format format { BASE_NS::Format::BASE_FORMAT_UNDEFINED };
|