Home
last modified time | relevance | path

Searched refs:numAttachments (Results 1 – 25 of 53) sorted by relevance

123

/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp55 uint32_t numAttachments = fAttachmentsDescriptor.fAttachmentCount; in init() local
57 SkTArray<VkAttachmentDescription> attachments(numAttachments); in init()
58 attachments.reset(numAttachments); in init()
59 memset(attachments.begin(), 0, numAttachments * sizeof(VkAttachmentDescription)); in init()
121 SkASSERT(numAttachments == currentAttachment); in init()
129 createInfo.attachmentCount = numAttachments; in init()
DGrVkFramebuffer.cpp25 int numAttachments = 1; in Create() local
27 attachments[numAttachments++] = stencilAttachment->imageView(); in Create()
36 createInfo.attachmentCount = numAttachments; in Create()
DGrVkCommandBuffer.cpp188 int numAttachments, in clearAttachments() argument
194 SkASSERT(numAttachments > 0); in clearAttachments()
197 for (int i = 0; i < numAttachments; ++i) { in clearAttachments()
206 numAttachments, in clearAttachments()
DGrVkCommandBuffer.h87 int numAttachments,
/external/skqp/src/gpu/vk/
DGrVkRenderPass.cpp55 uint32_t numAttachments = fAttachmentsDescriptor.fAttachmentCount; in init() local
57 SkTArray<VkAttachmentDescription> attachments(numAttachments); in init()
58 attachments.reset(numAttachments); in init()
59 memset(attachments.begin(), 0, numAttachments * sizeof(VkAttachmentDescription)); in init()
121 SkASSERT(numAttachments == currentAttachment); in init()
129 createInfo.attachmentCount = numAttachments; in init()
DGrVkFramebuffer.cpp25 int numAttachments = 1; in Create() local
27 attachments[numAttachments++] = stencilAttachment->imageView(); in Create()
36 createInfo.attachmentCount = numAttachments; in Create()
DGrVkCommandBuffer.cpp188 int numAttachments, in clearAttachments() argument
194 SkASSERT(numAttachments > 0); in clearAttachments()
197 for (int i = 0; i < numAttachments; ++i) { in clearAttachments()
206 numAttachments, in clearAttachments()
DGrVkCommandBuffer.h87 int numAttachments,
/external/mesa3d/src/mesa/main/
Dfbobject.h276 _mesa_InvalidateSubFramebuffer(GLenum target, GLsizei numAttachments,
282 GLsizei numAttachments,
288 _mesa_InvalidateFramebuffer(GLenum target, GLsizei numAttachments,
293 GLsizei numAttachments,
297 _mesa_DiscardFramebufferEXT(GLenum target, GLsizei numAttachments,
Dfbobject.c4068 GLsizei numAttachments, in invalidate_framebuffer_storage() argument
4079 if (numAttachments < 0) { in invalidate_framebuffer_storage()
4112 for (i = 0; i < numAttachments; i++) { in invalidate_framebuffer_storage()
4196 _mesa_InvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, in _mesa_InvalidateSubFramebuffer() argument
4211 invalidate_framebuffer_storage(ctx, fb, numAttachments, attachments, in _mesa_InvalidateSubFramebuffer()
4219 GLsizei numAttachments, in _mesa_InvalidateNamedFramebufferSubData() argument
4240 invalidate_framebuffer_storage(ctx, fb, numAttachments, attachments, in _mesa_InvalidateNamedFramebufferSubData()
4247 _mesa_InvalidateFramebuffer(GLenum target, GLsizei numAttachments, in _mesa_InvalidateFramebuffer() argument
4273 invalidate_framebuffer_storage(ctx, fb, numAttachments, attachments, in _mesa_InvalidateFramebuffer()
4283 GLsizei numAttachments, in _mesa_InvalidateNamedFramebufferData() argument
[all …]
/external/deqp/framework/opengl/
DgluStrUtil.cpp121 detail::EnumPointerFmt getInvalidateAttachmentStr (const deUint32* attachments, int numAttachments) in getInvalidateAttachmentStr() argument
123 return detail::EnumPointerFmt(attachments, (deUint32)numAttachments, getInvalidateAttachmentName); in getInvalidateAttachmentStr()
DgluStrUtil.hpp92 …EnumPointerFmt getInvalidateAttachmentStr (const deUint32* attachments, int numAttachments);
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.cpp364 void ContextWrapper::glInvalidateSubFramebuffer (deUint32 target, int numAttachments, const deUint3… in glInvalidateSubFramebuffer() argument
366 m_curCtx->invalidateSubFramebuffer(target, numAttachments, attachments, x, y, width, height); in glInvalidateSubFramebuffer()
369 void ContextWrapper::glInvalidateFramebuffer (deUint32 target, int numAttachments, const deUint32* … in glInvalidateFramebuffer() argument
371 m_curCtx->invalidateFramebuffer(target, numAttachments, attachments); in glInvalidateFramebuffer()
DsglrGLContext.cpp618 void GLContext::invalidateSubFramebuffer (deUint32 target, int numAttachments, const deUint32* atta… in invalidateSubFramebuffer() argument
624 << glu::getFramebufferTargetStr(target) << ", " << numAttachments << ", " in invalidateSubFramebuffer()
625 << glu::getInvalidateAttachmentStr(attachments, numAttachments) << ", " in invalidateSubFramebuffer()
629 …m_context.getFunctions().invalidateSubFramebuffer(target, numAttachments, attachments, x+drawOffse… in invalidateSubFramebuffer()
632 void GLContext::invalidateFramebuffer (deUint32 target, int numAttachments, const deUint32* attachm… in invalidateFramebuffer() argument
634 m_wrapper->glInvalidateFramebuffer(target, numAttachments, attachments); in invalidateFramebuffer()
DsglrGLContext.hpp151 …virtual void invalidateSubFramebuffer(deUint32 target, int numAttachments, const deUint32* at…
152 …virtual void invalidateFramebuffer (deUint32 target, int numAttachments, const deUint32* atta…
DsglrContext.hpp139 …virtual void invalidateSubFramebuffer(deUint32 target, int numAttachments, const deUint32* attach…
140 …virtual void invalidateFramebuffer (deUint32 target, int numAttachments, const deUint32* attachme…
DsglrContextWrapper.hpp293 …void glInvalidateFramebuffer (deUint32 target, int numAttachments, const deUint32* attachmen…
294 …void glInvalidateSubFramebuffer (deUint32 target, int numAttachments, const deUint32* attachm…
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.h79 …typedef void (GL_APIENTRY * PFNGLDISCARDFRAMEBUFFEREXT)(GLenum target, GLsizei numAttachments, con…
DPVRShellAPI.cpp797 const GLint numAttachments=3; in ApiRenderComplete() local
798 GLenum attachments[numAttachments]; in ApiRenderComplete()
/external/deqp/external/vulkancts/modules/vulkan/
DvktDrawUtil.cpp527 deUint32 numAttachments; in VulkanDrawContext() local
532 numAttachments = (deUint32)(attachmentBindInfos.size()); in VulkanDrawContext()
538 numAttachments, // uint32_t attachmentCount; in VulkanDrawContext()
/external/deqp/modules/gles3/functional/
Des3fFragmentOutputTests.cpp567 const int numAttachments = (int)m_fboSpec.size(); in iterate() local
569 vector<deUint32> drawBuffers (numAttachments); in iterate()
570 vector<AttachmentData> attachments (numAttachments); in iterate()
573 for (int ndx = 0; ndx < numAttachments; ndx++) in iterate()
820 for (int ndx = 0; ndx < numAttachments; ndx++) in iterate()
874 for (int attachNdx = 0; attachNdx < numAttachments; attachNdx++) in iterate()
/external/skia/include/gpu/gl/
DGrGLFunctions.h112 typedef GrGLvoid (* GrGLInvalidateFramebufferProc)(GrGLenum target, GrGLsizei numAttachments, cons…
113 typedef GrGLvoid (* GrGLInvalidateSubFramebufferProc)(GrGLenum target, GrGLsizei numAttachments, co…
157 typedef GrGLvoid (* GrGLDiscardFramebufferProc)(GrGLenum target, GrGLsizei numAttachments, const Gr…
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv3.cpp3516 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GL… in glInvalidateFramebuffer() argument
3519 target, numAttachments, attachments); in glInvalidateFramebuffer()
3521 …glInvalidateSubFramebuffer(target, numAttachments, attachments, 0, 0, std::numeric_limits<GLsizei>… in glInvalidateFramebuffer()
3524 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const… in glInvalidateSubFramebuffer() argument
3527 target, numAttachments, attachments, x, y, width, height); in glInvalidateSubFramebuffer()
3533 if(numAttachments < 0 || width < 0 || height < 0) in glInvalidateSubFramebuffer()
3554 for(int i = 0; i < numAttachments; i++) in glInvalidateSubFramebuffer()
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTgles2Ext.h88 …typedef void (GL_APIENTRY * PFNGLDISCARDFRAMEBUFFEREXT)(GLenum target, GLsizei numAttachments, con…
/external/skqp/include/gpu/gl/
DGrGLFunctions.h113 typedef GrGLvoid (* GrGLInvalidateFramebufferProc)(GrGLenum target, GrGLsizei numAttachments, cons…
114 typedef GrGLvoid (* GrGLInvalidateSubFramebufferProc)(GrGLenum target, GrGLsizei numAttachments, co…
160 typedef GrGLvoid (* GrGLDiscardFramebufferProc)(GrGLenum target, GrGLsizei numAttachments, const Gr…

123