/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_framebuffer.cpp | 278 const WebGLAttachmentInfo& info, std::vector<WebGLAttachment*>& attachments) const in CheckAttachmentComplete() 285 attachments[0] = attachedObject; // attachments[0]: depthAttachment in CheckAttachmentComplete() 292 attachments[1] = attachedObject; // attachments[1]: stencilAttachment in CheckAttachmentComplete() 299 attachments[2] = attachedObject; // attachments[2]: depthStencilAttachment in CheckAttachmentComplete() 330 std::vector<WebGLAttachment*>& attachments) const in CheckAttachStatus() 334 if (!context->IsHighWebGL() && ((attachments[2] && (attachments[0] || attachments[1])) || in CheckAttachStatus() 335 (attachments[0] && attachments[1]))) { in CheckAttachStatus() 339 …if (context->IsHighWebGL() && (attachments[0] && attachments[1] && attachments[0]->id != attachmen… in CheckAttachStatus() 351 std::vector<WebGLAttachment*> attachments = {nullptr, nullptr, nullptr}; in CheckStatus() local 357 result = CheckStatus(env, context, info, attachments, attachedObject); in CheckStatus() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | pipeline_create_functions_vk.cpp | 55 PLUGIN_ASSERT(attachments.size() <= newAttachments.size()); in CreateAttachmentDescriptions() 61 for (size_t idx = 0; idx < attachments.size(); ++idx) { in CreateAttachmentDescriptions() 62 const auto& attachmentRef = attachments[idx]; in CreateAttachmentDescriptions() 89 PLUGIN_ASSERT(attachments.size() <= newAttachments.size()); in CreateAttachmentDescriptions2() 95 for (size_t idx = 0; idx < attachments.size(); ++idx) { in CreateAttachmentDescriptions2() 96 const auto& attachmentRef = attachments[idx]; in CreateAttachmentDescriptions2() 128 PLUGIN_ASSERT(attachments.size() <= newAttachments.size()); in CreateAttachmentDescriptionsCompatibility() 130 for (size_t idx = 0; idx < attachments.size(); ++idx) { in CreateAttachmentDescriptionsCompatibility() 156 for (size_t idx = 0; idx < attachments.size(); ++idx) { in CreateAttachmentDescriptionsCompatibility2() 249 … const auto attachments = array_view(renderPassDesc.attachments, renderPassDesc.attachmentCount); in CreateRenderPassCombined() local [all …]
|
H A D | node_context_pool_manager_vk.cpp | 78 renderPassCompatibilityDesc.attachments[idx]; in HashRenderPassCompatibility() 85 … HashCombine(hash, (static_cast<uint64_t>(renderPassDesc.attachments[idx].layer) << 32ULL) | in HashRenderPassCompatibility() 86 … (static_cast<uint64_t>(renderPassDesc.attachments[idx].mipLevel))); in HashRenderPassCompatibility() 106 const RenderPassDesc::AttachmentDesc& atDesc = renderPassDesc.attachments[idx]; in HashFramebuffer() 116 const auto& attachRef = renderPassDesc.attachments[idx]; in HashRenderPassOps() 167 const RenderPassDesc::AttachmentDesc& attachmentDesc = renderPassDesc.attachments[idx]; in CreateFramebuffer() 430 … renderPassData.renderPassCompatibilityDesc.attachments[idx] = { platData.format, platData.samples, in GetRenderPassData() 435 const auto& attachmentRef = beginRenderPass.renderPassDesc.attachments[idx]; in GetRenderPassData()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/tests/ |
H A D | demo.txt | 69 "alias": "attachments", 70 "colName": "attachments", 103 "alias": "attachments", 104 "colName": "attachments", 137 "alias": "attachments", 138 "colName": "attachments", 171 "alias": "attachments", 172 "colName": "attachments", 251 "alias": "attachments", 252 "colName": "attachments",
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | node_context_pool_manager_gles.cpp | 65 images[idx].layer = renderPassDesc.attachments[idx].layer; in UpdateBindImages() 66 images[idx].mipLevel = renderPassDesc.attachments[idx].mipLevel; in UpdateBindImages() 78 HashCombine(rpHash, renderPassDesc.attachments[idx].layer); in HashRPD() 79 HashCombine(rpHash, renderPassDesc.attachments[idx].mipLevel); in HashRPD() 587 array_view<RenderPassDesc::AttachmentDesc> attachments) in MapColorAttachments() argument 611 attachments[resolve].loadOp = attachments[color].loadOp; in MapColorAttachments() 612 attachments[resolve].clearValue = attachments[color].clearValue; in MapColorAttachments() 618 array_view<RenderPassDesc::AttachmentDesc> attachments) in MapDepthAttachments() argument 640 attachments[resolve].loadOp = attachments[depth].loadOp; in MapDepthAttachments() 641 attachments[resolve].clearValue = attachments[depth].clearValue; in MapDepthAttachments() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_node_util.cpp | 155 if (!renderPass.attachments.empty()) { in CreateInputRenderPass() 156 rp.attachments.reserve(renderPass.attachments.size()); in CreateInputRenderPass() 157 for (const auto& ref : renderPass.attachments) { in CreateInputRenderPass() 160 …rp.attachments.push_back(RenderNodeAttachment { handle, ref.loadOp, ref.storeOp, ref.stencilLoadOp, in CreateInputRenderPass() 271 const uint32_t attachmentCount = static_cast<uint32_t>(renderPass.attachments.size()); in CreateRenderPass() 277 for (size_t idx = 0; idx < renderPass.attachments.size(); ++idx) { in CreateRenderPass() 278 const auto& ref = renderPass.attachments[idx]; in CreateRenderPass() 279 … rpDesc.attachments[idx] = { ref.layer, ref.mip, ref.loadOp, ref.storeOp, ref.stencilLoadOp, in CreateRenderPass() 403 for (const auto& ref : renderPass.attachments) { in HasChangeableResources()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/assets/3d/rendernodegraphs/ |
H A D | core3d_rng_cam_scene_lwrp_msaa_gles.rng | 60 "attachments": [ 93 "attachments": [ 127 "attachments": [
|
H A D | core3d_rng_cam_scene_deferred.rng | 106 "attachments": [ 164 "attachments": [ 217 "attachments": [ 274 "attachments": [ 326 "attachments": [
|
H A D | core3d_rng_cam_scene_lwrp.rng | 66 "attachments": [ 103 "attachments": [ 141 "attachments": [
|
H A D | core3d_rng_cam_scene_hdrp_msaa.rng | 71 "attachments": [ 110 "attachments": [ 148 "attachments": [
|
H A D | core3d_rng_reflection_cam_scene.rng | 57 "attachments": [ 95 "attachments": [ 132 "attachments": [
|
H A D | core3d_rng_cam_scene_hdrp.rng | 87 "attachments": [ 125 "attachments": [ 162 "attachments": [
|
H A D | core3d_rng_cam_scene_lwrp_msaa.rng | 66 "attachments": [ 109 "attachments": [ 152 "attachments": [
|
H A D | core3d_rng_reflection_cam_scene_msaa.rng | 58 "attachments": [ 102 "attachments": [ 144 "attachments": [
|
H A D | core3d_rng_cam_scene_hdrp_msaa_depth.rng | 75 "attachments": [ 120 "attachments": [ 163 "attachments": [
|
H A D | core3d_rng_cam_scene_lwrp_msaa_depth.rng | 70 "attachments": [ 119 "attachments": [ 167 "attachments": [
|
H A D | core3d_rng_cam_scene_pre_pass.rng | 53 "attachments": [ 84 "attachments": [
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/ |
H A D | webgl_framebuffer.h | 120 std::vector<WebGLAttachment*>& attachments, WebGLAttachment* attachedObject) const; 122 std::vector<WebGLAttachment*>& attachments) const; 128 const WebGLAttachmentInfo& info, std::vector<WebGLAttachment*>& attachments) const;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_blur.cpp | 114 renderPass.renderPassDesc.attachments[0].loadOp = CORE_ATTACHMENT_LOAD_OP_DONT_CARE; in Execute() 115 renderPass.renderPassDesc.attachments[0].storeOp = CORE_ATTACHMENT_STORE_OP_STORE; in Execute() 214 renderPass.renderPassDesc.attachments[0].mipLevel = renderPassMipLevel; in RenderData() 371 renderPass.renderPassDesc.attachments[0].mipLevel = mip; in RenderGaussian() 388 renderPass.renderPassDesc.attachments[0].mipLevel = mip - 1u; in RenderGaussian() 397 renderPass.renderPassDesc.attachments[0].mipLevel = mip; in RenderGaussian()
|
H A D | render_node_back_buffer.cpp | 178 if (!inputRenderPass_.attachments.empty()) { in UpdateColorAttachmentSize() 179 dstImageHandle = inputRenderPass_.attachments[0].handle; in UpdateColorAttachmentSize() 181 …const GpuImageDesc& desc = gpuResourceMgr.GetImageDescriptor(inputRenderPass_.attachments[0].handl… in UpdateColorAttachmentSize()
|
H A D | render_node_shader_passes_generic.cpp | 61 CloneData(rp.renderPassDesc.attachments, sizeof(rp.renderPassDesc.attachments), in ConvertToLowLevelRenderPass() 62 … renderPassInput.renderPassDesc.attachments, sizeof(renderPassInput.renderPassDesc.attachments)); in ConvertToLowLevelRenderPass()
|
H A D | render_motion_blur.cpp | 193 renderPass.renderPassDesc.attachments[0].loadOp = CORE_ATTACHMENT_LOAD_OP_DONT_CARE; in Execute() 194 renderPass.renderPassDesc.attachments[0].storeOp = CORE_ATTACHMENT_STORE_OP_STORE; in Execute() 248 renderPass.renderPassDesc.attachments[0].loadOp = CORE_ATTACHMENT_LOAD_OP_DONT_CARE; in ExecuteTileVelocity() 249 renderPass.renderPassDesc.attachments[0].storeOp = CORE_ATTACHMENT_STORE_OP_STORE; in ExecuteTileVelocity()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_copy_helper.cpp | 42 rp.renderPassDesc.attachments[0u].loadOp = AttachmentLoadOp::CORE_ATTACHMENT_LOAD_OP_DONT_CARE; in CreateRenderPass() 43 rp.renderPassDesc.attachments[0u].storeOp = AttachmentStoreOp::CORE_ATTACHMENT_STORE_OP_STORE; in CreateRenderPass()
|
/ohos5.0/docs/en/application-dev/application-models/ |
H A D | start-email-apps.md | 16 … | No | Email attachments (URI list of the attachments).… 17 …ags) | No | At least the read permission must be granted on the email attachments. This parameter… 111 | stream | string[ ] | No | Email attachments (URI list of the attachments). |
|
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/ |
H A D | mms_msg.cpp | 301 bool MmsMsg::GetAllAttachment(std::vector<MmsAttachment> &attachments) in GetAllAttachment() argument 303 attachments.clear(); in GetAllAttachment() 354 attachments.push_back(attachment); in GetAllAttachment()
|