Home
last modified time | relevance | path

Searched refs:attachments (Results 1 – 25 of 73) sorted by relevance

123

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_framebuffer.cpp278 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 Dpipeline_create_functions_vk.cpp55 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 Dnode_context_pool_manager_vk.cpp78 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 Ddemo.txt69 "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 Dnode_context_pool_manager_gles.cpp65 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 Drender_node_util.cpp155 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 Dcore3d_rng_cam_scene_lwrp_msaa_gles.rng60 "attachments": [
93 "attachments": [
127 "attachments": [
H A Dcore3d_rng_cam_scene_deferred.rng106 "attachments": [
164 "attachments": [
217 "attachments": [
274 "attachments": [
326 "attachments": [
H A Dcore3d_rng_cam_scene_lwrp.rng66 "attachments": [
103 "attachments": [
141 "attachments": [
H A Dcore3d_rng_cam_scene_hdrp_msaa.rng71 "attachments": [
110 "attachments": [
148 "attachments": [
H A Dcore3d_rng_reflection_cam_scene.rng57 "attachments": [
95 "attachments": [
132 "attachments": [
H A Dcore3d_rng_cam_scene_hdrp.rng87 "attachments": [
125 "attachments": [
162 "attachments": [
H A Dcore3d_rng_cam_scene_lwrp_msaa.rng66 "attachments": [
109 "attachments": [
152 "attachments": [
H A Dcore3d_rng_reflection_cam_scene_msaa.rng58 "attachments": [
102 "attachments": [
144 "attachments": [
H A Dcore3d_rng_cam_scene_hdrp_msaa_depth.rng75 "attachments": [
120 "attachments": [
163 "attachments": [
H A Dcore3d_rng_cam_scene_lwrp_msaa_depth.rng70 "attachments": [
119 "attachments": [
167 "attachments": [
H A Dcore3d_rng_cam_scene_pre_pass.rng53 "attachments": [
84 "attachments": [
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_framebuffer.h120 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 Drender_blur.cpp114 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 Drender_node_back_buffer.cpp178 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 Drender_node_shader_passes_generic.cpp61 CloneData(rp.renderPassDesc.attachments, sizeof(rp.renderPassDesc.attachments), in ConvertToLowLevelRenderPass()
62 … renderPassInput.renderPassDesc.attachments, sizeof(renderPassInput.renderPassDesc.attachments)); in ConvertToLowLevelRenderPass()
H A Drender_motion_blur.cpp193 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 Drender_copy_helper.cpp42 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 Dstart-email-apps.md16 … | 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 Dmms_msg.cpp301 bool MmsMsg::GetAllAttachment(std::vector<MmsAttachment> &attachments) in GetAllAttachment() argument
303 attachments.clear(); in GetAllAttachment()
354 attachments.push_back(attachment); in GetAllAttachment()

123