Searched defs:attachments (Results 1 - 25 of 67) sorted by relevance

123

/external/skia/src/gpu/vk/
H A DGrVkFramebuffer.cpp23 VkImageView attachments[3]; local
24 attachments[0] = colorAttachment->imageView();
27 attachments[numAttachments++] = stencilAttachment->imageView();
37 createInfo.pAttachments = attachments;
/external/deqp/framework/opengl/
H A DgluStrUtil.cpp121 detail::EnumPointerFmt getInvalidateAttachmentStr (const deUint32* attachments, int numAttachments) argument
123 return detail::EnumPointerFmt(attachments, (deUint32)numAttachments, getInvalidateAttachmentName);
/external/deqp/modules/gles31/functional/
H A Des31fNegativeAdvancedBlendEquationTests.cpp216 const glw::GLenum attachments[] = { GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1 }; local
236 ctx.glDrawBuffers(2, attachments);
H A Des31fNegativeBufferApiTests.cpp763 std::vector<deUint32> attachments (4);
769 attachments[0] = (glw::GLenum) (GL_COLOR_ATTACHMENT0 + maxColorAttachments);
770 attachments[1] = GL_COLOR_ATTACHMENT0;
771 attachments[2] = GL_COLOR_ATTACHMENT1;
772 attachments[3] = GL_NONE;
792 ctx.glDrawBuffers (4, &attachments[0]);
812 ctx.glDrawBuffers (4, &attachments[0]);
1677 deUint32 attachments[3]; local
1683 attachments[0] = GL_COLOR_ATTACHMENT0;
1684 attachments[
1726 deUint32 attachments[3]; local
[all...]
/external/libmojo/ipc/
H A Dipc_message_attachment_set.cc29 const std::vector<scoped_refptr<MessageAttachment>>& attachments,
32 for (const scoped_refptr<MessageAttachment>& attachment : attachments) {
28 count_attachments_of_type( const std::vector<scoped_refptr<MessageAttachment>>& attachments, MessageAttachment::Type type) argument
/external/mesa3d/src/amd/vulkan/
H A Dradv_meta.h55 struct radv_attachment_state *attachments; member in struct:radv_meta_saved_pass_state
H A Dradv_meta_resolve.c90 VkAttachmentDescription attachments[2]; local
94 attachments[i].format = VK_FORMAT_UNDEFINED;
95 attachments[i].samples = 1;
96 attachments[i].loadOp = VK_ATTACHMENT_LOAD_OP_LOAD;
97 attachments[i].storeOp = VK_ATTACHMENT_STORE_OP_STORE;
98 attachments[i].initialLayout = VK_IMAGE_LAYOUT_GENERAL;
99 attachments[i].finalLayout = VK_IMAGE_LAYOUT_GENERAL;
106 .pAttachments = attachments,
579 /* FINISHME(perf): Skip clears for resolve attachments.
596 struct radv_image *dst_img = cmd_buffer->state.framebuffer->attachments[dest_at
[all...]
/external/mesa3d/src/glx/
H A Ddri2.c410 unsigned int *attachments, int count, int *outCount)
430 p[i] = attachments[i];
469 unsigned int *attachments, int count, int *outCount)
489 p[i] = attachments[i];
408 DRI2GetBuffers(Display * dpy, XID drawable, int *width, int *height, unsigned int *attachments, int count, int *outCount) argument
467 DRI2GetBuffersWithFormat(Display * dpy, XID drawable, int *width, int *height, unsigned int *attachments, int count, int *outCount) argument
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_context.c243 unsigned int attachments[10]; local
252 attachments[i++] = __DRI_BUFFER_FRONT_LEFT;
254 attachments[i++] = __DRI_BUFFER_BACK_LEFT;
256 attachments[i++] = __DRI_BUFFER_DEPTH_STENCIL;
258 attachments[i++] = __DRI_BUFFER_DEPTH;
260 attachments[i++] = __DRI_BUFFER_STENCIL;
263 attachments, i, &count,
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_common_context.c363 unsigned int attachments[10]; local
396 attachments[i++] = __DRI_BUFFER_FRONT_LEFT;
397 attachments[i++] = radeon_bits_per_pixel(draw->color_rb[0]);
402 attachments[i++] = __DRI_BUFFER_BACK_LEFT;
403 attachments[i++] = radeon_bits_per_pixel(draw->color_rb[1]);
410 attachments[i++] = __DRI_BUFFER_DEPTH_STENCIL;
411 attachments[i++] = radeon_bits_per_pixel(depth_rb);
413 attachments[i++] = __DRI_BUFFER_DEPTH;
414 attachments[i++] = radeon_bits_per_pixel(depth_rb);
416 attachments[
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.c363 unsigned int attachments[10]; local
396 attachments[i++] = __DRI_BUFFER_FRONT_LEFT;
397 attachments[i++] = radeon_bits_per_pixel(draw->color_rb[0]);
402 attachments[i++] = __DRI_BUFFER_BACK_LEFT;
403 attachments[i++] = radeon_bits_per_pixel(draw->color_rb[1]);
410 attachments[i++] = __DRI_BUFFER_DEPTH_STENCIL;
411 attachments[i++] = radeon_bits_per_pixel(depth_rb);
413 attachments[i++] = __DRI_BUFFER_DEPTH;
414 attachments[i++] = radeon_bits_per_pixel(depth_rb);
416 attachments[
[all...]
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
H A DPVRShellAPI.cpp798 GLenum attachments[numAttachments]; local
802 attachments[currentAttachment] = GL_COLOR_EXT;
807 attachments[currentAttachment] = GL_DEPTH_EXT;
812 attachments[currentAttachment] = GL_STENCIL_EXT;
815 //Assuming some attachments have been chosen, discard/invalidate them.
819 glDiscardFramebufferEXT(GL_FRAMEBUFFER_OES, currentAttachment, attachments);
821 glDiscardFramebufferEXT(GL_FRAMEBUFFER, currentAttachment, attachments);
823 glInvalidateFramebuffer(GL_FRAMEBUFFER, currentAttachment, attachments);
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiGranularityTests.cpp82 const std::vector<AttachmentInfo>& attachments,
107 const std::vector<AttachmentInfo>& attachments,
110 , m_attachments (attachments)
382 const std::vector<AttachmentInfo>& attachments,
395 const std::vector<AttachmentInfo>& attachments,
398 , m_attachments (attachments)
487 std::vector<AttachmentInfo> attachments; local
488 attachments.push_back(AttachmentInfo(format, rnd.getInt(1, maxDimension), rnd.getInt(1, maxDimension), 1));
489 single->addChild(new GranularityCase(testCtx, name.c_str(), description, attachments));
493 std::vector<AttachmentInfo> attachments; local
106 GranularityInstance(Context& context, const std::vector<AttachmentInfo>& attachments, const bool useRenderPass) argument
392 GranularityCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const std::vector<AttachmentInfo>& attachments, const bool useRenderPass = false) argument
501 std::vector<AttachmentInfo> attachments; local
510 std::vector<AttachmentInfo> attachments; local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fFboStateQueryTests.cpp173 const GLenum attachments[] = local
186 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(attachments); ++ndx)
189 glGetFramebufferAttachmentParameteriv(m_framebufferTarget, attachments[ndx], GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE, &state);
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri.c76 static const unsigned attachments[1] = { XCB_DRI2_ATTACHMENT_BUFFER_BACK_LEFT }; variable
142 1, 1, attachments);
198 1, 1, attachments);
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_context.c697 unsigned attachments[8]; local
705 memset(attachments, 0, sizeof(attachments));
718 attachments[i++] = __DRI_BUFFER_FRONT_LEFT;
719 attachments[i++] = intel_bits_per_pixel(front_rb);
732 attachments[i++] = __DRI_BUFFER_BACK_LEFT;
733 attachments[i++] = intel_bits_per_pixel(back_rb);
736 assert(i <= ARRAY_SIZE(attachments));
741 attachments, i / 2,
/external/mesa3d/src/egl/drivers/dri2/
H A Dplatform_drm.c311 unsigned int *attachments, int count,
319 assert(attachments[i] < __DRI_BUFFER_COUNT);
322 switch (attachments[i]) {
331 if (get_aux_bo(dri2_surf, attachments[i], attachments[i + 1],
353 unsigned int *attachments, int count,
368 attachments_with_format[2*i] = attachments[i];
309 dri2_drm_get_buffers_with_format(__DRIdrawable *driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) argument
351 dri2_drm_get_buffers(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) argument
/external/mesa3d/src/gbm/backends/dri/
H A Dgbm_dri.c69 unsigned int *attachments, int count,
78 return dri->get_buffers(driDrawable, width, height, attachments,
95 unsigned int *attachments, int count,
105 dri->get_buffers_with_format(driDrawable, width, height, attachments,
67 dri_get_buffers(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *data) argument
93 dri_get_buffers_with_format(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *data) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_context.c1533 unsigned attachments[8]; local
1541 memset(attachments, 0, sizeof(attachments));
1554 attachments[i++] = __DRI_BUFFER_FRONT_LEFT;
1555 attachments[i++] = intel_bits_per_pixel(front_rb);
1568 attachments[i++] = __DRI_BUFFER_BACK_LEFT;
1569 attachments[i++] = intel_bits_per_pixel(back_rb);
1572 assert(i <= ARRAY_SIZE(attachments));
1578 attachments, i / 2,
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
H A DOGLES3ColourGrading.cpp759 const GLenum attachments[] = { GL_DEPTH_ATTACHMENT, GL_STENCIL_ATTACHMENT }; local
760 glInvalidateFramebuffer(GL_FRAMEBUFFER, 2, attachments);
/external/vulkan-validation-layers/layers/
H A Dcore_validation.h192 std::vector<MT_FB_ATTACHMENT_INFO> attachments; member in class:FRAMEBUFFER_STATE
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
H A Dh264_video_toolbox_encoder.cc173 CFArrayRef attachments = local
175 if (attachments != nullptr && CFArrayGetCount(attachments)) {
177 static_cast<CFDictionaryRef>(CFArrayGetValueAtIndex(attachments, 0));
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsEarlyFragmentTests.cpp115 const VkAttachmentDescription attachments[] = local
183 attachments, // const VkAttachmentDescription* pAttachments;
337 // Number of blend attachments must equal the number of color attachments.
721 // Will clear the attachments with specified depth and stencil values.
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDepthTests.cpp365 const VkAttachmentDescription attachments[2] = local
403 attachments, // const VkAttachmentDescription* pAttachments;
H A DvktPipelineMultisampleInterpolationTests.cpp324 const VkAttachmentDescription attachments[] = { attachmentMSDesc, attachmentRSDesc }; local
360 attachments, // const VkAttachmentDescription* pAttachments;
371 // Create color attachments image views

Completed in 1056 milliseconds

123