/external/skia/src/gpu/vk/ |
D | GrVkRenderPass.cpp | 55 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()
|
D | GrVkFramebuffer.cpp | 25 int numAttachments = 1; in Create() local 27 attachments[numAttachments++] = stencilAttachment->imageView(); in Create() 36 createInfo.attachmentCount = numAttachments; in Create()
|
D | GrVkCommandBuffer.cpp | 219 int numAttachments, in clearAttachments() argument 225 SkASSERT(numAttachments > 0); in clearAttachments() 228 for (int i = 0; i < numAttachments; ++i) { in clearAttachments() 237 numAttachments, in clearAttachments()
|
D | GrVkCommandBuffer.h | 90 int numAttachments,
|
/external/skqp/src/gpu/vk/ |
D | GrVkRenderPass.cpp | 55 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()
|
D | GrVkFramebuffer.cpp | 25 int numAttachments = 1; in Create() local 27 attachments[numAttachments++] = stencilAttachment->imageView(); in Create() 36 createInfo.attachmentCount = numAttachments; in Create()
|
D | GrVkCommandBuffer.cpp | 216 int numAttachments, in clearAttachments() argument 222 SkASSERT(numAttachments > 0); in clearAttachments() 225 for (int i = 0; i < numAttachments; ++i) { in clearAttachments() 234 numAttachments, in clearAttachments()
|
D | GrVkCommandBuffer.h | 89 int numAttachments,
|
/external/mesa3d/src/mesa/main/ |
D | fbobject.h | 320 _mesa_InvalidateSubFramebuffer_no_error(GLenum target, GLsizei numAttachments, 325 _mesa_InvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, 331 GLsizei numAttachments, 336 _mesa_InvalidateFramebuffer_no_error(GLenum target, GLsizei numAttachments, 340 _mesa_InvalidateFramebuffer(GLenum target, GLsizei numAttachments, 345 GLsizei numAttachments, 349 _mesa_DiscardFramebufferEXT(GLenum target, GLsizei numAttachments,
|
D | fbobject.c | 4272 GLsizei numAttachments, in invalidate_framebuffer_storage() argument 4283 if (numAttachments < 0) { in invalidate_framebuffer_storage() 4316 for (i = 0; i < numAttachments; i++) { in invalidate_framebuffer_storage() 4400 _mesa_InvalidateSubFramebuffer_no_error(GLenum target, GLsizei numAttachments, in _mesa_InvalidateSubFramebuffer_no_error() argument 4409 _mesa_InvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, in _mesa_InvalidateSubFramebuffer() argument 4424 invalidate_framebuffer_storage(ctx, fb, numAttachments, attachments, in _mesa_InvalidateSubFramebuffer() 4432 GLsizei numAttachments, in _mesa_InvalidateNamedFramebufferSubData() argument 4453 invalidate_framebuffer_storage(ctx, fb, numAttachments, attachments, in _mesa_InvalidateNamedFramebufferSubData() 4460 _mesa_InvalidateFramebuffer_no_error(GLenum target, GLsizei numAttachments, in _mesa_InvalidateFramebuffer_no_error() argument 4468 _mesa_InvalidateFramebuffer(GLenum target, GLsizei numAttachments, in _mesa_InvalidateFramebuffer() argument [all …]
|
/external/deqp/framework/opengl/ |
D | gluStrUtil.cpp | 121 detail::EnumPointerFmt getInvalidateAttachmentStr (const deUint32* attachments, int numAttachments) in getInvalidateAttachmentStr() argument 123 return detail::EnumPointerFmt(attachments, (deUint32)numAttachments, getInvalidateAttachmentName); in getInvalidateAttachmentStr()
|
D | gluStrUtil.hpp | 92 …EnumPointerFmt getInvalidateAttachmentStr (const deUint32* attachments, int numAttachments);
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.cpp | 364 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()
|
D | sglrGLContext.cpp | 618 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()
|
D | sglrGLContext.hpp | 151 …virtual void invalidateSubFramebuffer(deUint32 target, int numAttachments, const deUint32* at… 152 …virtual void invalidateFramebuffer (deUint32 target, int numAttachments, const deUint32* atta…
|
D | sglrContext.hpp | 139 …virtual void invalidateSubFramebuffer(deUint32 target, int numAttachments, const deUint32* attach… 140 …virtual void invalidateFramebuffer (deUint32 target, int numAttachments, const deUint32* attachme…
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineFramebufferAttachmentTests.cpp | 198 const deUint32 numAttachments, in makeGraphicsPipeline() argument 232 for (deUint32 attachmentIdx = 0; attachmentIdx < numAttachments; attachmentIdx++) in makeGraphicsPipeline() 242 numAttachments, // deUint32 attachmentCount; in makeGraphicsPipeline() 243 …numAttachments == 0 ? DE_NULL : &colorBlendAttachmentStates[0], // const VkPipelineColorBlendAttac… in makeGraphicsPipeline() 962 deUint32 numAttachments, in makeRenderPassDifferentAttachmentSizes() argument 965 vector<VkAttachmentDescription> attachmentDescriptions (numAttachments); in makeRenderPassDifferentAttachmentSizes() 966 vector<VkAttachmentReference> colorAttachmentReferences (numAttachments); in makeRenderPassDifferentAttachmentSizes() 968 for (deUint32 i = 0; i < numAttachments; i++) in makeRenderPassDifferentAttachmentSizes() 998 numAttachments, // deUint32 colorAttachmentCount; in makeRenderPassDifferentAttachmentSizes() 1011 numAttachments, // deUint32 attachmentCount; in makeRenderPassDifferentAttachmentSizes()
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/ |
D | PVRShellAPI.h | 79 …typedef void (GL_APIENTRY * PFNGLDISCARDFRAMEBUFFEREXT)(GLenum target, GLsizei numAttachments, con…
|
D | PVRShellAPI.cpp | 797 const GLint numAttachments=3; in ApiRenderComplete() local 798 GLenum attachments[numAttachments]; in ApiRenderComplete()
|
/external/deqp/external/vulkancts/modules/vulkan/util/ |
D | vktDrawUtil.cpp | 441 deUint32 numAttachments; in VulkanDrawContext() local 446 numAttachments = (deUint32)(attachmentBindInfos.size()); in VulkanDrawContext() 452 numAttachments, // uint32_t attachmentCount; in VulkanDrawContext()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFragmentOutputTests.cpp | 567 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/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv3.cpp | 3541 void InvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments, GLi… in InvalidateSubFramebuffer() argument 3544 target, numAttachments, attachments, x, y, width, height); in InvalidateSubFramebuffer() 3550 if(numAttachments < 0 || width < 0 || height < 0) in InvalidateSubFramebuffer() 3571 for(int i = 0; i < numAttachments; i++) in InvalidateSubFramebuffer() 3609 void InvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments) in InvalidateFramebuffer() argument 3612 target, numAttachments, attachments); in InvalidateFramebuffer() 3614 …InvalidateSubFramebuffer(target, numAttachments, attachments, 0, 0, std::numeric_limits<GLsizei>::… in InvalidateFramebuffer()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/ |
D | PVRTgles2Ext.h | 88 …typedef void (GL_APIENTRY * PFNGLDISCARDFRAMEBUFFEREXT)(GLenum target, GLsizei numAttachments, con…
|
/external/skia/include/gpu/gl/ |
D | GrGLFunctions.h | 117 …mebufferFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLsizei numAttachments, const GrGLenu… 118 …mebufferFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLsizei numAttachments, const GrGLenu… 160 …mebufferFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLsizei numAttachments, const GrGLenu…
|
/external/skqp/include/gpu/gl/ |
D | GrGLFunctions.h | 117 …mebufferFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLsizei numAttachments, const GrGLenu… 118 …mebufferFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLsizei numAttachments, const GrGLenu… 161 …mebufferFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLsizei numAttachments, const GrGLenu…
|