/external/toolchain-utils/cros_utils/ |
D | email_sender.py | 37 attachments=None): argument 41 email_from, msg_type, attachments) 44 email_from, msg_type, attachments) 47 email_from, msg_type, attachments): argument 68 if attachments: 69 for attachment in attachments: 84 email_from, msg_type, attachments): argument 123 if attachments: 125 for attachment in attachments:
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiGranularityTests.cpp | 82 const std::vector<AttachmentInfo>& attachments, 107 const std::vector<AttachmentInfo>& attachments, in GranularityInstance() argument 110 , m_attachments (attachments) in GranularityInstance() 402 const std::vector<AttachmentInfo>& attachments, 415 const std::vector<AttachmentInfo>& attachments, in GranularityCase() argument 418 , m_attachments (attachments) in GranularityCase() 507 std::vector<AttachmentInfo> attachments; in createGranularityQueryTests() local 508 …attachments.push_back(AttachmentInfo(format, rnd.getInt(1, maxDimension), rnd.getInt(1, maxDimensi… in createGranularityQueryTests() 509 single->addChild(new GranularityCase(testCtx, name.c_str(), description, attachments)); in createGranularityQueryTests() 513 std::vector<AttachmentInfo> attachments; in createGranularityQueryTests() local [all …]
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_common_context.c | 344 unsigned int attachments[10]; in radeon_update_renderbuffers() local 377 attachments[i++] = __DRI_BUFFER_FRONT_LEFT; in radeon_update_renderbuffers() 378 attachments[i++] = radeon_bits_per_pixel(draw->color_rb[0]); in radeon_update_renderbuffers() 383 attachments[i++] = __DRI_BUFFER_BACK_LEFT; in radeon_update_renderbuffers() 384 attachments[i++] = radeon_bits_per_pixel(draw->color_rb[1]); in radeon_update_renderbuffers() 391 attachments[i++] = __DRI_BUFFER_DEPTH_STENCIL; in radeon_update_renderbuffers() 392 attachments[i++] = radeon_bits_per_pixel(depth_rb); in radeon_update_renderbuffers() 394 attachments[i++] = __DRI_BUFFER_DEPTH; in radeon_update_renderbuffers() 395 attachments[i++] = radeon_bits_per_pixel(depth_rb); in radeon_update_renderbuffers() 397 attachments[i++] = __DRI_BUFFER_STENCIL; in radeon_update_renderbuffers() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_common_context.c | 344 unsigned int attachments[10]; in radeon_update_renderbuffers() local 377 attachments[i++] = __DRI_BUFFER_FRONT_LEFT; in radeon_update_renderbuffers() 378 attachments[i++] = radeon_bits_per_pixel(draw->color_rb[0]); in radeon_update_renderbuffers() 383 attachments[i++] = __DRI_BUFFER_BACK_LEFT; in radeon_update_renderbuffers() 384 attachments[i++] = radeon_bits_per_pixel(draw->color_rb[1]); in radeon_update_renderbuffers() 391 attachments[i++] = __DRI_BUFFER_DEPTH_STENCIL; in radeon_update_renderbuffers() 392 attachments[i++] = radeon_bits_per_pixel(depth_rb); in radeon_update_renderbuffers() 394 attachments[i++] = __DRI_BUFFER_DEPTH; in radeon_update_renderbuffers() 395 attachments[i++] = radeon_bits_per_pixel(depth_rb); in radeon_update_renderbuffers() 397 attachments[i++] = __DRI_BUFFER_STENCIL; in radeon_update_renderbuffers() [all …]
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.fbo.completeness.txt | 31 + Single attachments with all standard (and many extension) formats 32 + All combinations of color, depth and stencil attachments 34 + Differently sized attachments 35 + Multilayer attachments 36 + Compatibility of multisample attachments 54 images and attachments, the set of expected status values and the actual 72 * If there are no attachments, GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT 80 Note that GLES3 requires the depth and stencil attachments to be the same 83 attachments. 94 attachments with different sizes. The glCheckFramebufferStatus call is [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboInvalidateTests.cpp | 56 vector<deUint32> attachments; in getDefaultFBDiscardAttachments() local 59 attachments.push_back(GL_COLOR); in getDefaultFBDiscardAttachments() 62 attachments.push_back(GL_DEPTH); in getDefaultFBDiscardAttachments() 65 attachments.push_back(GL_STENCIL); in getDefaultFBDiscardAttachments() 67 return attachments; in getDefaultFBDiscardAttachments() 72 vector<deUint32> attachments; in getFBODiscardAttachments() local 75 attachments.push_back(GL_COLOR_ATTACHMENT0); in getFBODiscardAttachments() 79 attachments.push_back(GL_DEPTH_STENCIL_ATTACHMENT); in getFBODiscardAttachments() 81 attachments.push_back(GL_DEPTH_ATTACHMENT); in getFBODiscardAttachments() 83 attachments.push_back(GL_STENCIL_ATTACHMENT); in getFBODiscardAttachments() [all …]
|
D | es3fFragmentOutputTests.cpp | 570 vector<AttachmentData> attachments (numAttachments); in iterate() local 587 attachments[ndx].format = texFmt; in iterate() 588 attachments[ndx].readFormat = readFmt; in iterate() 589 attachments[ndx].referenceFormat = refFmt; in iterate() 590 attachments[ndx].renderedData.resize(readFmt.getPixelSize()*attachmentW*attachmentH); in iterate() 591 attachments[ndx].referenceData.resize(refFmt.getPixelSize()*attachmentW*attachmentH); in iterate() 639 DE_ASSERT(output.location+vecNdx < (int)attachments.size()); in iterate() 640 attachments[output.location+vecNdx].numWrittenChannels = numScalars; in iterate() 641 attachments[output.location+vecNdx].outPrecision = output.precision; in iterate() 650 if (de::inBounds(output.location+vecNdx, 0, (int)attachments.size())) in iterate() [all …]
|
/external/skia/src/gpu/vk/ |
D | GrVkFramebuffer.cpp | 23 VkImageView attachments[3]; in Create() local 24 attachments[0] = colorAttachment->imageView(); in Create() 27 attachments[numAttachments++] = stencilAttachment->imageView(); in Create() 37 createInfo.pAttachments = attachments; in Create()
|
D | GrVkRenderPass.cpp | 57 SkTArray<VkAttachmentDescription> attachments(numAttachments); in init() local 58 attachments.reset(numAttachments); in init() 59 memset(attachments.begin(), 0, numAttachments * sizeof(VkAttachmentDescription)); in init() 80 setup_vk_attachment_description(&attachments[currentAttachment], in init() 103 setup_vk_attachment_description(&attachments[currentAttachment], in init() 130 createInfo.pAttachments = attachments.begin(); in init()
|
/external/deqp/doc/testspecs/GLES2/ |
D | functional.fbo.completeness.txt | 30 + Single attachments with all standard (and many extension) formats 31 + All combinations of color0, depth and stencil attachments 32 - And other color attachments if GL_NV_fbo_color_attachments is exposed 35 + Differently sized attachments 53 images and attachments, the set of expected status values and the actual 99 * If there are no attachments, GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT 106 color attachments are used in the tests. 111 Note that GLES2, unlike GLES3, allows the depth and stencil attachments to be 119 combination of attachments and formats such that the framebuffer checks as 131 attachments with different sizes. The glCheckFramebufferStatus call is
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_wayland.c | 424 unsigned int *attachments, int count, in dri2_get_buffers_with_format() argument 456 assert(attachments[i] < __DRI_BUFFER_COUNT); in dri2_get_buffers_with_format() 459 dri2_prior_buffer_creation(dri2_surf, attachments[i]); in dri2_get_buffers_with_format() 461 if (dri2_surf->dri_buffers[attachments[i]] == NULL) { in dri2_get_buffers_with_format() 463 dri2_surf->dri_buffers[attachments[i]] = in dri2_get_buffers_with_format() 465 attachments[i], attachments[i+1], in dri2_get_buffers_with_format() 468 if (!dri2_surf->dri_buffers[attachments[i]]) in dri2_get_buffers_with_format() 471 if (attachments[i] == __DRI_BUFFER_BACK_LEFT) in dri2_get_buffers_with_format() 472 dri2_process_back_buffer(dri2_surf, attachments[i+1]); in dri2_get_buffers_with_format() 476 dri2_surf->dri_buffers[attachments[i]], in dri2_get_buffers_with_format() [all …]
|
D | platform_drm.c | 245 unsigned int *attachments, int count, in dri2_get_buffers_with_format() argument 253 assert(attachments[i] < __DRI_BUFFER_COUNT); in dri2_get_buffers_with_format() 256 switch (attachments[i]) { in dri2_get_buffers_with_format() 264 if (get_aux_bo(dri2_surf, attachments[i], attachments[i + 1], in dri2_get_buffers_with_format() 286 unsigned int *attachments, int count, in dri2_get_buffers() argument 301 attachments_with_format[2*i] = attachments[i]; in dri2_get_buffers()
|
D | platform_android.c | 387 unsigned int *attachments, int count) in droid_get_buffers_parse_attachments() argument 398 switch (attachments[i]) { in droid_get_buffers_parse_attachments() 401 buf->attachment = attachments[i]; in droid_get_buffers_parse_attachments() 419 attachments[i], attachments[i + 1]); in droid_get_buffers_parse_attachments() 443 unsigned int *attachments, int count, in droid_get_buffers_with_format() argument 466 droid_get_buffers_parse_attachments(dri2_surf, attachments, count); in droid_get_buffers_with_format()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_context.c | 251 unsigned int attachments[10]; in nouveau_update_renderbuffers() local 260 attachments[i++] = __DRI_BUFFER_FRONT_LEFT; in nouveau_update_renderbuffers() 262 attachments[i++] = __DRI_BUFFER_BACK_LEFT; in nouveau_update_renderbuffers() 264 attachments[i++] = __DRI_BUFFER_DEPTH_STENCIL; in nouveau_update_renderbuffers() 266 attachments[i++] = __DRI_BUFFER_DEPTH; in nouveau_update_renderbuffers() 268 attachments[i++] = __DRI_BUFFER_STENCIL; in nouveau_update_renderbuffers() 271 attachments, i, &count, in nouveau_update_renderbuffers()
|
/external/libmojo/ipc/ |
D | ipc_message.cc | 152 std::vector<scoped_refptr<IPC::BrokerableAttachment>> attachments( in SerializedIdsOfBrokerableAttachments() local 154 CHECK_LE(attachments.size(), std::numeric_limits<size_t>::max() / in SerializedIdsOfBrokerableAttachments() 156 size_t size = attachments.size() * BrokerableAttachment::kNonceSize; in SerializedIdsOfBrokerableAttachments() 158 for (size_t i = 0; i < attachments.size(); ++i) { in SerializedIdsOfBrokerableAttachments() 160 BrokerableAttachment::AttachmentId id = attachments[i]->GetIdentifier(); in SerializedIdsOfBrokerableAttachments()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
D | Mailer.java | 167 String aSubject, String aMessage, String[] attachments) { in sendMultiPartMessage() argument 214 for (int i = 0; i < attachments.length; i++) { in sendMultiPartMessage() 217 FileDataSource attachment = new FileDataSource(attachments[i]); in sendMultiPartMessage() 219 File attachmentFile=new File(attachments[i]); in sendMultiPartMessage()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeBufferApiTests.cpp | 763 std::vector<deUint32> attachments (4); in draw_buffers() local 769 attachments[0] = (glw::GLenum) (GL_COLOR_ATTACHMENT0 + maxColorAttachments); in draw_buffers() 770 attachments[1] = GL_COLOR_ATTACHMENT0; in draw_buffers() 771 attachments[2] = GL_COLOR_ATTACHMENT1; in draw_buffers() 772 attachments[3] = GL_NONE; in draw_buffers() 792 ctx.glDrawBuffers (4, &attachments[0]); in draw_buffers() 812 ctx.glDrawBuffers (4, &attachments[0]); in draw_buffers() 1677 deUint32 attachments[3]; in invalidate_framebuffer() local 1683 attachments[0] = GL_COLOR_ATTACHMENT0; in invalidate_framebuffer() 1684 attachments[1] = GL_COLOR_ATTACHMENT0 + maxColorAttachments; in invalidate_framebuffer() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktRenderPassTests.cpp | 640 RenderPass (const vector<Attachment>& attachments, in RenderPass() argument 643 : m_attachments (attachments) in RenderPass() 731 const vector<Attachment>& attachments = renderPass.getAttachments(); in logRenderPassInfo() local 733 for (size_t attachmentNdx = 0; attachmentNdx < attachments.size(); attachmentNdx++) in logRenderPassInfo() 736 const Attachment& attachment = attachments[attachmentNdx]; in logRenderPassInfo() 1103 vector<VkAttachmentDescription> attachments; in createRenderPass() local 1110 …attachments.push_back(createAttachmentDescription(renderPassInfo.getAttachments()[attachmentNdx])); in createRenderPass() 1124 (deUint32)attachments.size(), in createRenderPass() 1125 (attachments.empty() ? DE_NULL : &attachments[0]), in createRenderPass() 1140 const vector<VkImageView>& attachments) in createFramebuffer() argument [all …]
|
/external/mesa3d/src/gbm/backends/dri/ |
D | gbm_driint.h | 62 unsigned int *attachments, int count, 67 unsigned int *attachments, int count,
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/ |
D | PVRShellAPI.cpp | 798 GLenum attachments[numAttachments]; in ApiRenderComplete() local 802 attachments[currentAttachment] = GL_COLOR_EXT; in ApiRenderComplete() 807 attachments[currentAttachment] = GL_DEPTH_EXT; in ApiRenderComplete() 812 attachments[currentAttachment] = GL_STENCIL_EXT; in ApiRenderComplete() 819 glDiscardFramebufferEXT(GL_FRAMEBUFFER_OES, currentAttachment, attachments); in ApiRenderComplete() 821 glDiscardFramebufferEXT(GL_FRAMEBUFFER, currentAttachment, attachments); in ApiRenderComplete() 823 glInvalidateFramebuffer(GL_FRAMEBUFFER, currentAttachment, attachments); in ApiRenderComplete()
|
/external/mesa3d/src/glx/ |
D | dri2.h | 70 unsigned int *attachments, int count, 80 unsigned int *attachments,
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_context.c | 929 unsigned *attachments = calloc(2 * max_attachments, sizeof(unsigned)); in intel_query_dri2_buffers() local 940 attachments[i++] = __DRI_BUFFER_FRONT_LEFT; in intel_query_dri2_buffers() 941 attachments[i++] = intel_bits_per_pixel(front_rb); in intel_query_dri2_buffers() 945 attachments[i++] = __DRI_BUFFER_BACK_LEFT; in intel_query_dri2_buffers() 946 attachments[i++] = intel_bits_per_pixel(back_rb); in intel_query_dri2_buffers() 954 attachments, i / 2, in intel_query_dri2_buffers() 957 free(attachments); in intel_query_dri2_buffers()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_context.c | 929 unsigned *attachments = calloc(2 * max_attachments, sizeof(unsigned)); in intel_query_dri2_buffers() local 940 attachments[i++] = __DRI_BUFFER_FRONT_LEFT; in intel_query_dri2_buffers() 941 attachments[i++] = intel_bits_per_pixel(front_rb); in intel_query_dri2_buffers() 945 attachments[i++] = __DRI_BUFFER_BACK_LEFT; in intel_query_dri2_buffers() 946 attachments[i++] = intel_bits_per_pixel(back_rb); in intel_query_dri2_buffers() 954 attachments, i / 2, in intel_query_dri2_buffers() 957 free(attachments); in intel_query_dri2_buffers()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_context.c | 929 unsigned *attachments = calloc(2 * max_attachments, sizeof(unsigned)); in intel_query_dri2_buffers() local 940 attachments[i++] = __DRI_BUFFER_FRONT_LEFT; in intel_query_dri2_buffers() 941 attachments[i++] = intel_bits_per_pixel(front_rb); in intel_query_dri2_buffers() 945 attachments[i++] = __DRI_BUFFER_BACK_LEFT; in intel_query_dri2_buffers() 946 attachments[i++] = intel_bits_per_pixel(back_rb); in intel_query_dri2_buffers() 954 attachments, i / 2, in intel_query_dri2_buffers() 957 free(attachments); in intel_query_dri2_buffers()
|
/external/webrtc/webrtc/modules/video_coding/codecs/h264/ |
D | h264_video_toolbox_encoder.cc | 173 CFArrayRef attachments = in VTCompressionOutputCallback() local 175 if (attachments != nullptr && CFArrayGetCount(attachments)) { in VTCompressionOutputCallback() 177 static_cast<CFDictionaryRef>(CFArrayGetValueAtIndex(attachments, 0)); in VTCompressionOutputCallback()
|